(0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGutsContents (20151124030755)  (0.1ms) begin transaction  (0.3ms) 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) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151124030755"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for ::1 at 2015-11-23 23:38:35 -0330 Processing by Rails::WelcomeController#index as HTML Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/railties-4.2.5/lib/rails/templates/rails/welcome/index.html.erb (1.9ms) Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms) Started GET "/contents" for ::1 at 2015-11-23 23:38:40 -0330 ActionController::RoutingError (No route matches [GET] "/contents"): 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 (2.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.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 (0.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (9.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 (10.6ms) 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.3ms) Started GET "/guts/contents" for ::1 at 2015-11-23 23:40:47 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (1.3ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (7.4ms) Completed 500 Internal Server Error in 198ms (ActiveRecord: 1.4ms) ActionView::Template::Error (Asset filtered out and will not be served: add `Rails.application.config.assets.precompile += %w( scaffold.css )` to `config/initializers/assets.rb` and restart your server): 4: Guts 5: <%= stylesheet_link_tag "guts/application", media: "all" %> 6: <%= javascript_include_tag "guts/application" %> 7: <%= stylesheet_link_tag "scaffold" %> 8: <%= csrf_meta_tags %> 9: 10: sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:193: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:7:in `___sers_tyler__evelopment_guts_app_views_layouts_guts_application_html_erb__1970102840211361557_70257925607180' 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 (5.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.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 (0.8ms) 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 (57.2ms) Started GET "/guts/contents" for ::1 at 2015-11-23 23:42:34 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (0.8ms) Completed 200 OK in 17ms (Views: 16.7ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-23 23:42:34 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:42:34 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-23 23:42:34 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-23 23:42:34 -0330 Started GET "/stylesheets/contents.css" for ::1 at 2015-11-23 23:42:34 -0330 ActionController::RoutingError (No route matches [GET] "/stylesheets/contents.css"): 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 (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.3ms) 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.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 (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 (74.5ms) Started GET "/guts/contents" for ::1 at 2015-11-23 23:42:50 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.5ms) Completed 200 OK in 17ms (Views: 16.9ms | ActiveRecord: 0.2ms) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGutsContents (20151124030755)  (0.1ms) begin transaction  (0.4ms) DROP TABLE "guts_contents" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20151124030755"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGutsContents (20151124030755)  (0.1ms) begin transaction  (0.4ms) 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)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151124030755"]]  (1.4ms) commit transaction Migrating to CreateGutsCategories (20151124032038)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "guts_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151124032038"]]  (0.8ms) commit transaction Migrating to AddColumnToCategoryContents (20151124032625)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "categories_contents" ("category_id" integer, "content_id" integer)   (0.1ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_categories_contents_on_category_id" ON "categories_contents" ("category_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_categories_contents_on_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_categories_contents_on_category_id' AND type='index'  (0.1ms) CREATE INDEX "index_categories_contents_on_content_id" ON "categories_contents" ("content_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151124032625"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_categories_contents_on_content_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_categories_contents_on_content_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_categories_contents_on_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_categories_contents_on_category_id' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddColumnToCategoryContents (20151124032625)  (0.2ms) begin transaction  (0.5ms) DROP TABLE "categories_contents" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20151124032625"]]  (1.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddColumnToCategoryContents (20151124032625)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "guts_categories_contents" ("category_id" integer, "content_id" integer)   (0.1ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_guts_categories_contents_on_category_id" ON "guts_categories_contents" ("category_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_guts_categories_contents_on_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_categories_contents_on_category_id' AND type='index'  (0.1ms) CREATE INDEX "index_guts_categories_contents_on_content_id" ON "guts_categories_contents" ("content_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151124032625"]]  (1.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_guts_categories_contents_on_content_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_categories_contents_on_content_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_guts_categories_contents_on_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_categories_contents_on_category_id' AND type='index' Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Started GET "/guts/contents" for ::1 at 2015-11-24 00:11:13 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (1.2ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (19.2ms) Completed 200 OK in 200ms (Views: 175.0ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:11:13 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:11:13 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:11:13 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:11:13 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 00:11:16 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (26.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (30.4ms) Completed 200 OK in 52ms (Views: 43.8ms | ActiveRecord: 0.4ms) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_guts_categories_contents_on_content_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_categories_contents_on_content_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_guts_categories_contents_on_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_categories_contents_on_category_id' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddColumnToCategoryContents (20151124032625)  (0.1ms) begin transaction  (0.4ms) DROP TABLE "guts_categories_contents" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20151124032625"]]  (1.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddColumnToCategoryContents (20151124032625)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "guts_categories_contents" ("guts_category_id" integer, "guts_content_id" integer)   (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_guts_categories_contents_on_guts_category_id" ON "guts_categories_contents" ("guts_category_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_guts_categories_contents_on_guts_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_categories_contents_on_guts_category_id' AND type='index'  (0.1ms) CREATE INDEX "index_guts_categories_contents_on_guts_content_id" ON "guts_categories_contents" ("guts_content_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151124032625"]]  (1.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_guts_categories_contents_on_guts_content_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_categories_contents_on_guts_content_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_guts_categories_contents_on_guts_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_categories_contents_on_guts_category_id' AND type='index' Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Started GET "/guts/contents" for ::1 at 2015-11-24 00:16:55 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (1.1ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (16.2ms) Completed 200 OK in 206ms (Views: 176.3ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:16:56 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:16:56 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:16:56 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:16:56 -0330 Started GET "/guts/contents" for ::1 at 2015-11-24 00:16:57 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.0ms) Completed 200 OK in 15ms (Views: 14.7ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:16:57 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:16:57 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:16:57 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:16:57 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 00:16:58 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (23.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (27.6ms) Completed 200 OK in 51ms (Views: 42.5ms | ActiveRecord: 0.7ms) ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddColumnToCategoryContents (20151124032625)  (0.1ms) begin transaction  (0.5ms) DROP TABLE "guts_categories_contents" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20151124032625"]]  (1.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGutsCategoriesContents (20151124035239)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "guts_categories_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151124035239"]]  (1.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGutsCategoriesContents (20151124035239)  (0.1ms) begin transaction  (0.4ms) DROP TABLE "guts_categories_contents" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20151124035239"]]  (1.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGutsCategoriesContents (20151124035239)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "guts_categories_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151124035239"]]  (1.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGutsCategorizations (20151124035838)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "guts_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151124035838"]]  (1.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/guts/contents" for ::1 at 2015-11-24 00:31:33 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (1.1ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (18.8ms) Completed 200 OK in 196ms (Views: 169.7ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:31:33 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:31:33 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:31:33 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:31:33 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 00:31:34 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (15.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (21.0ms) Completed 200 OK in 49ms (Views: 40.3ms | ActiveRecord: 0.2ms) Started GET "/guts/categories" for ::1 at 2015-11-24 00:31:41 -0330 ActionController::RoutingError (No route matches [GET] "/guts/categories"): 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 (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.3ms) 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.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.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 (68.5ms) Started GET "/guts/categories" for ::1 at 2015-11-24 00:35:54 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (1.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (16.6ms) Completed 200 OK in 226ms (Views: 198.3ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:35:55 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:35:55 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:35:55 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:35:55 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:35:55 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:35:55 -0330 Started GET "/guts/categories/new" for ::1 at 2015-11-24 00:35:56 -0330 Processing by Guts::CategoriesController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (6.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/new.html.erb within layouts/guts/application (11.2ms) Completed 200 OK in 36ms (Views: 32.4ms | ActiveRecord: 0.2ms) Started GET "/guts/contents" for ::1 at 2015-11-24 00:37:39 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (1.1ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (17.6ms) Completed 200 OK in 210ms (Views: 184.0ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:37:39 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:37:39 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:37:39 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:37:39 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:37:39 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:37:39 -0330 Started GET "/guts/categories" for ::1 at 2015-11-24 00:37:44 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (1.9ms) Completed 200 OK in 27ms (Views: 23.1ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:37:44 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:37:44 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:37:44 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:37:44 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:37:44 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:37:44 -0330 Started GET "/guts/categories/new" for ::1 at 2015-11-24 00:37:45 -0330 Processing by Guts::CategoriesController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (11.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/new.html.erb within layouts/guts/application (16.1ms) Completed 200 OK in 46ms (Views: 42.8ms | ActiveRecord: 0.4ms) Started GET "/guts/contents/new" for ::1 at 2015-11-24 00:37:48 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (6.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (9.5ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `categories_id' for #): 25: 26:
27: <%= f.label :categories_id %>
28: <%= f.text_field :categories_id %> 29:
30:
31: <%= f.submit %> activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:38:in `value_before_type_cast' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `fetch' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `render' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:787:in `text_field' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1323:in `text_field' /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__218123831319900248_70166285245700' 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__218123831319900248_70166285245700' 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__3839748547713382852_70166237047640' 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 (11.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.7ms) 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.3ms) 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.7ms) Started GET "/guts/contents/new" for ::1 at 2015-11-24 00:38:20 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (16.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (20.2ms) Completed 500 Internal Server Error in 68ms (ActiveRecord: 1.3ms) ActionView::Template::Error (undefined method `category_id' for #): 25:
26:
27: <%= f.label :category_id %>
28: <%= f.text_field :category_id %> 29:
30:
31: <%= f.submit %> activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:38:in `value_before_type_cast' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `fetch' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `render' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:787:in `text_field' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1323:in `text_field' /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__601375397501598586_70327579112100' 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__601375397501598586_70327579112100' 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__2736053100486199853_70327579000120' 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 (6.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 (3.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 (10.9ms) 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 (58.4ms) Started GET "/guts/contents" for ::1 at 2015-11-24 00:38:28 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.5ms) Completed 200 OK in 133ms (Views: 132.8ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:38:28 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:38:28 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:38:28 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:38:28 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:38:28 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:38:28 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 00:38:32 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (5.9ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `category_id' for #): 25:
26:
27: <%= f.label :category_id %>
28: <%= f.text_field :category_id %> 29:
30:
31: <%= f.submit %> activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:38:in `value_before_type_cast' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `fetch' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `render' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:787:in `text_field' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1323:in `text_field' /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__601375397501598586_70327579112100' 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__601375397501598586_70327579112100' 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__2736053100486199853_70327579000120' 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 (8.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 (3.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.3ms) 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 (53.9ms) Started GET "/guts/contents" for ::1 at 2015-11-24 00:42:27 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (1.0ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (17.0ms) Completed 200 OK in 207ms (Views: 180.1ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:42:27 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:42:27 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:42:27 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:42:27 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:42:27 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:42:27 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 00:42:28 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (19.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (22.9ms) Completed 500 Internal Server Error in 33ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `categories_id' for #): 25:
26:
27: <%= f.label :categories_id %>
28: <%= f.text_field :categories_id %> 29:
30:
31: <%= f.submit %> activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:38:in `value_before_type_cast' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `fetch' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `render' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:787:in `text_field' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1323:in `text_field' /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___4509504892559715039_70204980575360' 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___4509504892559715039_70204980575360' 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__3839351531628272742_70204949489840' 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 (6.3ms) 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.5ms) 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/template_error.html.erb within rescues/layout (45.0ms) Started GET "/guts/contents/new" for ::1 at 2015-11-24 00:49:13 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (61.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (66.1ms) Completed 200 OK in 254ms (Views: 217.1ms | ActiveRecord: 1.7ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:49:14 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:49:14 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:49:14 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:49:14 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:49:14 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:49:14 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 00:53:09 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (3.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (4.9ms) Completed 200 OK in 23ms (Views: 22.3ms | ActiveRecord: 0.0ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:53:09 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:53:09 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:53:09 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:53:09 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:53:09 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:53:09 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 00:53:11 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (2.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (3.5ms) Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.0ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:53:11 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:53:11 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:53:11 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:53:11 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:53:11 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:53:11 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 00:53:11 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (2.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (3.7ms) Completed 200 OK in 23ms (Views: 23.0ms | ActiveRecord: 0.0ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:53:11 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:53:11 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:53:11 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:53:11 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:53:11 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:53:11 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 00:53:19 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (52.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (56.8ms) Completed 200 OK in 245ms (Views: 210.6ms | ActiveRecord: 2.0ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:53:19 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:53:19 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:53:19 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:53:19 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:53:19 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:53:19 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 00:53:20 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (2.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (4.3ms) Completed 200 OK in 22ms (Views: 21.5ms | ActiveRecord: 0.0ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:53:20 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:53:20 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:53:20 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:53:20 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:53:20 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:53:20 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 00:53:30 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (2.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (4.1ms) Completed 200 OK in 22ms (Views: 21.7ms | ActiveRecord: 0.0ms) Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:53:30 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:53:30 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:53:30 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:53:30 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:53:30 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:53:30 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 00:54:23 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (2.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (4.2ms) Completed 200 OK in 21ms (Views: 21.0ms | ActiveRecord: 0.0ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:54:23 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:54:23 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:54:23 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:54:23 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:54:23 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:54:23 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 00:54:24 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (2.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (3.7ms) Completed 200 OK in 21ms (Views: 20.4ms | ActiveRecord: 0.0ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:54:24 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:54:24 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:54:24 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:54:24 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:54:24 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:54:24 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 00:55:49 -0330 Processing by Guts::ContentsController#new as HTML Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (32.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (37.3ms) Completed 200 OK in 234ms (Views: 195.9ms | ActiveRecord: 1.4ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:55:49 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:55:49 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:55:49 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:55:49 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:55:49 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:55:49 -0330 Started GET "/guts/categories" for ::1 at 2015-11-24 00:55:58 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (1.4ms) Completed 200 OK in 23ms (Views: 22.8ms | ActiveRecord: 0.1ms) Started GET "/guts/categories/new" for ::1 at 2015-11-24 00:55:59 -0330 Processing by Guts::CategoriesController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (3.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/new.html.erb within layouts/guts/application (5.4ms) Completed 200 OK in 28ms (Views: 24.8ms | ActiveRecord: 0.2ms) Started POST "/guts/categories" for ::1 at 2015-11-24 00:56:02 -0330 Processing by Guts::CategoriesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"7DCvXpD+0zfwS3q1d2PFaen0KpS8Sux8ntNwIRZ1TQ1RxZO3yJHGhPgVOhfnQYNUzn8Y6MTcTsRnoTm1hkoshw==", "category"=>{"title"=>"Test"}, "commit"=>"Create Category"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "guts_categories" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Test"], ["created_at", "2015-11-24 04:26:02.376392"], ["updated_at", "2015-11-24 04:26:02.376392"]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/categories/1 Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Started GET "/guts/categories/1" for ::1 at 2015-11-24 00:56:02 -0330 Processing by Guts::CategoriesController#show as HTML Parameters: {"id"=>"1"} Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/show.html.erb within layouts/guts/application (0.9ms) Completed 200 OK in 28ms (Views: 21.8ms | ActiveRecord: 0.2ms) Started GET "/guts/categories" for ::1 at 2015-11-24 00:56:06 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (1.5ms) Completed 200 OK in 18ms (Views: 18.0ms | ActiveRecord: 0.1ms) Started GET "/guts/categories/new" for ::1 at 2015-11-24 00:56:08 -0330 Processing by Guts::CategoriesController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (1.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/new.html.erb within layouts/guts/application (2.9ms) Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.0ms) Started POST "/guts/categories" for ::1 at 2015-11-24 00:56:10 -0330 Processing by Guts::CategoriesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"KAriNop5s9eAbyjCrE5dl++v9GDlgyHVnnpNt9lgOk6V/97f0hamZIgxaGA8bBuqyCTGHJ0Vg21nCAQjSV9bxA==", "category"=>{"title"=>"Demo"}, "commit"=>"Create Category"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "guts_categories" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Demo"], ["created_at", "2015-11-24 04:26:10.963829"], ["updated_at", "2015-11-24 04:26:10.963829"]]  (0.9ms) commit transaction Redirected to http://localhost:3000/guts/categories/2 Completed 302 Found in 7ms (ActiveRecord: 1.3ms) Started GET "/guts/categories/2" for ::1 at 2015-11-24 00:56:10 -0330 Processing by Guts::CategoriesController#show as HTML Parameters: {"id"=>"2"} Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/show.html.erb within layouts/guts/application (0.6ms) Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.1ms) Started GET "/guts/contents" for ::1 at 2015-11-24 00:56:15 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.7ms) Completed 200 OK in 23ms (Views: 22.5ms | ActiveRecord: 0.1ms) Started GET "/guts/contents/new" for ::1 at 2015-11-24 00:56:16 -0330 Processing by Guts::ContentsController#new as HTML Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (6.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (7.9ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `name' for #): 25:
26: <%= f.fields_for :categories do |builder| %> 27: <%= builder.label :category_id, "Categories" %>
28: <%= builder.collection_select :category_id, Guts::Category.all, :id, :name, {:multiple => true} %> 29: <% end -%> 30:
31: <%= f.submit %> activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:759:in `value_for_collection' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:395:in `block in options_from_collection_for_select' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:394:in `options_from_collection_for_select' actionview (4.2.5) lib/action_view/helpers/tags/collection_select.rb:21:in `render' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:202:in `collection_select' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:789:in `collection_select' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:28:in `block (2 levels) in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb__1266650422093323883_70198804453720' 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:714:in `fields_for' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1599:in `fields_for' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:26:in `block in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb__1266650422093323883_70198804453720' 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__1266650422093323883_70198804453720' 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__1555419475608052849_70198804094880' 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 (11.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 (8.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 (1.1ms) 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/new" for ::1 at 2015-11-24 00:57:37 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (5.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (6.9ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `attr_accessible' for #): 25:
26: <%= f.fields_for :categories do |builder| %> 27: <%= builder.label :category_id, "Categories" %>
28: <%= builder.collection_select :category_id, Guts::Category.all, :id, :name, {:multiple => true} %> 29: <% end -%> 30:
31: <%= f.submit %> activerecord (4.2.5) lib/active_record/dynamic_matchers.rb:26:in `method_missing' /Users/tyler/Development/guts/app/models/guts/category.rb:6:in `' /Users/tyler/Development/guts/app/models/guts/category.rb:2:in `' /Users/tyler/Development/guts/app/models/guts/category.rb:1:in `' 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' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:28:in `block (2 levels) in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb__1266650422093323883_70198804453720' 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:714:in `fields_for' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1599:in `fields_for' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:26:in `block in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb__1266650422093323883_70198804453720' 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__1266650422093323883_70198804453720' 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__1555419475608052849_70198804094880' 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 (12.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.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.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 (51.8ms) Started GET "/guts/categories" for ::1 at 2015-11-24 00:58:26 -0330 Processing by Guts::CategoriesController#index as HTML Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `attr_accessible' for #): activerecord (4.2.5) lib/active_record/dynamic_matchers.rb:26:in `method_missing' /Users/tyler/Development/guts/app/models/guts/category.rb:6:in `' /Users/tyler/Development/guts/app/models/guts/category.rb:2:in `' /Users/tyler/Development/guts/app/models/guts/category.rb:1:in `' 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/dependencies.rb:526:in `load_missing_constant' activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing' /Users/tyler/Development/guts/app/controllers/guts/categories_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (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.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.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 (44.5ms) Started GET "/guts/categories" for ::1 at 2015-11-24 00:58:27 -0330 Processing by Guts::CategoriesController#index as HTML Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `attr_accessible' for #): activerecord (4.2.5) lib/active_record/dynamic_matchers.rb:26:in `method_missing' /Users/tyler/Development/guts/app/models/guts/category.rb:6:in `' /Users/tyler/Development/guts/app/models/guts/category.rb:2:in `' /Users/tyler/Development/guts/app/models/guts/category.rb:1:in `' 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/dependencies.rb:526:in `load_missing_constant' activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing' /Users/tyler/Development/guts/app/controllers/guts/categories_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (4.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 (1.9ms) 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/diagnostics.html.erb within rescues/layout (45.5ms) Started GET "/guts/categories" for ::1 at 2015-11-24 00:58:31 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (4.8ms) Completed 200 OK in 27ms (Views: 23.0ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:58:32 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:58:32 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:58:32 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:58:32 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:58:32 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:58:32 -0330 Started GET "/guts/contents" for ::1 at 2015-11-24 00:58:42 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.3ms) Completed 200 OK in 23ms (Views: 20.0ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:58:42 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:58:42 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:58:42 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:58:42 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:58:42 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:58:42 -0330 Started GET "/guts/contents" for ::1 at 2015-11-24 00:58:43 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.0ms) Completed 200 OK in 22ms (Views: 21.6ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:58:43 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:58:43 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:58:43 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:58:43 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:58:43 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:58:43 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 00:58:44 -0330 Processing by Guts::ContentsController#new as HTML Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (5.5ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `name' for #): 25:
26: <%= f.fields_for :categories do |builder| %> 27: <%= builder.label :category_id, "Categories" %>
28: <%= builder.collection_select :category_id, Guts::Category.all, :id, :name, {:multiple => true} %> 29: <% end -%> 30:
31: <%= f.submit %> activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:759:in `value_for_collection' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:395:in `block in options_from_collection_for_select' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:394:in `options_from_collection_for_select' actionview (4.2.5) lib/action_view/helpers/tags/collection_select.rb:21:in `render' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:202:in `collection_select' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:789:in `collection_select' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:28:in `block (2 levels) in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb__1266650422093323883_70198804453720' 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:714:in `fields_for' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1599:in `fields_for' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:26:in `block in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb__1266650422093323883_70198804453720' 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__1266650422093323883_70198804453720' 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__1555419475608052849_70198804094880' 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.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 (3.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 (1.4ms) 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.0ms) Started GET "/guts/contents/new" for ::1 at 2015-11-24 00:58:54 -0330 Processing by Guts::ContentsController#new as HTML Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (6.1ms) Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:58:54 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:58:54 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:58:54 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:58:54 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:58:54 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:58:54 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 00:59:04 -0330 Processing by Guts::ContentsController#new as HTML Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (3.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (4.9ms) Completed 200 OK in 26ms (Views: 26.1ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:59:04 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:59:04 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:59:04 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:59:04 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:59:04 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:59:04 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 00:59:50 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (2.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (5.5ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.0ms) SyntaxError (/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:28: syntax error, unexpected {, expecting '(' ...Category.all, :id, :title,{}. {multiple: true} );@output_buf... ... ^): /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:28: syntax error, unexpected {, expecting '(' ...Category.all, :id, :title,{}. {multiple: true} );@output_buf... ... ^ 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/new.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_contents_new_html_erb__1555419475608052849_70198804094880' 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 (6.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 (3.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.6ms) 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.7ms) Started GET "/guts/contents/new" for ::1 at 2015-11-24 00:59:57 -0330 Processing by Guts::ContentsController#new as HTML Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (6.4ms) Completed 200 OK in 25ms (Views: 25.1ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:59:57 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 00:59:57 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:59:57 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 00:59:57 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 00:59:57 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 00:59:57 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 01:00:04 -0330 Processing by Guts::ContentsController#new as HTML Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (5.8ms) Completed 200 OK in 25ms (Views: 24.4ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:00:04 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:00:04 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:00:04 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:00:04 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:00:04 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:00:04 -0330 Started POST "/guts/contents" for ::1 at 2015-11-24 01:00:18 -0330 Processing by Guts::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"/qhiuZoc6MF7bWoHuAsbc0KYGK7KaHCLq50IrOZPdqxDXV5QwnP9cnMzKqUoKV1OZRMq0rL+0jNS70E4dnAXJg==", "content"=>{"title"=>"Cool test", "content"=>"Yay", "metafields"=>"", "categories"=>{"category_id"=>["", "1", "2"]}}, "commit"=>"Create Content"} Unpermitted parameter: categories  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "guts_contents" ("title", "content", "metafields", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Cool test"], ["content", "Yay"], ["metafields", ""], ["created_at", "2015-11-24 04:30:18.323140"], ["updated_at", "2015-11-24 04:30:18.323140"]]  (0.6ms) commit transaction Redirected to http://localhost:3000/guts/contents/1 Completed 302 Found in 6ms (ActiveRecord: 1.0ms) Started GET "/guts/contents/1" for ::1 at 2015-11-24 01:00:18 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (2.0ms) Completed 200 OK in 19ms (Views: 17.7ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:00:18 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:00:18 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:00:18 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:00:18 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:00:18 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:00:18 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 01:00:21 -0330 Processing by Guts::ContentsController#new as HTML Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (3.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (4.9ms) Completed 200 OK in 27ms (Views: 26.8ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:00:21 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:00:21 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:00:21 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:00:21 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:00:21 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:00:21 -0330 Started GET "/guts/contents" for ::1 at 2015-11-24 01:00:22 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.4ms) Completed 200 OK in 22ms (Views: 21.3ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:00:22 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:00:22 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:00:22 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:00:22 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:00:22 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:00:22 -0330 Started GET "/guts/contents" for ::1 at 2015-11-24 01:00:23 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.4ms) Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:00:23 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:00:23 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:00:23 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:00:23 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:00:23 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:00:23 -0330 Started GET "/guts/contents" for ::1 at 2015-11-24 01:00:25 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.3ms) Completed 200 OK in 21ms (Views: 20.5ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:00:25 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:00:25 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:00:25 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:00:25 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:00:25 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:00:25 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:01:11 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (3.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.2ms) Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:01:11 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:01:11 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:01:11 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:01:11 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:01:11 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:01:11 -0330 Started GET "/guts/contents" for ::1 at 2015-11-24 01:01:13 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.5ms) Completed 200 OK in 21ms (Views: 20.8ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:01:13 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:01:13 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:01:13 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:01:13 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:01:13 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:01:13 -0330 Started GET "/guts/contents/1" for ::1 at 2015-11-24 01:01:14 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (1.0ms) Completed 200 OK in 28ms (Views: 27.7ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:01:14 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:01:14 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:01:14 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:01:14 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:01:14 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:01:14 -0330 Started GET "/guts/contents" for ::1 at 2015-11-24 01:01:16 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.3ms) Completed 200 OK in 24ms (Views: 23.6ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:01:16 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:01:16 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:01:16 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:01:16 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:01:16 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:01:16 -0330 Started GET "/guts/contents" for ::1 at 2015-11-24 01:01:17 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.0ms) Completed 200 OK in 28ms (Views: 27.1ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:01:18 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:01:18 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:01:18 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:01:18 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:01:18 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:01:18 -0330 Started GET "/guts/contents" for ::1 at 2015-11-24 01:01:19 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.3ms) Completed 200 OK in 22ms (Views: 21.5ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:01:19 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:01:19 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:01:19 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:01:19 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:01:19 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:01:19 -0330 Started GET "/guts/contents/1" for ::1 at 2015-11-24 01:01:20 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (0.6ms) Completed 200 OK in 22ms (Views: 21.0ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:01:20 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:01:20 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:01:20 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:01:20 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:01:20 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:01:20 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:01:23 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (3.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (4.8ms) Completed 200 OK in 29ms (Views: 28.0ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:01:23 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:01:23 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:01:23 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:01:23 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:01:23 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:01:23 -0330 Started PATCH "/guts/contents/1" for ::1 at 2015-11-24 01:01:42 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"6t2t0VryFeS8wxZpU+0K4tQHYqjTDhbge/zI0GLwgIJXKJE4Ap0AV7SdVsvDz0zf84xQ1KuYtFiCjoFE8s/hCA==", "content"=>{"title"=>"Cool test", "content"=>"Yay", "metafields"=>"", "categories"=>{"category_id"=>["", "1", "2"]}}, "commit"=>"Update Content", "id"=>"1"} Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: categories  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/guts/contents/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms) Started GET "/guts/contents/1" for ::1 at 2015-11-24 01:01:42 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (1.2ms) Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:01:43 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:01:43 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:01:43 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:01:43 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:01:43 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:01:43 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:01:44 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" 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 (6.2ms) Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:01:45 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:01:45 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:01:45 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:01:45 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:01:45 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:01:45 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:01:46 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (2.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (4.1ms) Completed 200 OK in 25ms (Views: 24.6ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:01:46 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:01:46 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:01:46 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:01:46 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:01:46 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:01:46 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:02:00 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (6.6ms) Completed 200 OK in 30ms (Views: 28.6ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:02:00 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:02:00 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:02:00 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:02:00 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:02:01 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:02:01 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:02:02 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (2.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (4.1ms) Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:02:02 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:02:02 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:02:02 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:02:02 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:02:02 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:02:02 -0330 Started PATCH "/guts/contents/1" for ::1 at 2015-11-24 01:02:05 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HvIrcRe+Xso4W2D+GR1y6NDlzbF9+e+OvksbzbD6XPyjBxeYT9FLeTAFIFyJPzTV927/zQVvTTZHOVJZIMU9dg==", "content"=>{"title"=>"Cool test", "content"=>"Yay", "metafields"=>"", "categories"=>{"categories"=>["", "1", "2"]}}, "commit"=>"Update Content", "id"=>"1"} Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: categories  (0.1ms) begin transaction  (0.4ms) commit transaction Redirected to http://localhost:3000/guts/contents/1 Completed 302 Found in 5ms (ActiveRecord: 0.8ms) Started GET "/guts/contents/1" for ::1 at 2015-11-24 01:02:05 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (0.7ms) Completed 200 OK in 21ms (Views: 20.2ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:02:05 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:02:05 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:02:05 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:02:05 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:02:05 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:02:05 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:02:07 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (6.5ms) Completed 200 OK in 29ms (Views: 27.9ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:02:07 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:02:07 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:02:07 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:02:07 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:02:07 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:02:07 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:02:08 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (10.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.9ms) Completed 200 OK in 30ms (Views: 28.9ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:02:08 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:02:08 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:02:08 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:02:08 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:02:08 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:02:08 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:03:34 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (3.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (6.0ms) Completed 200 OK in 25ms (Views: 24.4ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:03:34 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:03:34 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:03:34 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:03:34 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:03:34 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:03:34 -0330 Started PATCH "/guts/contents/1" for ::1 at 2015-11-24 01:03:35 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+eGZjU9UfHSGh77wjWlgkL2eRXSAJ2H6zUlh1x6a36JEFKVkFztpx47Z/lIdSyatmhV3CPixw0I0OyhDjqW+KA==", "content"=>{"title"=>"Cool test", "content"=>"Yay", "metafields"=>"", "categories"=>{"category_id"=>"1"}}, "commit"=>"Update Content", "id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: categories  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/guts/contents/1 Completed 302 Found in 4ms (ActiveRecord: 0.3ms) Started GET "/guts/contents/1" for ::1 at 2015-11-24 01:03:35 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (0.8ms) Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:03:35 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:03:35 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:03:35 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:03:35 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:03:35 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:03:36 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:03:38 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.4ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.7ms) Completed 200 OK in 26ms (Views: 24.7ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:03:38 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:03:38 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:03:38 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:03:38 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:03:38 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:03:38 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:03:39 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (2.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (4.4ms) Completed 200 OK in 26ms (Views: 25.7ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:03:39 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:03:39 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:03:39 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:03:39 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:03:39 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:03:39 -0330 Started PATCH "/guts/contents/1" for ::1 at 2015-11-24 01:03:48 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"c8DmWj7BfiILKQXwF8gEY/TThwNNeLasLHjkfY0jDgbONdqzZq5rkQN3RVKH6kJe01i1fzXuFBTVCq3pHRxvjA==", "content"=>{"title"=>"Cool test", "content"=>"Yay", "metafields"=>"", "categories"=>{"category_id"=>"2"}}, "commit"=>"Update Content", "id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: categories  (0.1ms) begin transaction  (0.6ms) commit transaction Redirected to http://localhost:3000/guts/contents/1 Completed 302 Found in 8ms (ActiveRecord: 0.8ms) Started GET "/guts/contents/1" for ::1 at 2015-11-24 01:03:48 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (0.6ms) Completed 200 OK in 38ms (Views: 35.8ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:03:48 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:03:48 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:03:48 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:03:48 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:03:48 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:03:48 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:03:50 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (3.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.2ms) Completed 200 OK in 32ms (Views: 31.1ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:03:50 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:03:50 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:03:50 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:03:50 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:03:50 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:03:50 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:03:50 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (2.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (4.0ms) Completed 200 OK in 24ms (Views: 23.3ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:03:51 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:03:51 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:03:51 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:03:51 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:03:51 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:03:51 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:05:05 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.4ms) Completed 200 OK in 39ms (Views: 29.9ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:05:06 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:05:06 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:05:06 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:05:06 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:05:06 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:05:06 -0330 Started PATCH "/guts/contents/1" for ::1 at 2015-11-24 01:05:09 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5r0jC1WfvOjWdOl7XwUPh2ZkocBoig9c0fOpZgktlp5bSB/iDfCpW94qqdnPJ0m6Qe+TvBAcreQogeDymRL3FA==", "content"=>{"title"=>"Cool test", "content"=>"Yay", "metafields"=>"", "categories"=>{"categories"=>["", "1", "2"]}}, "commit"=>"Update Content", "id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: categories  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/guts/contents/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started GET "/guts/contents/1" for ::1 at 2015-11-24 01:05:09 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (0.6ms) Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:05:09 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:05:09 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:05:09 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:05:09 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:05:09 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:05:09 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:05:10 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (3.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (6.0ms) Completed 200 OK in 29ms (Views: 28.1ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:05:10 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:05:10 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:05:10 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:05:10 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:05:10 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:05:10 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:06:28 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (2.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (4.2ms) Completed 200 OK in 32ms (Views: 31.6ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:06:28 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:06:28 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:06:28 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:06:28 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:06:28 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:06:28 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:06:56 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (3.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.7ms) Completed 200 OK in 28ms (Views: 26.8ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:06:56 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:06:56 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:06:56 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:06:56 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:06:56 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:06:56 -0330 Started PATCH "/guts/contents/1" for ::1 at 2015-11-24 01:06:58 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"J1m1luSm/tEkLgCtoRLJ8d869TjnKCnhk/UzxfdrN+aarIl/vMnrYixwQA8xMI/M+LHHRJ++i1lqh3pRZ1RWbA==", "content"=>{"title"=>"Cool test", "content"=>"Yay", "metafields"=>"", "categories"=>{"category_id"=>["", "1"]}}, "commit"=>"Update Content", "id"=>"1"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: categories  (0.0ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/guts/contents/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Started GET "/guts/contents/1" for ::1 at 2015-11-24 01:06:58 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (0.6ms) Completed 200 OK in 21ms (Views: 20.6ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:06:58 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:06:58 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:06:58 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:06:59 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:06:59 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:06:59 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:07:00 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (3.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.3ms) Completed 200 OK in 25ms (Views: 24.6ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:07:00 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:07:00 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:07:00 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:07:00 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:07:00 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:07:00 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:07:01 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (2.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (4.1ms) Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:07:01 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:07:01 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:07:01 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:07:01 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:07:01 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:07:01 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:07:02 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (2.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (4.2ms) Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:07:02 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:07:02 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:07:02 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:07:02 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:07:02 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:07:02 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:08:01 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (3.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (4.9ms) Completed 200 OK in 34ms (Views: 33.1ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:08:01 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:08:01 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:08:01 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:08:01 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:08:01 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:08:01 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:08:19 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.0ms) Completed 200 OK in 37ms (Views: 29.5ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:08:19 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:08:19 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:08:19 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:08:19 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:08:19 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:08:19 -0330 Started PATCH "/guts/contents/1" for ::1 at 2015-11-24 01:08:22 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"l2w7iQScaMOMoH6mj21DyNrKytRQ3gf27XsLfj4ZUIAqmQdgXPN9cIT+PgQfTwX1/UH4qChIpU4UCULqriYxCg==", "content"=>{"title"=>"Cool test", "content"=>"Yay", "metafields"=>"", "categories"=>{"category_ids"=>["", "2"]}}, "commit"=>"Update Content", "id"=>"1"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: categories  (0.0ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/guts/contents/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started GET "/guts/contents/1" for ::1 at 2015-11-24 01:08:22 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (0.6ms) Completed 200 OK in 21ms (Views: 20.2ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:08:22 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:08:22 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:08:22 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:08:22 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:08:22 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:08:22 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:08:23 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (2.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (4.2ms) Completed 200 OK in 29ms (Views: 27.7ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:08:23 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:08:23 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:08:23 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:08:23 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:08:23 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:08:23 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:08:24 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (3.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.2ms) Completed 200 OK in 43ms (Views: 41.2ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:08:24 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:08:24 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:08:24 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:08:24 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:08:24 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:08:24 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:10:13 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (37.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (39.1ms) Completed 200 OK in 58ms (Views: 57.2ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:10:13 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:10:13 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:10:13 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:10:13 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:10:13 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:10:13 -0330 Started PATCH "/guts/contents/1" for ::1 at 2015-11-24 01:10:20 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"pIwJwSszJ4eyEgZWXriIaJEfTXgtkaKgCCW3WswAKoUZeTUoc1wyNLpMRvTOms5VtpR/BFUHABjxV/7OXD9LDw==", "content"=>{"title"=>"Cool test", "content"=>"Yay", "metafields"=>"", "category_ids"=>["", "2"]}, "commit"=>"Update Content", "id"=>"1"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: category_ids  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/guts/contents/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms) Started GET "/guts/contents/1" for ::1 at 2015-11-24 01:10:20 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (0.6ms) Completed 200 OK in 22ms (Views: 21.3ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:10:20 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:10:20 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:10:20 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:10:20 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:10:20 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:10:20 -0330 Started GET "/guts/contents" for ::1 at 2015-11-24 01:10:22 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.8ms) Completed 200 OK in 22ms (Views: 21.9ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:10:22 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:10:22 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:10:22 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:10:22 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:10:22 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:10:22 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:10:24 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (4.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (6.1ms) Completed 200 OK in 27ms (Views: 26.2ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:10:24 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:10:24 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:10:24 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:10:24 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:10:24 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:10:24 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:13:01 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (3.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.0ms) Completed 200 OK in 26ms (Views: 25.0ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:13:01 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:13:02 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:13:02 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:13:02 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:13:02 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:13:02 -0330 Started PATCH "/guts/contents/1" for ::1 at 2015-11-24 01:13:04 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+zGMf5KaowasJ6MZ6PjPWYZdJ+Zn9ZxeAhC0y+lZcZBGxLCWyvW2taR547t42olkodYVmh9jPub7Yv1feWYQGg==", "content"=>{"title"=>"Cool test", "content"=>"Yay", "metafields"=>"", "categorizations"=>{"category_ids"=>["", "2"]}}, "commit"=>"Update Content", "id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: categorizations  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/guts/contents/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/guts/contents/1" for ::1 at 2015-11-24 01:13:04 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (0.6ms) Completed 200 OK in 29ms (Views: 28.0ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:13:04 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:13:04 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:13:04 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:13:04 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:13:04 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:13:04 -0330 Started GET "/guts/contents" for ::1 at 2015-11-24 01:13:05 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.5ms) Completed 200 OK in 25ms (Views: 24.6ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:13:06 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:13:06 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:13:06 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:13:06 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:13:06 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:13:06 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:13:08 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (6.1ms) Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:13:08 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:13:08 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:13:08 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:13:08 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:13:08 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:13:08 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:14:48 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (12.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (13.7ms) Completed 200 OK in 44ms (Views: 35.9ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:14:49 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:14:49 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:14:49 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:14:49 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:14:49 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:14:49 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:15:02 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) ArgumentError (No association found for name `category'. Has it been defined yet?): activerecord (4.2.5) lib/active_record/nested_attributes.rb:319:in `block in accepts_nested_attributes_for' activerecord (4.2.5) lib/active_record/nested_attributes.rb:307:in `each' activerecord (4.2.5) lib/active_record/nested_attributes.rb:307:in `accepts_nested_attributes_for' /Users/tyler/Development/guts/app/models/guts/content.rb:5:in `' /Users/tyler/Development/guts/app/models/guts/content.rb:2:in `' /Users/tyler/Development/guts/app/models/guts/content.rb:1:in `' 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/dependencies.rb:526:in `load_missing_constant' activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing' /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 (5.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.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 (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 (47.0ms) Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:15:08 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.5ms) Completed 200 OK in 38ms (Views: 31.1ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:15:09 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:15:09 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:15:09 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:15:09 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:15:09 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:15:09 -0330 Started PATCH "/guts/contents/1" for ::1 at 2015-11-24 01:15:15 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"BgRy6EEGRDRGAEz+Wigbd52Z2vZJARshzIn7aJ6rIIW78U4BGWlRh05eDFzKCl1KuhLoijGXuZk1+7L8DpRBDw==", "content"=>{"title"=>"Cool test", "content"=>"Yay", "metafields"=>"", "categories"=>{"category_id"=>["", "1", "2"]}}, "commit"=>"Update Content", "id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: categories  (0.0ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/guts/contents/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started GET "/guts/contents/1" for ::1 at 2015-11-24 01:15:15 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (0.6ms) Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:15:15 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:15:15 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:15:15 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:15:15 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:15:15 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:15:15 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:15:17 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (3.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.4ms) Completed 200 OK in 33ms (Views: 32.3ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:15:17 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:15:17 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:15:17 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:15:17 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:15:17 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:15:17 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:15:32 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Categorization Load (0.2ms) SELECT "guts_categorizations".* FROM "guts_categorizations" WHERE "guts_categorizations"."content_id" = ? [["content_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (6.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (7.9ms) Completed 200 OK in 35ms (Views: 33.4ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:15:32 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:15:32 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:15:32 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:15:32 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:15:32 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:15:32 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:15:51 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.0ms) Completed 200 OK in 38ms (Views: 30.6ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:15:52 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:15:52 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:15:52 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:15:52 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:15:52 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:15:52 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:16:05 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.4ms) Completed 200 OK in 46ms (Views: 38.3ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:16:05 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:16:05 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:16:05 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:16:05 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:16:05 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:16:05 -0330 Started PATCH "/guts/contents/1" for ::1 at 2015-11-24 01:16:09 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"vDMYed2ebBY2pkVikRlD05E93YPa2evsrvZiWtU0izUBxiSQhfF5pT74BcABOwXutrbv/6JPSVRXhCvORQvqvw==", "content"=>{"title"=>"Cool test", "content"=>"Yay", "metafields"=>"", "categories"=>{"category_id"=>["", "1"]}}, "commit"=>"Update Content", "id"=>"1"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: categories  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/guts/contents/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms) Started GET "/guts/contents/1" for ::1 at 2015-11-24 01:16:09 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (0.6ms) Completed 200 OK in 21ms (Views: 20.2ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:16:09 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:16:09 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:16:09 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:16:09 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:16:09 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:16:09 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:16:10 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (3.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (4.7ms) Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:16:11 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:16:11 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:16:11 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:16:11 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:16:11 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:16:11 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:19:05 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (9.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.3ms) Completed 200 OK in 42ms (Views: 31.6ms | ActiveRecord: 1.4ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:19:06 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:19:06 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:19:06 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:19:06 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:19:06 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:19:06 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:19:21 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) ArgumentError (No association found for name `categorization'. Has it been defined yet?): activerecord (4.2.5) lib/active_record/nested_attributes.rb:319:in `block in accepts_nested_attributes_for' activerecord (4.2.5) lib/active_record/nested_attributes.rb:307:in `each' activerecord (4.2.5) lib/active_record/nested_attributes.rb:307:in `accepts_nested_attributes_for' /Users/tyler/Development/guts/app/models/guts/content.rb:5:in `' /Users/tyler/Development/guts/app/models/guts/content.rb:2:in `' /Users/tyler/Development/guts/app/models/guts/content.rb:1:in `' 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/dependencies.rb:526:in `load_missing_constant' activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing' /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:55: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.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 (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 (44.7ms) Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:19:32 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (10.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (12.8ms) Completed 200 OK in 43ms (Views: 34.3ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:19:32 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:19:32 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:19:32 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:19:32 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:19:32 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:19:32 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:19:57 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.3ms) Completed 200 OK in 43ms (Views: 34.1ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:19:57 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:19:57 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:19:57 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:19:57 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:19:57 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:19:57 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:19:57 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (2.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (4.4ms) Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:19:58 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:19:58 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:19:58 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:19:58 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:19:58 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:19:58 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:24:47 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.2ms) 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", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (60.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (64.6ms) Completed 200 OK in 249ms (Views: 206.7ms | ActiveRecord: 1.9ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:24:47 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:24:47 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:24:47 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:24:47 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:24:47 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:24:47 -0330 Started GET "/guts/contents/1" for ::1 at 2015-11-24 01:24:51 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (1.4ms) Completed 200 OK in 22ms (Views: 21.5ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:24:52 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:24:52 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:24:52 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:24:52 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:24:52 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:24:52 -0330 Started GET "/guts/contents" for ::1 at 2015-11-24 01:24:54 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.9ms) Completed 200 OK in 25ms (Views: 24.6ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:24:54 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:24:54 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:24:54 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:24:54 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:24:54 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:24:54 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 01:24:55 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (2.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (4.6ms) Completed 200 OK in 24ms (Views: 23.6ms | ActiveRecord: 0.0ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:24:56 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:24:56 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:24:56 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:24:56 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:24:56 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:24:56 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 01:25:17 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (10.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (11.9ms) Completed 200 OK in 54ms (Views: 46.1ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:25:17 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:25:17 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:25:17 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:25:17 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:25:17 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:25:17 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 01:26:34 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (9.3ms) Completed 200 OK in 49ms (Views: 35.0ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:26:35 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:26:35 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:26:35 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:26:35 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:26:35 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:26:35 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 01:26:36 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (2.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (4.1ms) Completed 200 OK in 30ms (Views: 29.6ms | ActiveRecord: 0.0ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:26:36 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:26:36 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:26:36 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:26:36 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:26:36 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:26:36 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 01:26:48 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (2.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (4.2ms) Completed 200 OK in 22ms (Views: 21.9ms | ActiveRecord: 0.0ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:26:48 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:26:48 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:26:48 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:26:48 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:26:48 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:26:48 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 01:27:15 -0330 Processing by Guts::ContentsController#new as HTML Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (9.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (11.5ms) Completed 200 OK in 31ms (Views: 30.0ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:27:15 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:27:15 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:27:15 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:27:15 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:27:15 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:27:15 -0330 Started POST "/guts/contents" for ::1 at 2015-11-24 01:27:50 -0330 Processing by Guts::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AHRx1vFIuZyJBFCYTlsxmwUiMp2yKl5r0k+62mkqFla9gU0/qSesL4FaEDreeXemIqkA4cq8/NMrPfNO+RV33A==", "content"=>{"title"=>"x", "content"=>"x", "metafields"=>"", "categories"=>{"category"=>["", "2"]}}, "commit"=>"Create Content"} Unpermitted parameter: categories Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) ActionView::MissingTemplate (Missing template guts/contents/create, guts/application/create with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/tyler/Development/guts/test/dummy/app/views" * "/Users/tyler/Development/guts/app/views" ): actionview (4.2.5) lib/action_view/path_set.rb:46:in `find' actionview (4.2.5) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:8: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:38: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 (3.8ms) 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.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (51.6ms) Started GET "/guts/contents/new" for ::1 at 2015-11-24 01:30:21 -0330 Processing by Guts::ContentsController#new as HTML Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (9.4ms) Completed 200 OK in 37ms (Views: 29.7ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:30:21 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:30:21 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:30:21 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:30:21 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:30:21 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:30:21 -0330 Started GET "/guts/contents" for ::1 at 2015-11-24 01:30:22 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.3ms) Completed 200 OK in 21ms (Views: 20.8ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:30:22 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:30:22 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:30:22 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:30:22 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:30:22 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:30:22 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:30:24 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (3.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.6ms) Completed 200 OK in 37ms (Views: 35.2ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:30:24 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:30:24 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:30:24 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:30:24 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:30:24 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:30:24 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:31:53 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (9.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.0ms) Completed 200 OK in 41ms (Views: 33.8ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:31:53 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:31:53 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:31:53 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:31:53 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:31:53 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:31:53 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:35:15 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (10.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (12.1ms) Completed 200 OK in 42ms (Views: 34.1ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:35:16 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:35:16 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:35:16 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:35:16 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:35:16 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:35:16 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:35:17 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (2.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (4.3ms) Completed 200 OK in 24ms (Views: 23.6ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:35:17 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:35:17 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:35:17 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:35:17 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:35:17 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:35:17 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:35:25 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.4ms) Completed 200 OK in 38ms (Views: 30.1ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:35:25 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:35:25 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:35:25 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:35:25 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:35:25 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:35:25 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:35:40 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] 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.4ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `category_id' for #): 24: <%= f.text_area :metafields %> 25:
26: <%= f.fields_for :categories do |builder| %> 27: <%= f.collection_select :category_id, Guts::Category.all, :id, :title, {}, {multiple: true} %> 28: <% end -%> 29:
30: <%= f.submit %> activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.2.5) lib/action_view/helpers/tags/collection_select.rb:16:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/collection_select.rb:16:in `fetch' actionview (4.2.5) lib/action_view/helpers/tags/collection_select.rb:16:in `render' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:202:in `collection_select' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:789:in `collection_select' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:27:in `block (2 levels) in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb___681177566732980108_70330967123620' 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:714:in `fields_for' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1599:in `fields_for' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:26:in `block in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb___681177566732980108_70330967123620' 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___681177566732980108_70330967123620' 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___2254607882289926265_70330946770620' 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 (8.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 (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 (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 (50.3ms) Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:35:45 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (3.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.4ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `map' for :id:Symbol): 24: <%= f.text_area :metafields %> 25:
26: <%= f.fields_for :categories do |builder| %> 27: <%= collection_select :category_id, Guts::Category.all, :id, :title, {}, {multiple: true} %> 28: <% end -%> 29:
30: <%= f.submit %> actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:394:in `options_from_collection_for_select' actionview (4.2.5) lib/action_view/helpers/tags/collection_select.rb:21:in `render' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:202:in `collection_select' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:27:in `block (2 levels) in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb___681177566732980108_70330951538780' 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:714:in `fields_for' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1599:in `fields_for' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:26:in `block in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb___681177566732980108_70330951538780' 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___681177566732980108_70330951538780' 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___2254607882289926265_70330946770620' 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 (10.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 (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.3ms) 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.9ms) Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:35:49 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (3.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.3ms) Completed 200 OK in 25ms (Views: 24.0ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:35:49 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:35:49 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:35:49 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:35:49 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:35:49 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:35:49 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:35:55 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Categorization Load (0.1ms) SELECT "guts_categorizations".* FROM "guts_categorizations" WHERE "guts_categorizations"."content_id" = ? [["content_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (6.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.2ms) Completed 200 OK in 29ms (Views: 27.5ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:35:55 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:35:55 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:35:55 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:35:55 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:35:55 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:35:55 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:36:01 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.3ms) 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", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (14.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (16.1ms) Completed 200 OK in 47ms (Views: 37.7ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:36:02 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:36:02 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:36:02 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:36:02 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:36:02 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:36:02 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:39:47 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (5.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (6.9ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined local variable or method `attr_accessible' for #): 23: <%= f.label :metafields %>
24: <%= f.text_area :metafields %> 25:
26: <%= f.fields_for :categories do |builder| %> 27: <%= builder.collection_select :category_id, Guts::Category.all, :id, :title, {}, {multiple: true} %> 28: <% end -%> 29:
activerecord (4.2.5) lib/active_record/dynamic_matchers.rb:26:in `method_missing' /Users/tyler/Development/guts/app/models/guts/categorization.rb:3:in `' /Users/tyler/Development/guts/app/models/guts/categorization.rb:2:in `' /Users/tyler/Development/guts/app/models/guts/categorization.rb:1:in `' 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/dependencies.rb:526: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/inflector/methods.rb:304:in `safe_constantize' activesupport (4.2.5) lib/active_support/dependencies.rb:572:in `safe_get' activesupport (4.2.5) lib/active_support/dependencies.rb:603:in `safe_constantize' activerecord (4.2.5) lib/active_record/inheritance.rb:154:in `block in compute_type' activerecord (4.2.5) lib/active_record/inheritance.rb:153:in `each' activerecord (4.2.5) lib/active_record/inheritance.rb:153:in `compute_type' activerecord (4.2.5) lib/active_record/reflection.rb:295:in `compute_class' activerecord (4.2.5) lib/active_record/reflection.rb:291:in `klass' activerecord (4.2.5) lib/active_record/reflection.rb:671:in `source_reflection' activerecord (4.2.5) lib/active_record/reflection.rb:849:in `check_validity!' activerecord (4.2.5) lib/active_record/associations/association.rb:25:in `initialize' activerecord (4.2.5) lib/active_record/associations/has_many_through_association.rb:10:in `initialize' activerecord (4.2.5) lib/active_record/associations.rb:162:in `new' activerecord (4.2.5) lib/active_record/associations.rb:162:in `association' activerecord (4.2.5) lib/active_record/associations/builder/association.rb:115:in `categories' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1902:in `fields_for_with_nested_attributes' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1582:in `fields_for' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:26:in `block in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb___681177566732980108_70330915417500' 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___681177566732980108_70330915417500' 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___2254607882289926265_70330946770620' 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 (9.2ms) 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.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.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 (54.3ms) Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:40:05 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (2.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (4.2ms) Completed 200 OK in 27ms (Views: 26.1ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:40:05 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:40:05 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:40:05 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:40:05 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:40:05 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:40:05 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:44:03 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.7ms) Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.7ms) ActionView::Template::Error (undefined local variable or method `attr_accessible' for #): 23: <%= f.label :metafields %>
24: <%= f.text_area :metafields %> 25:
26: <%= f.collection_select :category_ids, Guts::Category.all, :id, :name, :include_blank => true %> 27:
28: <%= f.submit %> 29:
activerecord (4.2.5) lib/active_record/dynamic_matchers.rb:26:in `method_missing' /Users/tyler/Development/guts/app/models/guts/categorization.rb:3:in `' /Users/tyler/Development/guts/app/models/guts/categorization.rb:2:in `' /Users/tyler/Development/guts/app/models/guts/categorization.rb:1:in `' 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/dependencies.rb:526: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/inflector/methods.rb:304:in `safe_constantize' activesupport (4.2.5) lib/active_support/dependencies.rb:572:in `safe_get' activesupport (4.2.5) lib/active_support/dependencies.rb:603:in `safe_constantize' activerecord (4.2.5) lib/active_record/inheritance.rb:154:in `block in compute_type' activerecord (4.2.5) lib/active_record/inheritance.rb:153:in `each' activerecord (4.2.5) lib/active_record/inheritance.rb:153:in `compute_type' activerecord (4.2.5) lib/active_record/reflection.rb:295:in `compute_class' activerecord (4.2.5) lib/active_record/reflection.rb:291:in `klass' activerecord (4.2.5) lib/active_record/reflection.rb:671:in `source_reflection' activerecord (4.2.5) lib/active_record/reflection.rb:849:in `check_validity!' activerecord (4.2.5) lib/active_record/associations/association.rb:25:in `initialize' activerecord (4.2.5) lib/active_record/associations/has_many_through_association.rb:10:in `initialize' activerecord (4.2.5) lib/active_record/associations.rb:162:in `new' activerecord (4.2.5) lib/active_record/associations.rb:162:in `association' activerecord (4.2.5) lib/active_record/associations/builder/collection_association.rb:66:in `category_ids' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.2.5) lib/action_view/helpers/tags/collection_select.rb:16:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/collection_select.rb:16:in `fetch' actionview (4.2.5) lib/action_view/helpers/tags/collection_select.rb:16:in `render' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:202:in `collection_select' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:789:in `collection_select' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:26:in `block in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb___681177566732980108_70330967013700' 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___681177566732980108_70330967013700' 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___2254607882289926265_70330946770620' 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 (8.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 (3.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.3ms) 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 (48.6ms) Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:44:12 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (14.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (15.7ms) Completed 500 Internal Server Error in 29ms (ActiveRecord: 1.1ms) ActionView::Template::Error (undefined method `name' for #): 23: <%= f.label :metafields %>
24: <%= f.text_area :metafields %> 25: 26: <%= f.collection_select :category_ids, Guts::Category.all, :id, :name, :include_blank => true %> 27:
28: <%= f.submit %> 29:
activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:759:in `value_for_collection' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:395:in `block in options_from_collection_for_select' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:394:in `options_from_collection_for_select' actionview (4.2.5) lib/action_view/helpers/tags/collection_select.rb:21:in `render' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:202:in `collection_select' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:789:in `collection_select' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:26:in `block in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb___681177566732980108_70330967013700' 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___681177566732980108_70330967013700' 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___2254607882289926265_70330946770620' 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.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 (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 (1.1ms) 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 (47.8ms) Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:44:21 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (4.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (6.4ms) Completed 200 OK in 29ms (Views: 28.1ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:44:21 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:44:21 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:44:21 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:44:21 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:44:21 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:44:21 -0330 Started PATCH "/guts/contents/1" for ::1 at 2015-11-24 01:44:28 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"vWjQy4ozPOS0XoU96Yunw8+99/z6fa7eQMisrnt8JToAnewi0lwpV7wAxZ95qeH+6DbFgILrDGa5uuU660NEsA==", "content"=>{"title"=>"Cool test", "content"=>"Yay", "metafields"=>"", "category_ids"=>"1"}, "commit"=>"Update Content", "id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: category_ids  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/guts/contents/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started GET "/guts/contents/1" for ::1 at 2015-11-24 01:44:28 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (0.7ms) Completed 200 OK in 21ms (Views: 20.4ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:44:29 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:44:29 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:44:29 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:44:29 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:44:29 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:44:29 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:44:32 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (3.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.8ms) Completed 200 OK in 28ms (Views: 26.6ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:44:32 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:44:32 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:44:32 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:44:32 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:44:32 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:44:32 -0330 Started PATCH "/guts/contents/1" for ::1 at 2015-11-24 01:44:55 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Jd3S99UaeeagwmSCdbEXe/bJDq+nmU18X46GtqMs3jOYKO4ejXVsVaicJCDlk1FG0UI8098P78Sm/M8iMxO/uQ==", "content"=>{"title"=>"Cool test", "content"=>"Yay", "metafields"=>"", "category_ids"=>"1"}, "commit"=>"Update Content", "id"=>"1"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 1]] SQL (0.8ms) INSERT INTO "guts_categorizations" ("content_id", "category_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["content_id", 1], ["category_id", 1], ["created_at", "2015-11-24 05:14:55.955009"], ["updated_at", "2015-11-24 05:14:55.955009"]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/contents/1 Completed 302 Found in 46ms (ActiveRecord: 3.8ms) Started GET "/guts/contents/1" for ::1 at 2015-11-24 01:44:55 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (0.7ms) Completed 200 OK in 25ms (Views: 24.7ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:44:56 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:44:56 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:44:56 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:44:56 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:44:56 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:44:56 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:44:57 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (4.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (6.0ms) Completed 200 OK in 31ms (Views: 30.4ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:44:57 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:44:57 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:44:57 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:44:57 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:44:57 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:44:57 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:45:23 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (9.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (15.9ms) Completed 200 OK in 44ms (Views: 42.7ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:45:23 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:45:23 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:45:23 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:45:23 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:45:23 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:45:23 -0330 Started PATCH "/guts/contents/1" for ::1 at 2015-11-24 01:45:26 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Yw0mxQ1KamU2w8d/w2rkilhHH81+jlGPHVsI86egO0Xe+BosVSV/1j6dh91TSKK3f8wtsQYY8zfkKUFnN59azw==", "content"=>{"title"=>"Cool test", "content"=>"Yay", "metafields"=>"", "category_ids"=>["", "1", "2"]}, "commit"=>"Update Content", "id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: category_ids  (0.1ms) begin transaction  (0.2ms) commit transaction Redirected to http://localhost:3000/guts/contents/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/guts/contents/1" for ::1 at 2015-11-24 01:45:26 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (0.6ms) Completed 200 OK in 23ms (Views: 22.5ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:45:26 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:45:26 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:45:26 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:45:26 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:45:26 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:45:26 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:45:27 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (4.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (6.3ms) Completed 200 OK in 28ms (Views: 26.8ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:45:27 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:45:27 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:45:27 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:45:27 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:45:27 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:45:27 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:46:42 -0330 SyntaxError (/Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:59: syntax error, unexpected ':', expecting ')' ...nt, :metafields, :category_ids: []) ... ^): /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:59: syntax error, unexpected ':', expecting ')' ...nt, :metafields, :category_ids: []) ... ^ 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.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 (2.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.3ms) 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.3ms) Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:46:57 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (15.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (17.0ms) Completed 200 OK in 50ms (Views: 39.7ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:46:58 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:46:58 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:46:58 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:46:58 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:46:58 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:46:58 -0330 Started PATCH "/guts/contents/1" for ::1 at 2015-11-24 01:47:00 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"LJwaA7VICRrcGkTz84/XXoqtVNBoTZ70IVrjFccvij6RaSbq7SccqdREBFFjrZFjrSZmrBDbPEzYKKqBVxDrtA==", "content"=>{"title"=>"Cool test", "content"=>"Yay", "metafields"=>"", "category_ids"=>["", "1", "2"]}, "commit"=>"Update Content", "id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" IN (1, 2) Guts::Category Load (0.1ms) 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", 1]] SQL (0.4ms) INSERT INTO "guts_categorizations" ("content_id", "category_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["content_id", 1], ["category_id", 2], ["created_at", "2015-11-24 05:17:00.475084"], ["updated_at", "2015-11-24 05:17:00.475084"]]  (1.4ms) commit transaction Redirected to http://localhost:3000/guts/contents/1 Completed 302 Found in 12ms (ActiveRecord: 2.2ms) Started GET "/guts/contents/1" for ::1 at 2015-11-24 01:47:00 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (0.7ms) Completed 200 OK in 20ms (Views: 19.1ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:47:00 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:47:00 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:47:00 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:47:00 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:47:00 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:47:00 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:47:01 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (4.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.6ms) Completed 200 OK in 29ms (Views: 28.3ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:47:02 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:47:02 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:47:02 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:47:02 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:47:02 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:47:02 -0330 Started GET "/guts/contents" for ::1 at 2015-11-24 01:47:08 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.8ms) Completed 200 OK in 29ms (Views: 28.4ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:47:09 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:47:09 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:47:09 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:47:09 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:47:09 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:47:09 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 01:47:10 -0330 Processing by Guts::ContentsController#new as HTML Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (5.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (7.1ms) Completed 200 OK in 33ms (Views: 32.0ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:47:10 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:47:10 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:47:10 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:47:10 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:47:10 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:47:10 -0330 Started GET "/guts/contents" for ::1 at 2015-11-24 01:48:33 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.7ms) Completed 200 OK in 22ms (Views: 21.3ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:48:33 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:48:33 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:48:33 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:48:33 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:48:33 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:48:33 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:48:35 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (4.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (6.0ms) Completed 200 OK in 30ms (Views: 28.9ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:48:35 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:48:35 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:48:35 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:48:35 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:48:35 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:48:35 -0330 Started PATCH "/guts/contents/1" for ::1 at 2015-11-24 01:48:37 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"7+67PxcmcS7DTpjw0zQiMtdt7m9W3sZtHf3qO0PUeKRSG4fWT0lkncsQ2FJDFmQP8ObcEy5IZNXkj6Ov0+sZLg==", "content"=>{"title"=>"Cool test", "content"=>"Yay", "metafields"=>"", "category_ids"=>["", "1"]}, "commit"=>"Update Content", "id"=>"1"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 1]] SQL (0.5ms) DELETE FROM "guts_categorizations" WHERE "guts_categorizations"."content_id" = ? AND "guts_categorizations"."category_id" = 2 [["content_id", 1]]  (1.4ms) commit transaction Redirected to http://localhost:3000/guts/contents/1 Completed 302 Found in 9ms (ActiveRecord: 2.3ms) Started GET "/guts/contents/1" for ::1 at 2015-11-24 01:48:37 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (0.6ms) Completed 200 OK in 20ms (Views: 19.8ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:48:37 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:48:37 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:48:37 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:48:37 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:48:37 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:48:37 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:48:45 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (5.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (6.8ms) Completed 200 OK in 30ms (Views: 29.1ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:48:45 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:48:45 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:48:45 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:48:45 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:48:45 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:48:45 -0330 Started PATCH "/guts/contents/1" for ::1 at 2015-11-24 01:48:47 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JR1y0fdDeM8Zz1FX06vhG/D/d86YiswwpypmnupGUyaY6E44ryxtfBGREfVDiacm13RFsuAcboheWC8KenkyrA==", "content"=>{"title"=>"Cool test", "content"=>"Yay", "metafields"=>"", "category_ids"=>["", "1"]}, "commit"=>"Update Content", "id"=>"1"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 1]]  (0.1ms) commit transaction Redirected to http://localhost:3000/guts/contents/1 Completed 302 Found in 7ms (ActiveRecord: 0.7ms) Started GET "/guts/contents/1" for ::1 at 2015-11-24 01:48:47 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (0.7ms) Completed 200 OK in 29ms (Views: 27.6ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:48:47 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:48:47 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:48:47 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:48:47 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:48:47 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:48:47 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:48:52 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (3.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.5ms) Completed 200 OK in 25ms (Views: 24.2ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:48:52 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:48:52 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:48:52 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:48:52 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:48:52 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:48:52 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:49:53 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Guts::Category Load (0.2ms) 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", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (14.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (16.0ms) Completed 200 OK in 47ms (Views: 38.7ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:49:54 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:49:54 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:49:54 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:49:54 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:49:54 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:49:54 -0330 Started PATCH "/guts/contents/1" for ::1 at 2015-11-24 01:49:58 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"W9HbWAwF35g0/bRK0nCIumwmlFpaNISwo6weHKpExkDmJOexVGrKKzyj9OhCUs6HS62mJiKiJgha3leIOnunyg==", "content"=>{"title"=>"Cool test", "content"=>"Yay", "metafields"=>"", "categories"=>["", "1"]}, "commit"=>"Update Content", "id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.3ms) ActiveRecord::AssociationTypeMismatch (Category(#70330950914560) expected, got String(#70330912008040)): activerecord (4.2.5) lib/active_record/associations/association.rb:218:in `raise_on_type_mismatch!' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:365:in `block in replace' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:365:in `each' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:365:in `replace' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:47:in `writer' activerecord (4.2.5) lib/active_record/associations/builder/association.rb:123:in `categories=' activerecord (4.2.5) lib/active_record/attribute_assignment.rb:54:in `public_send' activerecord (4.2.5) lib/active_record/attribute_assignment.rb:54:in `_assign_attribute' activerecord (4.2.5) lib/active_record/attribute_assignment.rb:41:in `block in assign_attributes' actionpack (4.2.5) lib/action_controller/metal/strong_parameters.rb:185:in `each_pair' actionpack (4.2.5) lib/action_controller/metal/strong_parameters.rb:185:in `each_pair' activerecord (4.2.5) lib/active_record/attribute_assignment.rb:35:in `assign_attributes' activerecord (4.2.5) lib/active_record/persistence.rb:251:in `block in update' activerecord (4.2.5) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' activerecord (4.2.5) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5) lib/active_record/persistence.rb:250:in `update' /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:38:in `update' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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:38: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 (6.2ms) 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.9ms) 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 (52.4ms) Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:50:06 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Guts::Category Load (0.1ms) 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", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (6.4ms) Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:50:06 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:50:06 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:50:06 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:50:06 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:50:06 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:50:06 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:50:23 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (12.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (14.3ms) Completed 200 OK in 42ms (Views: 34.3ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:50:23 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:50:23 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:50:23 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:50:23 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:50:23 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:50:23 -0330 Started GET "/guts/contents/1" for ::1 at 2015-11-24 01:52:27 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (1.1ms) Completed 200 OK in 67ms (Views: 59.4ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:52:28 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:52:28 -0330 Started GET "/assets/guts/files.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:52:28 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:52:28 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:52:28 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:52:28 -0330 Started GET "/assets/guts/files.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:52:28 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:52:28 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:52:28 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.5ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (19.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (23.8ms) Completed 200 OK in 67ms (Views: 64.0ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:52:28 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:52:28 -0330 Started GET "/assets/guts/files.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:52:28 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:52:28 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:52:28 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:52:28 -0330 Started GET "/assets/guts/files.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:52:28 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:52:28 -0330 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGutsFiles (20151124052216)  (0.3ms) begin transaction  (0.4ms) CREATE TABLE "guts_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "extension" varchar, "tags" text, "position" integer, "content_id" integer, "caption" varchar, "file" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_guts_files_on_content_id" ON "guts_files" ("content_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151124052216"]]  (1.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  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'  Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 01:53:38 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) 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]] Guts::Category Load (0.3ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (17.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (18.9ms) Completed 200 OK in 65ms (Views: 52.0ms | ActiveRecord: 1.4ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:53:38 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:53:38 -0330 Started GET "/assets/guts/files.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 01:53:38 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 01:53:38 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:53:38 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:53:38 -0330 Started GET "/assets/guts/files.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 01:53:38 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 01:53:38 -0330 Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::File Load (0.1ms) SELECT "guts_files".* FROM "guts_files" WHERE "guts_files"."content_id" = ? [["content_id", 1]] ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGutsNavigations (20151124052551)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "guts_navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "metafields" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151124052551"]]  (1.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  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'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGutsNavigationItems (20151124052736)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "guts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "type" varchar, "custom" varchar, "position" integer, "navigation_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_guts_navigation_items_on_navigation_id" ON "guts_navigation_items" ("navigation_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151124052736"]]  (1.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  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'   (0.1ms) 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' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGutsNavigationItems (20151124052736)  (0.1ms) begin transaction  (0.4ms) DROP TABLE "guts_navigation_items" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20151124052736"]]  (1.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) 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' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGutsNavigationItems (20151124053037)  (0.2ms) begin transaction  (0.4ms) CREATE TABLE "guts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "type" varchar, "custom" varchar, "position" integer, "navigation_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_guts_navigation_items_on_navigation_id" ON "guts_navigation_items" ("navigation_id")  (0.1ms) 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'  (0.1ms) CREATE INDEX "index_guts_navigation_items_on_content_id" ON "guts_navigation_items" ("content_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151124053037"]]  (1.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGutsNavigationItems (20151124053037)  (0.1ms) begin transaction  (0.5ms) DROP TABLE "guts_navigation_items" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20151124053037"]]  (1.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) 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' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGutsNavigationItems (20151124053037)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "guts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "type" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigation_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_guts_navigation_items_on_navigation_id" ON "guts_navigation_items" ("navigation_id")  (0.1ms) 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'  (0.1ms) CREATE INDEX "index_guts_navigation_items_on_content_id" ON "guts_navigation_items" ("content_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151124053037"]]  (1.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMetafieldsToNavigation (20151124053402)  (0.1ms) begin transaction  (0.2ms) ALTER TABLE "navigations" ADD "metafields" text  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMetafieldsToNavigation (20151124053402)  (0.1ms) begin transaction  (1.2ms) ALTER TABLE "guts_navigations" ADD "metafields" text  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to GutsNullColumns (20151124053538) ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to GutsNullColumns (20151124053538) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to GutsNullColumns (20151124053538)  (0.1ms) begin transaction  (0.4ms) CREATE TEMPORARY TABLE "aguts_navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "metafields" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT * FROM "guts_navigations"  (0.2ms) DROP TABLE "guts_navigations"  (0.1ms) CREATE TABLE "guts_navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "metafields" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) SELECT * FROM "aguts_navigations"  (0.2ms) DROP TABLE "aguts_navigations"  (0.2ms) CREATE TEMPORARY TABLE "aguts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "type" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigation_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) 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'  (0.1ms)  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'   (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "tindex_aguts_navigation_items_on_content_id" ON "aguts_navigation_items" ("content_id")  (0.1ms) CREATE INDEX "tindex_aguts_navigation_items_on_navigation_id" ON "aguts_navigation_items" ("navigation_id")  (0.1ms) SELECT * FROM "guts_navigation_items"  (0.3ms) DROP TABLE "guts_navigation_items"  (0.1ms) CREATE TABLE "guts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "type" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigation_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT sql FROM sqlite_master WHERE name='tindex_aguts_navigation_items_on_navigation_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_aguts_navigation_items_on_navigation_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='tindex_aguts_navigation_items_on_content_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_aguts_navigation_items_on_content_id' AND type='index'   (0.1ms) CREATE INDEX "index_guts_navigation_items_on_navigation_id" ON "guts_navigation_items" ("navigation_id")  (0.0ms)  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'   (0.1ms) CREATE INDEX "index_guts_navigation_items_on_content_id" ON "guts_navigation_items" ("content_id")  (0.0ms) SELECT * FROM "aguts_navigation_items"  (0.6ms) DROP TABLE "aguts_navigation_items"  (0.1ms) CREATE TEMPORARY TABLE "aguts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "type" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigation_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) 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'  (0.0ms)  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'   (0.1ms) CREATE INDEX "tindex_aguts_navigation_items_on_content_id" ON "aguts_navigation_items" ("content_id")  (0.1ms) CREATE INDEX "tindex_aguts_navigation_items_on_navigation_id" ON "aguts_navigation_items" ("navigation_id")  (0.0ms) SELECT * FROM "guts_navigation_items"  (0.1ms) DROP TABLE "guts_navigation_items"  (0.1ms) CREATE TABLE "guts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "type" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigation_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='tindex_aguts_navigation_items_on_navigation_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_aguts_navigation_items_on_navigation_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='tindex_aguts_navigation_items_on_content_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_aguts_navigation_items_on_content_id' AND type='index'  (0.1ms) CREATE INDEX "index_guts_navigation_items_on_navigation_id" ON "guts_navigation_items" ("navigation_id")  (0.0ms) 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'  (0.1ms) CREATE INDEX "index_guts_navigation_items_on_content_id" ON "guts_navigation_items" ("content_id")  (0.0ms) SELECT * FROM "aguts_navigation_items"  (0.1ms) DROP TABLE "aguts_navigation_items"  (0.1ms) CREATE TEMPORARY TABLE "aguts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "type" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigation_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms)  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'   (0.0ms) 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'  (0.1ms) CREATE INDEX "tindex_aguts_navigation_items_on_content_id" ON "aguts_navigation_items" ("content_id")  (0.1ms) CREATE INDEX "tindex_aguts_navigation_items_on_navigation_id" ON "aguts_navigation_items" ("navigation_id")  (0.0ms) SELECT * FROM "guts_navigation_items"  (0.1ms) DROP TABLE "guts_navigation_items"  (0.1ms) CREATE TABLE "guts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "type" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigation_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) SELECT sql FROM sqlite_master WHERE name='tindex_aguts_navigation_items_on_navigation_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_aguts_navigation_items_on_navigation_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='tindex_aguts_navigation_items_on_content_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_aguts_navigation_items_on_content_id' AND type='index'   (0.1ms) CREATE INDEX "index_guts_navigation_items_on_navigation_id" ON "guts_navigation_items" ("navigation_id")  (0.1ms)  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'   (0.1ms) CREATE INDEX "index_guts_navigation_items_on_content_id" ON "guts_navigation_items" ("content_id")  (0.0ms) SELECT * FROM "aguts_navigation_items"  (0.1ms) DROP TABLE "aguts_navigation_items"  (0.1ms) CREATE TEMPORARY TABLE "aguts_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "extension" varchar, "tags" text, "position" integer, "content_id" integer, "caption" varchar, "file" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) 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'  (0.1ms) CREATE INDEX "tindex_aguts_files_on_content_id" ON "aguts_files" ("content_id")  (0.1ms) SELECT * FROM "guts_files"  (0.1ms) DROP TABLE "guts_files"  (0.1ms) CREATE TABLE "guts_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "extension" varchar, "tags" text, "position" integer, "content_id" integer, "caption" varchar, "file" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='tindex_aguts_files_on_content_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_aguts_files_on_content_id' AND type='index'   (0.1ms) CREATE INDEX "index_guts_files_on_content_id" ON "guts_files" ("content_id")  (0.1ms) SELECT * FROM "aguts_files"  (0.1ms) DROP TABLE "aguts_files"  (0.1ms) CREATE TEMPORARY TABLE "aguts_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "extension" varchar, "tags" text, "position" integer, "content_id" integer, "caption" varchar, "file" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) 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'  (0.1ms) CREATE INDEX "tindex_aguts_files_on_content_id" ON "aguts_files" ("content_id")  (0.0ms) SELECT * FROM "guts_files"  (0.1ms) DROP TABLE "guts_files"  (0.1ms) CREATE TABLE "guts_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "extension" varchar, "tags" text, "position" integer, "content_id" integer, "caption" varchar, "file" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='tindex_aguts_files_on_content_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_aguts_files_on_content_id' AND type='index'   (0.1ms) CREATE INDEX "index_guts_files_on_content_id" ON "guts_files" ("content_id")  (0.0ms) SELECT * FROM "aguts_files"  (0.1ms) DROP TABLE "aguts_files"  (0.1ms) 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)   (0.1ms) SELECT * FROM "guts_contents"  (0.0ms) INSERT INTO "aguts_contents" ("id","title","tags","metafields","content","created_at","updated_at") VALUES (1, 'Cool test', NULL, '', 'Yay', '2015-11-24 04:30:18.323140', '2015-11-24 04:30:18.323140')  (0.9ms) DROP TABLE "guts_contents"  (0.2ms) 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)   (0.1ms) SELECT * FROM "aguts_contents"  (0.1ms) INSERT INTO "guts_contents" ("id","title","tags","metafields","content","created_at","updated_at") VALUES (1, 'Cool test', NULL, '', 'Yay', '2015-11-24 04:30:18.323140', '2015-11-24 04:30:18.323140')  (0.1ms) DROP TABLE "aguts_contents"  (0.1ms) 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)   (0.1ms) SELECT * FROM "guts_contents"  (0.1ms) INSERT INTO "aguts_contents" ("id","title","tags","metafields","content","created_at","updated_at") VALUES (1, 'Cool test', NULL, '', 'Yay', '2015-11-24 04:30:18.323140', '2015-11-24 04:30:18.323140')  (0.1ms) DROP TABLE "guts_contents"  (0.1ms) 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)   (0.1ms) SELECT * FROM "aguts_contents"  (0.1ms) INSERT INTO "guts_contents" ("id","title","tags","metafields","content","created_at","updated_at") VALUES (1, 'Cool test', NULL, '', 'Yay', '2015-11-24 04:30:18.323140', '2015-11-24 04:30:18.323140')  (0.1ms) DROP TABLE "aguts_contents"  (1.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to GutsNullColumns (20151124053538)  (0.1ms) begin transaction  (0.5ms) CREATE TEMPORARY TABLE "aguts_navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "metafields" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT * FROM "guts_navigations"  (0.2ms) DROP TABLE "guts_navigations"  (0.1ms) CREATE TABLE "guts_navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "metafields" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) SELECT * FROM "aguts_navigations"  (0.2ms) DROP TABLE "aguts_navigations"  (0.2ms) CREATE TEMPORARY TABLE "aguts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "type" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigation_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) 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'  (0.1ms)  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'   (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "tindex_aguts_navigation_items_on_content_id" ON "aguts_navigation_items" ("content_id")  (0.1ms) CREATE INDEX "tindex_aguts_navigation_items_on_navigation_id" ON "aguts_navigation_items" ("navigation_id")  (0.1ms) SELECT * FROM "guts_navigation_items"  (0.3ms) DROP TABLE "guts_navigation_items"  (0.1ms) CREATE TABLE "guts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "type" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigation_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) SELECT sql FROM sqlite_master WHERE name='tindex_aguts_navigation_items_on_navigation_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_aguts_navigation_items_on_navigation_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='tindex_aguts_navigation_items_on_content_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_aguts_navigation_items_on_content_id' AND type='index'   (0.1ms) CREATE INDEX "index_guts_navigation_items_on_navigation_id" ON "guts_navigation_items" ("navigation_id")  (0.1ms)  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'   (0.2ms) CREATE INDEX "index_guts_navigation_items_on_content_id" ON "guts_navigation_items" ("content_id")  (0.0ms) SELECT * FROM "aguts_navigation_items"  (0.1ms) DROP TABLE "aguts_navigation_items"  (0.1ms) CREATE TEMPORARY TABLE "aguts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "type" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigation_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) CREATE INDEX "tindex_aguts_navigation_items_on_content_id" ON "aguts_navigation_items" ("content_id")  (0.1ms) CREATE INDEX "tindex_aguts_navigation_items_on_navigation_id" ON "aguts_navigation_items" ("navigation_id")  (0.0ms) SELECT * FROM "guts_navigation_items"  (0.1ms) DROP TABLE "guts_navigation_items"  (0.1ms) CREATE TABLE "guts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "type" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigation_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='tindex_aguts_navigation_items_on_navigation_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_aguts_navigation_items_on_navigation_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='tindex_aguts_navigation_items_on_content_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_aguts_navigation_items_on_content_id' AND type='index'  (0.1ms) CREATE INDEX "index_guts_navigation_items_on_navigation_id" ON "guts_navigation_items" ("navigation_id")  (0.1ms) 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'  (0.1ms) CREATE INDEX "index_guts_navigation_items_on_content_id" ON "guts_navigation_items" ("content_id")  (0.0ms) SELECT * FROM "aguts_navigation_items"  (0.1ms) DROP TABLE "aguts_navigation_items"  (0.1ms) CREATE TEMPORARY TABLE "aguts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "type" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigation_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms)  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'   (0.1ms) 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'  (0.1ms) CREATE INDEX "tindex_aguts_navigation_items_on_content_id" ON "aguts_navigation_items" ("content_id")  (0.1ms) CREATE INDEX "tindex_aguts_navigation_items_on_navigation_id" ON "aguts_navigation_items" ("navigation_id")  (0.1ms) SELECT * FROM "guts_navigation_items"  (0.1ms) DROP TABLE "guts_navigation_items"  (0.1ms) CREATE TABLE "guts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "type" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigation_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT sql FROM sqlite_master WHERE name='tindex_aguts_navigation_items_on_navigation_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_aguts_navigation_items_on_navigation_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='tindex_aguts_navigation_items_on_content_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_aguts_navigation_items_on_content_id' AND type='index'   (0.1ms) CREATE INDEX "index_guts_navigation_items_on_navigation_id" ON "guts_navigation_items" ("navigation_id")  (0.1ms)  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'   (0.1ms) CREATE INDEX "index_guts_navigation_items_on_content_id" ON "guts_navigation_items" ("content_id")  (0.0ms) SELECT * FROM "aguts_navigation_items"  (0.1ms) DROP TABLE "aguts_navigation_items"  (0.2ms) CREATE TEMPORARY TABLE "aguts_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "extension" varchar, "tags" text, "position" integer, "content_id" integer, "caption" varchar, "file" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) 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'  (0.1ms) CREATE INDEX "tindex_aguts_files_on_content_id" ON "aguts_files" ("content_id")  (0.1ms) SELECT * FROM "guts_files"  (0.1ms) DROP TABLE "guts_files"  (0.1ms) CREATE TABLE "guts_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "extension" varchar, "tags" text, "position" integer, "content_id" integer, "caption" varchar, "file" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='tindex_aguts_files_on_content_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_aguts_files_on_content_id' AND type='index'   (0.1ms) CREATE INDEX "index_guts_files_on_content_id" ON "guts_files" ("content_id")  (0.0ms) SELECT * FROM "aguts_files"  (0.1ms) DROP TABLE "aguts_files"  (0.1ms) CREATE TEMPORARY TABLE "aguts_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "extension" varchar, "tags" text, "position" integer, "content_id" integer, "caption" varchar, "file" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) 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'  (0.1ms) CREATE INDEX "tindex_aguts_files_on_content_id" ON "aguts_files" ("content_id")  (0.0ms) SELECT * FROM "guts_files"  (0.1ms) DROP TABLE "guts_files"  (0.2ms) CREATE TABLE "guts_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "extension" varchar, "tags" text, "position" integer, "content_id" integer, "caption" varchar, "file" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='tindex_aguts_files_on_content_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_aguts_files_on_content_id' AND type='index'   (0.1ms) CREATE INDEX "index_guts_files_on_content_id" ON "guts_files" ("content_id")  (0.0ms) SELECT * FROM "aguts_files"  (0.1ms) DROP TABLE "aguts_files"  (0.1ms) 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)   (0.1ms) SELECT * FROM "guts_contents"  (0.1ms) INSERT INTO "aguts_contents" ("id","title","tags","metafields","content","created_at","updated_at") VALUES (1, 'Cool test', NULL, '', 'Yay', '2015-11-24 04:30:18.323140', '2015-11-24 04:30:18.323140')  (0.1ms) DROP TABLE "guts_contents"  (0.1ms) 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)   (0.6ms) SELECT * FROM "aguts_contents"  (0.1ms) INSERT INTO "guts_contents" ("id","title","tags","metafields","content","created_at","updated_at") VALUES (1, 'Cool test', NULL, '', 'Yay', '2015-11-24 04:30:18.323140', '2015-11-24 04:30:18.323140')  (0.1ms) DROP TABLE "aguts_contents"  (0.1ms) 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)   (0.0ms) SELECT * FROM "guts_contents"  (0.0ms) INSERT INTO "aguts_contents" ("id","title","tags","metafields","content","created_at","updated_at") VALUES (1, 'Cool test', NULL, '', 'Yay', '2015-11-24 04:30:18.323140', '2015-11-24 04:30:18.323140')  (0.1ms) DROP TABLE "guts_contents"  (0.1ms) 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)   (0.0ms) SELECT * FROM "aguts_contents"  (0.0ms) INSERT INTO "guts_contents" ("id","title","tags","metafields","content","created_at","updated_at") VALUES (1, 'Cool test', NULL, '', 'Yay', '2015-11-24 04:30:18.323140', '2015-11-24 04:30:18.323140')  (0.1ms) DROP TABLE "aguts_contents"  (0.2ms) ALTER TABLE "guts_categories" ADD "metafields" varchar SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151124053538"]]  (1.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateFriendlyIdSlugs (20151124054712)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "friendly_id_slugs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slug" varchar NOT NULL, "sluggable_id" integer NOT NULL, "sluggable_type" varchar(50), "scope" varchar, "created_at" datetime)   (0.1ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_id" ON "friendly_id_slugs" ("sluggable_id")  (0.1ms) 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'  (0.1ms) CREATE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type" ON "friendly_id_slugs" ("slug", "sluggable_type")  (0.1ms) 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'  (0.1ms)  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'   (0.3ms) CREATE UNIQUE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope" ON "friendly_id_slugs" ("slug", "sluggable_type", "scope")  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_type" ON "friendly_id_slugs" ("sluggable_type") SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151124054712"]]  (0.9ms) commit transaction Migrating to AddGutsSlugs (20151124054947)  (0.1ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddGutsSlugs (20151124054947)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "guts_contents" ADD "slug" varchar  (0.2ms) ALTER TABLE "guts_categories" ADD "slug" varchar  (0.1ms) ALTER TABLE "guts_navigations" ADD "slug" varchar  (1.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddGutsSlugs (20151124054947)  (0.1ms) begin transaction  (0.5ms) ALTER TABLE "guts_contents" ADD "slug" varchar  (0.1ms) ALTER TABLE "guts_categories" ADD "slug" varchar  (0.1ms) ALTER TABLE "guts_navigations" ADD "slug" varchar  (0.1ms) select sqlite_version(*)  (0.3ms) CREATE UNIQUE INDEX "index_guts_contents_on_slug" ON "guts_contents" ("slug")  (0.1ms) CREATE UNIQUE INDEX "index_guts_categories_on_slug" ON "guts_categories" ("slug")  (0.2ms) CREATE UNIQUE INDEX "index_guts_navigations_on_slug" ON "guts_navigations" ("slug") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151124054947"]]  (1.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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' Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 02:32:39 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.1ms) 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.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (85.3ms) Completed 200 OK in 367ms (Views: 302.9ms | ActiveRecord: 4.4ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:32:40 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:32:40 -0330 Started GET "/assets/guts/files.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:32:40 -0330 Started GET "/assets/guts/navigations.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:32:40 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 02:32:40 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:32:40 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:32:40 -0330 Started GET "/assets/guts/files.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:32:40 -0330 Started GET "/assets/guts/navigations.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:32:40 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 02:32:40 -0330 Started PATCH "/guts/contents/1" for ::1 at 2015-11-24 02:32:43 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xlh7tVGQTZoZhMfpO6WTTeuxmpTP3TVwpLBoqHowY8t7rUdcCf9YKRHah0urh9VwzDqo6LdLl8hdwiE86g8CQQ==", "content"=>{"title"=>"Cool test", "content"=>"Yay", "metafields"=>"", "category_ids"=>["", "1"]}, "commit"=>"Update Content", "id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 1]] Guts::Content Exists (0.2ms) SELECT 1 AS one FROM "guts_contents" WHERE ("guts_contents"."id" != 1) AND "guts_contents"."slug" = ? LIMIT 1 [["slug", "cool-test"]] SQL (0.3ms) UPDATE "guts_contents" SET "slug" = ?, "updated_at" = ? WHERE "guts_contents"."id" = ? [["slug", "cool-test"], ["updated_at", "2015-11-24 06:02:44.030530"], ["id", 1]]  (0.8ms) commit transaction Redirected to http://localhost:3000/guts/contents/cool-test Completed 302 Found in 129ms (ActiveRecord: 1.7ms) Started GET "/guts/contents/cool-test" for ::1 at 2015-11-24 02:32:44 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"cool-test"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 0]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) ActiveRecord::RecordNotFound (Couldn't find Guts::Content with 'id'=cool-test): activerecord (4.2.5) lib/active_record/core.rb:155: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 (6.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 (5.8ms) 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 (4.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 (59.2ms) Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 02:32:55 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (10.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.8ms) Completed 200 OK in 40ms (Views: 39.2ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:32:55 -0330 Started GET "/assets/guts/navigations.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:32:55 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:32:55 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 02:32:55 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:32:55 -0330 Started GET "/assets/guts/files.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:32:55 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:32:55 -0330 Started GET "/assets/guts/files.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:32:55 -0330 Started GET "/assets/guts/navigations.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:32:55 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 02:32:55 -0330 Started GET "/guts/contents" for ::1 at 2015-11-24 02:32:59 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.1ms) Completed 200 OK in 31ms (Views: 30.7ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:32:59 -0330 Started GET "/assets/guts/navigations.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:32:59 -0330 Started GET "/assets/guts/files.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:32:59 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:32:59 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:32:59 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 02:32:59 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:32:59 -0330 Started GET "/assets/guts/files.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:32:59 -0330 Started GET "/assets/guts/navigations.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:32:59 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 02:32:59 -0330 Started GET "/guts/contents/cool-test/edit" for ::1 at 2015-11-24 02:33:01 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"cool-test"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 0]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) ActiveRecord::RecordNotFound (Couldn't find Guts::Content with 'id'=cool-test): activerecord (4.2.5) lib/active_record/core.rb:155: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 (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 (44.8ms) Started GET "/guts/contents/cool-test/edit" for ::1 at 2015-11-24 02:33:49 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"cool-test"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 0]] Completed 404 Not Found in 1ms (ActiveRecord: 0.2ms) ActiveRecord::RecordNotFound (Couldn't find Guts::Content with 'id'=cool-test): activerecord (4.2.5) lib/active_record/core.rb:155: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.0ms) 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 (45.8ms) Started GET "/guts/contents/cool-test/edit" for ::1 at 2015-11-24 02:34:44 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"cool-test"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."title" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["title", "cool-test"]] Completed 404 Not Found in 8ms (ActiveRecord: 0.7ms) 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.3ms) 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.8ms) 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/diagnostics.html.erb within rescues/layout (47.4ms) Started GET "/guts/contents" for ::1 at 2015-11-24 02:34:47 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (5.3ms) Completed 200 OK in 32ms (Views: 31.3ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:34:47 -0330 Started GET "/assets/guts/files.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:34:47 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:34:47 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:34:47 -0330 Started GET "/assets/guts/navigations.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:34:47 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 02:34:47 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:34:47 -0330 Started GET "/assets/guts/files.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:34:47 -0330 Started GET "/assets/guts/navigations.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:34:47 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 02:34:47 -0330 Started GET "/guts/contents" for ::1 at 2015-11-24 02:34:48 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.6ms) Completed 200 OK in 29ms (Views: 28.6ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:34:48 -0330 Started GET "/assets/guts/files.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:34:48 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:34:48 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 02:34:48 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:34:48 -0330 Started GET "/assets/guts/navigations.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:34:48 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:34:48 -0330 Started GET "/assets/guts/files.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:34:48 -0330 Started GET "/assets/guts/navigations.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:34:48 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 02:34:48 -0330 Started GET "/guts/contents/Cool%20test/edit" for ::1 at 2015-11-24 02:34:52 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"Cool test"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."title" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["title", "Cool test"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (12.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (14.9ms) Completed 200 OK in 48ms (Views: 45.0ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:34:52 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:34:52 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:34:52 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 02:34:52 -0330 Started GET "/assets/guts/navigations.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:34:52 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:34:52 -0330 Started GET "/assets/guts/files.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:34:52 -0330 Started GET "/assets/guts/files.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:34:52 -0330 Started GET "/assets/guts/navigations.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:34:52 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 02:34:52 -0330 Started GET "/guts/contents" for ::1 at 2015-11-24 02:34:55 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.9ms) Completed 200 OK in 39ms (Views: 38.4ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:34:55 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:34:55 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:34:55 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 02:34:55 -0330 Started GET "/assets/guts/navigations.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:34:55 -0330 Started GET "/assets/guts/files.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:34:55 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:34:55 -0330 Started GET "/assets/guts/files.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:34:55 -0330 Started GET "/assets/guts/navigations.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:34:55 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 02:34:55 -0330 Started GET "/guts/contents" for ::1 at 2015-11-24 02:36:24 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (6.1ms) Completed 200 OK in 38ms (Views: 33.2ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:36:25 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:36:25 -0330 Started GET "/assets/guts/files.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:36:25 -0330 Started GET "/assets/guts/navigations.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:36:25 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 02:36:25 -0330 Started GET "/assets/guts/files.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:36:25 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:36:25 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:36:25 -0330 Started GET "/assets/guts/navigations.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:36:25 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 02:36:25 -0330 Started GET "/guts/contents/1/edit" for ::1 at 2015-11-24 02:36:29 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (14.7ms) Completed 200 OK in 49ms (Views: 46.9ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:36:29 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 02:36:29 -0330 Started GET "/assets/guts/navigations.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:36:29 -0330 Started GET "/assets/guts/files.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:36:29 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:36:29 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:36:29 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:36:29 -0330 Started GET "/assets/guts/files.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:36:29 -0330 Started GET "/assets/guts/navigations.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:36:29 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 02:36:29 -0330 Started PATCH "/guts/contents/1" for ::1 at 2015-11-24 02:36:33 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"OounAy/MCECZo4DxbDnNBejggOcLTFZH8cTKiKgOnjeHfpvqd6Md85H9wFP8G4s4z2uym3Pa9P8ItoMcODH/vQ==", "content"=>{"title"=>"Cool testio", "content"=>"Yay", "metafields"=>"", "category_ids"=>["", "1"]}, "commit"=>"Update Content", "id"=>"1"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Guts::Category Load (0.3ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 1]] SQL (0.2ms) UPDATE "guts_contents" SET "title" = ?, "updated_at" = ? WHERE "guts_contents"."id" = ? [["title", "Cool testio"], ["updated_at", "2015-11-24 06:06:33.575083"], ["id", 1]]  (0.8ms) commit transaction Redirected to http://localhost:3000/guts/contents/1 Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Started GET "/guts/contents/1" for ::1 at 2015-11-24 02:36:33 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"1"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (1.1ms) Completed 200 OK in 30ms (Views: 29.2ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/navigations.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:36:33 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 02:36:33 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:36:33 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:36:33 -0330 Started GET "/assets/guts/files.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:36:33 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:36:33 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:36:33 -0330 Started GET "/assets/guts/files.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:36:33 -0330 Started GET "/assets/guts/navigations.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:36:33 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 02:36:33 -0330 Started GET "/guts/contents" for ::1 at 2015-11-24 02:36:54 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (6.1ms) Completed 200 OK in 36ms (Views: 31.1ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:36:54 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 02:36:54 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:36:54 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:36:54 -0330 Started GET "/assets/guts/navigations.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:36:54 -0330 Started GET "/assets/guts/files.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:36:54 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:36:54 -0330 Started GET "/assets/guts/files.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:36:54 -0330 Started GET "/assets/guts/navigations.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:36:54 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 02:36:54 -0330 Started GET "/guts/contents/cool-test/edit" for ::1 at 2015-11-24 02:36:57 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"cool-test"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 0]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) ActiveRecord::RecordNotFound (Couldn't find Guts::Content with 'id'=cool-test): activerecord (4.2.5) lib/active_record/core.rb:155: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.9ms) 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.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 (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 (47.0ms) Started GET "/guts/contents/cool-test/edit" for ::1 at 2015-11-24 02:38:40 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"cool-test"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "cool-test"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (15.1ms) Completed 200 OK in 59ms (Views: 48.2ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:38:40 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:38:40 -0330 Started GET "/assets/guts/navigations.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:38:40 -0330 Started GET "/assets/guts/files.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:38:40 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:38:40 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 02:38:40 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:38:40 -0330 Started GET "/assets/guts/files.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:38:40 -0330 Started GET "/assets/guts/navigations.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:38:40 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 02:38:40 -0330 Started PATCH "/guts/contents/cool-test" for ::1 at 2015-11-24 02:38:43 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"h1mIfuc+v+k28shj5sPqbANvnVtpaiJkCcgYeClrBek6rLSXv1GqWj6siMF24axRJOSvJxH8gNzwulHsuVRkYw==", "content"=>{"title"=>"Cool testio", "content"=>"Yay", "metafields"=>"", "category_ids"=>["", "1"]}, "commit"=>"Update Content", "id"=>"cool-test"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "cool-test"]]  (0.1ms) begin transaction Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 1]]  (0.1ms) commit transaction Redirected to http://localhost:3000/guts/contents/cool-test Completed 302 Found in 8ms (ActiveRecord: 0.6ms) Started GET "/guts/contents/cool-test" for ::1 at 2015-11-24 02:38:43 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"cool-test"} Guts::Content Load (0.1ms) 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/show.html.erb within layouts/guts/application (0.7ms) Completed 200 OK in 27ms (Views: 26.2ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:38:43 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:38:43 -0330 Started GET "/assets/guts/files.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:38:43 -0330 Started GET "/assets/guts/navigations.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:38:43 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:38:43 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 02:38:43 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:38:43 -0330 Started GET "/assets/guts/files.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:38:43 -0330 Started GET "/assets/guts/navigations.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:38:43 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 02:38:43 -0330 Started GET "/guts/contents/cool-test/edit" for ::1 at 2015-11-24 02:38:45 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"cool-test"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "cool-test"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (4.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.9ms) Completed 200 OK in 44ms (Views: 41.1ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:38:45 -0330 Started GET "/assets/guts/files.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:38:45 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:38:45 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:38:45 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 02:38:45 -0330 Started GET "/assets/guts/navigations.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:38:45 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:38:45 -0330 Started GET "/assets/guts/files.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:38:45 -0330 Started GET "/assets/guts/navigations.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:38:45 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 02:38:45 -0330 Started GET "/guts/contents" for ::1 at 2015-11-24 02:38:51 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.8ms) Completed 200 OK in 30ms (Views: 29.5ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:38:51 -0330 Started GET "/assets/guts/files.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:38:51 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:38:51 -0330 Started GET "/assets/guts/navigations.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:38:51 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:38:51 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 02:38:51 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:38:51 -0330 Started GET "/assets/guts/files.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:38:51 -0330 Started GET "/assets/guts/navigations.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:38:51 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 02:38:51 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 02:38:52 -0330 Processing by Guts::ContentsController#new as HTML Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (6.6ms) Completed 200 OK in 36ms (Views: 35.6ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:38:53 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:38:53 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:38:53 -0330 Started GET "/assets/guts/navigations.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:38:53 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 02:38:53 -0330 Started GET "/assets/guts/files.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:38:53 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:38:53 -0330 Started GET "/assets/guts/files.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:38:53 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 02:38:53 -0330 Started GET "/assets/guts/navigations.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:38:53 -0330 Started POST "/guts/contents" for ::1 at 2015-11-24 02:39:01 -0330 Processing by Guts::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"eGEuUWzeeRm7ozeqx2svWNnI19pv+G2vAHjGUKOVLuLFlBK4NLFsqrP9dwhXSWll/kPlphduzxf5Co/EM6pPaA==", "content"=>{"title"=>"meg a man", "content"=>"ww", "metafields"=>"", "category_ids"=>["", "2"]}, "commit"=>"Create Content"} Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Guts::Content Exists (0.1ms) SELECT 1 AS one FROM "guts_contents" WHERE ("guts_contents"."id" IS NOT NULL) AND "guts_contents"."slug" = ? LIMIT 1 [["slug", "meg-a-man"]] Guts::Category Exists (0.2ms) SELECT 1 AS one FROM "guts_categories" WHERE ("guts_categories"."id" != 2) AND "guts_categories"."slug" = ? LIMIT 1 [["slug", "demo"]] SQL (0.3ms) INSERT INTO "guts_contents" ("title", "content", "metafields", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "meg a man"], ["content", "ww"], ["metafields", ""], ["slug", "meg-a-man"], ["created_at", "2015-11-24 06:09:01.797121"], ["updated_at", "2015-11-24 06:09:01.797121"]] SQL (0.1ms) INSERT INTO "guts_categorizations" ("category_id", "content_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 2], ["content_id", 2], ["created_at", "2015-11-24 06:09:01.798652"], ["updated_at", "2015-11-24 06:09:01.798652"]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/contents/meg-a-man Completed 302 Found in 22ms (ActiveRecord: 1.8ms) Started GET "/guts/contents/meg-a-man" for ::1 at 2015-11-24 02:39:01 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) 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 (0.9ms) Completed 200 OK in 30ms (Views: 28.9ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:39:02 -0330 Started GET "/assets/guts/files.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:39:02 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:39:02 -0330 Started GET "/assets/guts/navigations.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:39:02 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 02:39:02 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:39:02 -0330 Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:39:02 -0330 Started GET "/assets/guts/files.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:39:02 -0330 Started GET "/assets/guts/navigations.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:39:02 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 02:39:02 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 02:39:04 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (5.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (7.4ms) Completed 200 OK in 35ms (Views: 33.5ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/categories.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:39:04 -0330 Started GET "/assets/guts/contents.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:39:04 -0330 Started GET "/assets/guts/navigations.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:39:04 -0330 Started GET "/assets/guts/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 02:39:04 -0330 Started GET "/assets/guts/files.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-11-24 02:39:04 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:39:04 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:39:04 -0330 Started GET "/assets/guts/files.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:39:04 -0330 Started GET "/assets/guts/navigations.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 02:39:04 -0330 Started GET "/assets/guts/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-11-24 02:39:04 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:36:10 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.3ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (39.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (43.1ms) Completed 200 OK in 205ms (Views: 182.3ms | ActiveRecord: 2.0ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 10:36:11 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 10:36:11 -0330 Started GET "/assets/guts/categories.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 10:36:11 -0330 Started GET "/assets/guts/contents.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 10:36:11 -0330 Started GET "/assets/guts/files.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 10:36:11 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 10:36:11 -0330 Started GET "/assets/guts/navigations.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-11-24 10:36:11 -0330 Started GET "/assets/guts/application.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-24 10:36:11 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:37:30 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (6.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.5ms) Completed 200 OK in 84ms (Views: 82.8ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 10:37:31 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 10:37:31 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 10:37:31 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 10:37:31 -0330 Started GET "/assets/guts/application.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-24 10:37:31 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:38:02 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (4.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (7.3ms) Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.3ms) ActionView::Template::Error (couldn't find file 'vendor/jquery.js' with type 'application/javascript'): 3: 4: Guts 5: <%= stylesheet_link_tag "guts/application", media: "all" %> 6: <%= javascript_include_tag "guts/application" %> 7: <%= csrf_meta_tags %> 8: 9: /Users/tyler/Development/guts/app/assets/javascripts/guts/application.js:1 sprockets (3.4.0) lib/sprockets/resolve.rb:64:in `resolve!' sprockets (3.4.0) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.4.0) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.4.0) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.4.0) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.4.0) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.4.0) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.4.0) lib/sprockets/directive_processor.rb:68: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:137:in `block in javascript_include_tag' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `map' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag' /Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:6:in `___sers_tyler__evelopment_guts_app_views_layouts_guts_application_html_erb___2539393962068197964_70249650071600' 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 (9.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.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 (1.4ms) 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 (52.5ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:38:33 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (4.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (7.1ms) Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.3ms) ActionView::Template::Error (couldn't find file 'jquery.js' with type 'application/javascript'): 3: 4: Guts 5: <%= stylesheet_link_tag "guts/application", media: "all" %> 6: <%= javascript_include_tag "guts/application" %> 7: <%= csrf_meta_tags %> 8: 9: /Users/tyler/Development/guts/app/assets/javascripts/guts/application.js:1 sprockets (3.4.0) lib/sprockets/resolve.rb:64:in `resolve!' sprockets (3.4.0) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.4.0) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.4.0) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.4.0) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.4.0) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.4.0) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.4.0) lib/sprockets/directive_processor.rb:68: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:137:in `block in javascript_include_tag' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `map' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag' /Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:6:in `___sers_tyler__evelopment_guts_app_views_layouts_guts_application_html_erb___2539393962068197964_70249650071600' 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.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 (4.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.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 (57.3ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:39:15 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (4.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.6ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.3ms) ActionView::Template::Error (couldn't find file 'vendor/jquery.js' with type 'application/javascript'): 3: 4: Guts 5: <%= stylesheet_link_tag "guts/application", media: "all" %> 6: <%= javascript_include_tag "guts/application" %> 7: <%= csrf_meta_tags %> 8: 9: /Users/tyler/Development/guts/app/assets/javascripts/guts/application.js:1 sprockets (3.4.0) lib/sprockets/resolve.rb:64:in `resolve!' sprockets (3.4.0) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.4.0) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.4.0) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.4.0) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.4.0) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.4.0) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.4.0) lib/sprockets/directive_processor.rb:68: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:137:in `block in javascript_include_tag' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `map' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag' /Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:6:in `___sers_tyler__evelopment_guts_app_views_layouts_guts_application_html_erb___2539393962068197964_70249650071600' 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 (8.3ms) 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.8ms) 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/template_error.html.erb within rescues/layout (50.2ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:39:22 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (4.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (6.8ms) Completed 200 OK in 71ms (Views: 66.9ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 10:39:22 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 10:39:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 10:39:22 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 10:39:22 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 10:39:22 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:40:10 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (4.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (6.6ms) Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.3ms) ActionView::Template::Error (Asset filtered out and will not be served: add `Rails.application.config.assets.precompile += %w( scaffold.css )` to `config/initializers/assets.rb` and restart your server): 3: 4: Guts 5: <%= stylesheet_link_tag "guts/application", media: "all" %> 6: <%= stylesheet_link_tag "scaffold", media: "all" %> 7: <%= csrf_meta_tags %> 8: 9: sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:193: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:6:in `___sers_tyler__evelopment_guts_app_views_layouts_guts_application_html_erb___2539393962068197964_70249664370120' 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 (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.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/template_error.html.erb within rescues/layout (46.2ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:40:58 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (4.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.8ms) Completed 200 OK in 29ms (Views: 27.7ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 10:40:58 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 10:40:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 10:40:58 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 10:40:58 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 10:40:58 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:43:17 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (15.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (18.2ms) Completed 500 Internal Server Error in 36ms (ActiveRecord: 1.2ms) ActionView::Template::Error (Attribute was supposed to be a Hash, but was a String. -- ""): 2: 3: <%= render 'form' %> 4: 5: <%= link_to 'Show', @content %> | 6: <%= link_to 'Back', contents_path %> activerecord (4.2.5) lib/active_record/coders/yaml_column.rb:17:in `dump' activerecord (4.2.5) lib/active_record/type/serialized.rb:26:in `type_cast_for_database' activerecord (4.2.5) lib/active_record/type/serialized.rb:36:in `changed_in_place?' activerecord (4.2.5) lib/active_record/attribute.rb:54:in `changed_in_place_from?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:74:in `attribute_changed_in_place?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:154:in `block in changed_in_place' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:153:in `select' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:153:in `changed_in_place' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:146:in `attributes_changed_in_place' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:62:in `changed_attributes' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:179:in `cache_changed_attributes' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:67:in `changes' friendly_id (5.1.0) lib/friendly_id/base.rb:247:in `to_param' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:622:in `block in ' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:68:in `call' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:68:in `block in extract_parameterized_parts' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:67:in `each' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:67:in `extract_parameterized_parts' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:21:in `block in generate' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:82:in `match_route' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:20:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:268:in `handle_model_call' actionview (4.2.5) lib/action_view/routing_url_for.rb:114:in `url_for' actionview (4.2.5) lib/action_view/helpers/url_helper.rb:181:in `link_to' /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_guts_contents_edit_html_erb___3773031897295497077_70249651738920' 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 (9.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 (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.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 (51.7ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:45:03 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.6ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Completed 500 Internal Server Error in 17ms (ActiveRecord: 1.1ms) NoMethodError (undefined method `serialize' for #): activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/models/guts/content.rb:16:in `init' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:506: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_initialize_callbacks' activerecord (4.2.5) lib/active_record/core.rb:312:in `init_with' activerecord (4.2.5) lib/active_record/persistence.rb:69:in `instantiate' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block (2 levels) in find_by_sql' activerecord (4.2.5) lib/active_record/result.rb:51:in `block in each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/querying.rb:50:in `map' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block in find_by_sql' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5) lib/active_record/querying.rb:49:in `find_by_sql' activerecord (4.2.5) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.5) lib/active_record/relation.rb:515:in `load' activerecord (4.2.5) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:500:in `find_nth_with_limit' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:484:in `find_nth' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:127:in `first' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:57:in `first_by_friendly_id' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:21: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 (6.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 (2.7ms) 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.3ms) 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.1ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:45:05 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms) NoMethodError (undefined method `serialize' for #): activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/models/guts/content.rb:16:in `init' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:506: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_initialize_callbacks' activerecord (4.2.5) lib/active_record/core.rb:312:in `init_with' activerecord (4.2.5) lib/active_record/persistence.rb:69:in `instantiate' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block (2 levels) in find_by_sql' activerecord (4.2.5) lib/active_record/result.rb:51:in `block in each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/querying.rb:50:in `map' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block in find_by_sql' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5) lib/active_record/querying.rb:49:in `find_by_sql' activerecord (4.2.5) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.5) lib/active_record/relation.rb:515:in `load' activerecord (4.2.5) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:500:in `find_nth_with_limit' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:484:in `find_nth' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:127:in `first' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:57:in `first_by_friendly_id' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:21: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 (6.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.5ms) 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.3ms) 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.9ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:45:33 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (14.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (17.3ms) Completed 500 Internal Server Error in 34ms (ActiveRecord: 1.4ms) ActionView::Template::Error (Attribute was supposed to be a Hash, but was a String. -- ""): 2: 3: <%= render 'form' %> 4: 5: <%= link_to 'Show', @content %> | 6: <%= link_to 'Back', contents_path %> activerecord (4.2.5) lib/active_record/coders/yaml_column.rb:17:in `dump' activerecord (4.2.5) lib/active_record/type/serialized.rb:26:in `type_cast_for_database' activerecord (4.2.5) lib/active_record/type/serialized.rb:36:in `changed_in_place?' activerecord (4.2.5) lib/active_record/attribute.rb:54:in `changed_in_place_from?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:74:in `attribute_changed_in_place?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:154:in `block in changed_in_place' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:153:in `select' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:153:in `changed_in_place' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:146:in `attributes_changed_in_place' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:62:in `changed_attributes' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:179:in `cache_changed_attributes' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:67:in `changes' friendly_id (5.1.0) lib/friendly_id/base.rb:247:in `to_param' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:622:in `block in ' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:68:in `call' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:68:in `block in extract_parameterized_parts' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:67:in `each' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:67:in `extract_parameterized_parts' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:21:in `block in generate' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:82:in `match_route' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:20:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:268:in `handle_model_call' actionview (4.2.5) lib/action_view/routing_url_for.rb:114:in `url_for' actionview (4.2.5) lib/action_view/helpers/url_helper.rb:181:in `link_to' /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_guts_contents_edit_html_erb___3773031897295497077_70249651738920' 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 (8.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 (3.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.9ms) 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 (51.9ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:45:35 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (4.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (6.9ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.3ms) ActionView::Template::Error (Attribute was supposed to be a Hash, but was a String. -- ""): 2: 3: <%= render 'form' %> 4: 5: <%= link_to 'Show', @content %> | 6: <%= link_to 'Back', contents_path %> activerecord (4.2.5) lib/active_record/coders/yaml_column.rb:17:in `dump' activerecord (4.2.5) lib/active_record/type/serialized.rb:26:in `type_cast_for_database' activerecord (4.2.5) lib/active_record/type/serialized.rb:36:in `changed_in_place?' activerecord (4.2.5) lib/active_record/attribute.rb:54:in `changed_in_place_from?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:74:in `attribute_changed_in_place?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:154:in `block in changed_in_place' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:153:in `select' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:153:in `changed_in_place' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:146:in `attributes_changed_in_place' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:62:in `changed_attributes' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:179:in `cache_changed_attributes' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:67:in `changes' friendly_id (5.1.0) lib/friendly_id/base.rb:247:in `to_param' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:622:in `block in ' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:68:in `call' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:68:in `block in extract_parameterized_parts' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:67:in `each' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:67:in `extract_parameterized_parts' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:21:in `block in generate' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:82:in `match_route' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:20:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:268:in `handle_model_call' actionview (4.2.5) lib/action_view/routing_url_for.rb:114:in `url_for' actionview (4.2.5) lib/action_view/helpers/url_helper.rb:181:in `link_to' /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_guts_contents_edit_html_erb___3773031897295497077_70249651738920' 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 (6.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.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/template_error.html.erb within rescues/layout (45.7ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:46:10 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.2ms) 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 (2.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (4.1ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.8ms) ActionView::Template::Error (Attribute was supposed to be a Hash, but was a String. -- ""): 1: <%= form_for(@content) do |f| %> 2: <% if @content.errors.any? %> 3:
4:

<%= pluralize(@content.errors.count, "error") %> prohibited this content from being saved:

activerecord (4.2.5) lib/active_record/coders/yaml_column.rb:17:in `dump' activerecord (4.2.5) lib/active_record/type/serialized.rb:26:in `type_cast_for_database' activerecord (4.2.5) lib/active_record/type/serialized.rb:36:in `changed_in_place?' activerecord (4.2.5) lib/active_record/attribute.rb:54:in `changed_in_place_from?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:74:in `attribute_changed_in_place?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:154:in `block in changed_in_place' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:153:in `select' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:153:in `changed_in_place' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:146:in `attributes_changed_in_place' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:62:in `changed_attributes' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:179:in `cache_changed_attributes' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:67:in `changes' friendly_id (5.1.0) lib/friendly_id/base.rb:247:in `to_param' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:622:in `block in ' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:68:in `call' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:68:in `block in extract_parameterized_parts' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:67:in `each' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:67:in `extract_parameterized_parts' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:21:in `block in generate' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:82:in `match_route' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:20:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434: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___427303225331229943_70249664060860' 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___3773031897295497077_70249651738920' 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 (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 (3.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.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 (52.2ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:46:12 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) 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 (1.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (3.5ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.1ms) ActionView::Template::Error (Attribute was supposed to be a Hash, but was a String. -- ""): 1: <%= form_for(@content) do |f| %> 2: <% if @content.errors.any? %> 3:
4:

<%= pluralize(@content.errors.count, "error") %> prohibited this content from being saved:

activerecord (4.2.5) lib/active_record/coders/yaml_column.rb:17:in `dump' activerecord (4.2.5) lib/active_record/type/serialized.rb:26:in `type_cast_for_database' activerecord (4.2.5) lib/active_record/type/serialized.rb:36:in `changed_in_place?' activerecord (4.2.5) lib/active_record/attribute.rb:54:in `changed_in_place_from?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:74:in `attribute_changed_in_place?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:154:in `block in changed_in_place' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:153:in `select' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:153:in `changed_in_place' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:146:in `attributes_changed_in_place' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:62:in `changed_attributes' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:179:in `cache_changed_attributes' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:67:in `changes' friendly_id (5.1.0) lib/friendly_id/base.rb:247:in `to_param' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:622:in `block in ' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:68:in `call' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:68:in `block in extract_parameterized_parts' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:67:in `each' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:67:in `extract_parameterized_parts' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:21:in `block in generate' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:82:in `match_route' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:20:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434: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___427303225331229943_70249664060860' 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___3773031897295497077_70249651738920' 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 (6.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 (9.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 (1.7ms) 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 (53.1ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:46:30 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.7ms) ActiveRecord::SerializationTypeMismatch (Attribute was supposed to be a Hash, but was a String. -- ""): activerecord (4.2.5) lib/active_record/coders/yaml_column.rb:17:in `dump' activerecord (4.2.5) lib/active_record/type/serialized.rb:26:in `type_cast_for_database' activerecord (4.2.5) lib/active_record/type/serialized.rb:36:in `changed_in_place?' activerecord (4.2.5) lib/active_record/attribute.rb:54:in `changed_in_place_from?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:74:in `attribute_changed_in_place?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:80:in `changes_include?' activemodel (4.2.5) lib/active_model/dirty.rb:173:in `attribute_changed?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:120:in `old_attribute_value' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:94:in `write_attribute' activerecord (4.2.5) lib/active_record/attribute_methods.rb:50:in `__temp__d6564716669656c64637' /Users/tyler/Development/guts/app/models/guts/content.rb:16:in `init' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:506: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_initialize_callbacks' activerecord (4.2.5) lib/active_record/core.rb:312:in `init_with' activerecord (4.2.5) lib/active_record/persistence.rb:69:in `instantiate' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block (2 levels) in find_by_sql' activerecord (4.2.5) lib/active_record/result.rb:51:in `block in each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/querying.rb:50:in `map' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block in find_by_sql' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5) lib/active_record/querying.rb:49:in `find_by_sql' activerecord (4.2.5) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.5) lib/active_record/relation.rb:515:in `load' activerecord (4.2.5) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:500:in `find_nth_with_limit' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:484:in `find_nth' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:127:in `first' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:57:in `first_by_friendly_id' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:21: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 (13.3ms) 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.7ms) 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 (54.3ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:46:31 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) ActiveRecord::SerializationTypeMismatch (Attribute was supposed to be a Hash, but was a String. -- ""): activerecord (4.2.5) lib/active_record/coders/yaml_column.rb:17:in `dump' activerecord (4.2.5) lib/active_record/type/serialized.rb:26:in `type_cast_for_database' activerecord (4.2.5) lib/active_record/type/serialized.rb:36:in `changed_in_place?' activerecord (4.2.5) lib/active_record/attribute.rb:54:in `changed_in_place_from?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:74:in `attribute_changed_in_place?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:80:in `changes_include?' activemodel (4.2.5) lib/active_model/dirty.rb:173:in `attribute_changed?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:120:in `old_attribute_value' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:94:in `write_attribute' activerecord (4.2.5) lib/active_record/attribute_methods.rb:50:in `__temp__d6564716669656c64637' /Users/tyler/Development/guts/app/models/guts/content.rb:16:in `init' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:506: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_initialize_callbacks' activerecord (4.2.5) lib/active_record/core.rb:312:in `init_with' activerecord (4.2.5) lib/active_record/persistence.rb:69:in `instantiate' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block (2 levels) in find_by_sql' activerecord (4.2.5) lib/active_record/result.rb:51:in `block in each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/querying.rb:50:in `map' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block in find_by_sql' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5) lib/active_record/querying.rb:49:in `find_by_sql' activerecord (4.2.5) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.5) lib/active_record/relation.rb:515:in `load' activerecord (4.2.5) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:500:in `find_nth_with_limit' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:484:in `find_nth' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:127:in `first' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:57:in `first_by_friendly_id' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:21: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 (6.9ms) 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.7ms) 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.3ms) 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 (49.4ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:46:32 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms) ActiveRecord::SerializationTypeMismatch (Attribute was supposed to be a Hash, but was a String. -- ""): activerecord (4.2.5) lib/active_record/coders/yaml_column.rb:17:in `dump' activerecord (4.2.5) lib/active_record/type/serialized.rb:26:in `type_cast_for_database' activerecord (4.2.5) lib/active_record/type/serialized.rb:36:in `changed_in_place?' activerecord (4.2.5) lib/active_record/attribute.rb:54:in `changed_in_place_from?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:74:in `attribute_changed_in_place?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:80:in `changes_include?' activemodel (4.2.5) lib/active_model/dirty.rb:173:in `attribute_changed?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:120:in `old_attribute_value' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:94:in `write_attribute' activerecord (4.2.5) lib/active_record/attribute_methods.rb:50:in `__temp__d6564716669656c64637' /Users/tyler/Development/guts/app/models/guts/content.rb:16:in `init' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:506: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_initialize_callbacks' activerecord (4.2.5) lib/active_record/core.rb:312:in `init_with' activerecord (4.2.5) lib/active_record/persistence.rb:69:in `instantiate' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block (2 levels) in find_by_sql' activerecord (4.2.5) lib/active_record/result.rb:51:in `block in each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/querying.rb:50:in `map' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block in find_by_sql' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5) lib/active_record/querying.rb:49:in `find_by_sql' activerecord (4.2.5) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.5) lib/active_record/relation.rb:515:in `load' activerecord (4.2.5) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:500:in `find_nth_with_limit' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:484:in `find_nth' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:127:in `first' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:57:in `first_by_friendly_id' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:21: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 (6.2ms) 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.5ms) 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 (49.7ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:46:38 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.9ms) ActiveRecord::SerializationTypeMismatch (Attribute was supposed to be a Hash, but was a String. -- ""): activerecord (4.2.5) lib/active_record/coders/yaml_column.rb:17:in `dump' activerecord (4.2.5) lib/active_record/type/serialized.rb:26:in `type_cast_for_database' activerecord (4.2.5) lib/active_record/type/serialized.rb:36:in `changed_in_place?' activerecord (4.2.5) lib/active_record/attribute.rb:54:in `changed_in_place_from?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:74:in `attribute_changed_in_place?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:80:in `changes_include?' activemodel (4.2.5) lib/active_model/dirty.rb:173:in `attribute_changed?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:120:in `old_attribute_value' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:94:in `write_attribute' activerecord (4.2.5) lib/active_record/attribute_methods.rb:50:in `__temp__d6564716669656c64637' /Users/tyler/Development/guts/app/models/guts/content.rb:16:in `init' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:506: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_initialize_callbacks' activerecord (4.2.5) lib/active_record/core.rb:312:in `init_with' activerecord (4.2.5) lib/active_record/persistence.rb:69:in `instantiate' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block (2 levels) in find_by_sql' activerecord (4.2.5) lib/active_record/result.rb:51:in `block in each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/querying.rb:50:in `map' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block in find_by_sql' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5) lib/active_record/querying.rb:49:in `find_by_sql' activerecord (4.2.5) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.5) lib/active_record/relation.rb:515:in `load' activerecord (4.2.5) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:500:in `find_nth_with_limit' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:484:in `find_nth' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:127:in `first' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:57:in `first_by_friendly_id' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:21: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 (7.2ms) 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 (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 (47.8ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:46:39 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) ActiveRecord::SerializationTypeMismatch (Attribute was supposed to be a Hash, but was a String. -- ""): activerecord (4.2.5) lib/active_record/coders/yaml_column.rb:17:in `dump' activerecord (4.2.5) lib/active_record/type/serialized.rb:26:in `type_cast_for_database' activerecord (4.2.5) lib/active_record/type/serialized.rb:36:in `changed_in_place?' activerecord (4.2.5) lib/active_record/attribute.rb:54:in `changed_in_place_from?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:74:in `attribute_changed_in_place?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:80:in `changes_include?' activemodel (4.2.5) lib/active_model/dirty.rb:173:in `attribute_changed?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:120:in `old_attribute_value' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:94:in `write_attribute' activerecord (4.2.5) lib/active_record/attribute_methods.rb:50:in `__temp__d6564716669656c64637' /Users/tyler/Development/guts/app/models/guts/content.rb:16:in `init' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:506: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_initialize_callbacks' activerecord (4.2.5) lib/active_record/core.rb:312:in `init_with' activerecord (4.2.5) lib/active_record/persistence.rb:69:in `instantiate' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block (2 levels) in find_by_sql' activerecord (4.2.5) lib/active_record/result.rb:51:in `block in each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/querying.rb:50:in `map' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block in find_by_sql' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5) lib/active_record/querying.rb:49:in `find_by_sql' activerecord (4.2.5) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.5) lib/active_record/relation.rb:515:in `load' activerecord (4.2.5) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:500:in `find_nth_with_limit' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:484:in `find_nth' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:127:in `first' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:57:in `first_by_friendly_id' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:21: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 (7.9ms) 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.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.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 (50.6ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:46:44 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (16.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (18.3ms) Completed 200 OK in 66ms (Views: 53.7ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 10:46:44 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 10:46:44 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 10:46:44 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 10:46:44 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 10:46:44 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:46:53 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.2ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (15.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (16.9ms) Completed 200 OK in 46ms (Views: 36.1ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 10:46:54 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 10:46:54 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 10:46:54 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 10:46:54 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 10:46:54 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:46:55 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (4.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.9ms) Completed 200 OK in 24ms (Views: 22.5ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 10:46:55 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 10:46:55 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 10:46:55 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 10:46:55 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 10:46:55 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:47:05 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.6ms) ActiveRecord::SerializationTypeMismatch (Attribute was supposed to be a Hash, but was a String. -- ""): activerecord (4.2.5) lib/active_record/coders/yaml_column.rb:17:in `dump' activerecord (4.2.5) lib/active_record/type/serialized.rb:26:in `type_cast_for_database' activerecord (4.2.5) lib/active_record/type/serialized.rb:36:in `changed_in_place?' activerecord (4.2.5) lib/active_record/attribute.rb:54:in `changed_in_place_from?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:74:in `attribute_changed_in_place?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:80:in `changes_include?' activemodel (4.2.5) lib/active_model/dirty.rb:173:in `attribute_changed?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:120:in `old_attribute_value' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:94:in `write_attribute' activerecord (4.2.5) lib/active_record/attribute_methods.rb:50:in `__temp__d6564716669656c64637' /Users/tyler/Development/guts/app/models/guts/content.rb:16:in `init' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:506: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_initialize_callbacks' activerecord (4.2.5) lib/active_record/core.rb:312:in `init_with' activerecord (4.2.5) lib/active_record/persistence.rb:69:in `instantiate' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block (2 levels) in find_by_sql' activerecord (4.2.5) lib/active_record/result.rb:51:in `block in each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/querying.rb:50:in `map' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block in find_by_sql' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5) lib/active_record/querying.rb:49:in `find_by_sql' activerecord (4.2.5) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.5) lib/active_record/relation.rb:515:in `load' activerecord (4.2.5) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:500:in `find_nth_with_limit' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:484:in `find_nth' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:127:in `first' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:57:in `first_by_friendly_id' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:21: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 (6.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (11.7ms) 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 (57.8ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:48:22 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.7ms) ActiveRecord::SerializationTypeMismatch (Attribute was supposed to be a Hash, but was a String. -- ""): activerecord (4.2.5) lib/active_record/coders/yaml_column.rb:17:in `dump' activerecord (4.2.5) lib/active_record/type/serialized.rb:26:in `type_cast_for_database' activerecord (4.2.5) lib/active_record/type/serialized.rb:36:in `changed_in_place?' activerecord (4.2.5) lib/active_record/attribute.rb:54:in `changed_in_place_from?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:74:in `attribute_changed_in_place?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:80:in `changes_include?' activemodel (4.2.5) lib/active_model/dirty.rb:173:in `attribute_changed?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:120:in `old_attribute_value' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:94:in `write_attribute' activerecord (4.2.5) lib/active_record/attribute_methods.rb:50:in `__temp__d6564716669656c64637' /Users/tyler/Development/guts/app/models/guts/content.rb:15:in `init' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:506: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_initialize_callbacks' activerecord (4.2.5) lib/active_record/core.rb:312:in `init_with' activerecord (4.2.5) lib/active_record/persistence.rb:69:in `instantiate' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block (2 levels) in find_by_sql' activerecord (4.2.5) lib/active_record/result.rb:51:in `block in each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/querying.rb:50:in `map' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block in find_by_sql' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5) lib/active_record/querying.rb:49:in `find_by_sql' activerecord (4.2.5) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.5) lib/active_record/relation.rb:515:in `load' activerecord (4.2.5) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:500:in `find_nth_with_limit' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:484:in `find_nth' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:127:in `first' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:57:in `first_by_friendly_id' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:21: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 (6.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.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.3ms) 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/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:48:26 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (14.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (16.4ms) Completed 200 OK in 46ms (Views: 34.9ms | ActiveRecord: 1.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 10:48:26 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 10:48:26 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 10:48:26 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 10:48:26 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 10:48:26 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:48:33 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.3ms) 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 (2.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (4.2ms) Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.9ms) ActionView::Template::Error (Attribute was supposed to be a Hash, but was a String. -- ""): 1: <%= form_for(@content) do |f| %> 2: <% if @content.errors.any? %> 3:
4:

<%= pluralize(@content.errors.count, "error") %> prohibited this content from being saved:

activerecord (4.2.5) lib/active_record/coders/yaml_column.rb:17:in `dump' activerecord (4.2.5) lib/active_record/type/serialized.rb:26:in `type_cast_for_database' activerecord (4.2.5) lib/active_record/type/serialized.rb:36:in `changed_in_place?' activerecord (4.2.5) lib/active_record/attribute.rb:54:in `changed_in_place_from?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:74:in `attribute_changed_in_place?' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:154:in `block in changed_in_place' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:153:in `select' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:153:in `changed_in_place' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:146:in `attributes_changed_in_place' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:62:in `changed_attributes' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:179:in `cache_changed_attributes' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:67:in `changes' friendly_id (5.1.0) lib/friendly_id/base.rb:247:in `to_param' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:622:in `block in ' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:68:in `call' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:68:in `block in extract_parameterized_parts' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:67:in `each' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:67:in `extract_parameterized_parts' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:21:in `block in generate' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:82:in `match_route' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:20:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434: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___427303225331229943_70249664060860' 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___3773031897295497077_70249651738920' 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 (9.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (9.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 (1.1ms) 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 (59.1ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:48:39 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) NameError (uninitialized constant Guts::Content::Json): /Users/tyler/Development/guts/app/models/guts/content.rb:10:in `' /Users/tyler/Development/guts/app/models/guts/content.rb:2:in `' /Users/tyler/Development/guts/app/models/guts/content.rb:1:in `' /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.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.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 (46.3ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:48:44 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.7ms) JSON::ParserError (795: unexpected token at ''): json (1.8.3) lib/json/common.rb:155:in `parse' json (1.8.3) lib/json/common.rb:155:in `parse' activesupport (4.2.5) lib/active_support/json/decoding.rb:26:in `decode' activerecord (4.2.5) lib/active_record/coders/json.rb:9:in `load' activerecord (4.2.5) lib/active_record/type/serialized.rb:19:in `type_cast_from_database' activerecord (4.2.5) lib/active_record/attribute.rb:104:in `type_cast' activerecord (4.2.5) lib/active_record/attribute.rb:42:in `original_value' activerecord (4.2.5) lib/active_record/attribute.rb:37:in `value' activerecord (4.2.5) lib/active_record/attribute_set.rb:31:in `fetch_value' activerecord (4.2.5) lib/active_record/attribute_methods/read.rb:93:in `_read_attribute' activerecord (4.2.5) lib/active_record/attribute_methods.rb:50:in `__temp__d6564716669656c64637' /Users/tyler/Development/guts/app/models/guts/content.rb:15:in `init' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:506: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_initialize_callbacks' activerecord (4.2.5) lib/active_record/core.rb:312:in `init_with' activerecord (4.2.5) lib/active_record/persistence.rb:69:in `instantiate' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block (2 levels) in find_by_sql' activerecord (4.2.5) lib/active_record/result.rb:51:in `block in each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/querying.rb:50:in `map' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block in find_by_sql' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5) lib/active_record/querying.rb:49:in `find_by_sql' activerecord (4.2.5) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.5) lib/active_record/relation.rb:515:in `load' activerecord (4.2.5) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:500:in `find_nth_with_limit' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:484:in `find_nth' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:127:in `first' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:57:in `first_by_friendly_id' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:21: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 (6.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.8ms) 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.3ms) 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 (54.2ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:48:52 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.6ms) JSON::ParserError (795: unexpected token at ''): json (1.8.3) lib/json/common.rb:155:in `parse' json (1.8.3) lib/json/common.rb:155:in `parse' activesupport (4.2.5) lib/active_support/json/decoding.rb:26:in `decode' activerecord (4.2.5) lib/active_record/coders/json.rb:9:in `load' activerecord (4.2.5) lib/active_record/type/serialized.rb:19:in `type_cast_from_database' activerecord (4.2.5) lib/active_record/attribute.rb:104:in `type_cast' activerecord (4.2.5) lib/active_record/attribute.rb:42:in `original_value' activerecord (4.2.5) lib/active_record/attribute.rb:37:in `value' activerecord (4.2.5) lib/active_record/attribute_set.rb:31:in `fetch_value' activerecord (4.2.5) lib/active_record/attribute_methods/read.rb:93:in `_read_attribute' activerecord (4.2.5) lib/active_record/attribute_methods.rb:50:in `__temp__d6564716669656c64637' /Users/tyler/Development/guts/app/models/guts/content.rb:15:in `init' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:506: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_initialize_callbacks' activerecord (4.2.5) lib/active_record/core.rb:312:in `init_with' activerecord (4.2.5) lib/active_record/persistence.rb:69:in `instantiate' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block (2 levels) in find_by_sql' activerecord (4.2.5) lib/active_record/result.rb:51:in `block in each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/querying.rb:50:in `map' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block in find_by_sql' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5) lib/active_record/querying.rb:49:in `find_by_sql' activerecord (4.2.5) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.5) lib/active_record/relation.rb:515:in `load' activerecord (4.2.5) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:500:in `find_nth_with_limit' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:484:in `find_nth' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:127:in `first' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:57:in `first_by_friendly_id' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:21: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 (6.2ms) 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.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.3ms) 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 (49.8ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:48:53 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) JSON::ParserError (795: unexpected token at ''): json (1.8.3) lib/json/common.rb:155:in `parse' json (1.8.3) lib/json/common.rb:155:in `parse' activesupport (4.2.5) lib/active_support/json/decoding.rb:26:in `decode' activerecord (4.2.5) lib/active_record/coders/json.rb:9:in `load' activerecord (4.2.5) lib/active_record/type/serialized.rb:19:in `type_cast_from_database' activerecord (4.2.5) lib/active_record/attribute.rb:104:in `type_cast' activerecord (4.2.5) lib/active_record/attribute.rb:42:in `original_value' activerecord (4.2.5) lib/active_record/attribute.rb:37:in `value' activerecord (4.2.5) lib/active_record/attribute_set.rb:31:in `fetch_value' activerecord (4.2.5) lib/active_record/attribute_methods/read.rb:93:in `_read_attribute' activerecord (4.2.5) lib/active_record/attribute_methods.rb:50:in `__temp__d6564716669656c64637' /Users/tyler/Development/guts/app/models/guts/content.rb:15:in `init' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:506: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_initialize_callbacks' activerecord (4.2.5) lib/active_record/core.rb:312:in `init_with' activerecord (4.2.5) lib/active_record/persistence.rb:69:in `instantiate' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block (2 levels) in find_by_sql' activerecord (4.2.5) lib/active_record/result.rb:51:in `block in each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/querying.rb:50:in `map' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block in find_by_sql' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5) lib/active_record/querying.rb:49:in `find_by_sql' activerecord (4.2.5) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.5) lib/active_record/relation.rb:515:in `load' activerecord (4.2.5) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:500:in `find_nth_with_limit' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:484:in `find_nth' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:127:in `first' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:57:in `first_by_friendly_id' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:21: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 (6.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.5ms) 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 (49.3ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:48:56 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.7ms) JSON::ParserError (795: unexpected token at ''): json (1.8.3) lib/json/common.rb:155:in `parse' json (1.8.3) lib/json/common.rb:155:in `parse' activesupport (4.2.5) lib/active_support/json/decoding.rb:26:in `decode' activerecord (4.2.5) lib/active_record/coders/json.rb:9:in `load' activerecord (4.2.5) lib/active_record/type/serialized.rb:19:in `type_cast_from_database' activerecord (4.2.5) lib/active_record/attribute.rb:104:in `type_cast' activerecord (4.2.5) lib/active_record/attribute.rb:42:in `original_value' activerecord (4.2.5) lib/active_record/attribute.rb:37:in `value' activerecord (4.2.5) lib/active_record/attribute_set.rb:31:in `fetch_value' activerecord (4.2.5) lib/active_record/attribute_methods/read.rb:93:in `_read_attribute' activerecord (4.2.5) lib/active_record/attribute_methods.rb:379:in `clone_attribute_value' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:123:in `old_attribute_value' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:94:in `write_attribute' activerecord (4.2.5) lib/active_record/attribute_methods.rb:50:in `__temp__d6564716669656c64637' /Users/tyler/Development/guts/app/models/guts/content.rb:15:in `init' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:506: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_initialize_callbacks' activerecord (4.2.5) lib/active_record/core.rb:312:in `init_with' activerecord (4.2.5) lib/active_record/persistence.rb:69:in `instantiate' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block (2 levels) in find_by_sql' activerecord (4.2.5) lib/active_record/result.rb:51:in `block in each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/querying.rb:50:in `map' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block in find_by_sql' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5) lib/active_record/querying.rb:49:in `find_by_sql' activerecord (4.2.5) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.5) lib/active_record/relation.rb:515:in `load' activerecord (4.2.5) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:500:in `find_nth_with_limit' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:484:in `find_nth' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:127:in `first' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:57:in `first_by_friendly_id' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:21: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 (6.2ms) 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.8ms) 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.3ms) 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.9ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:48:57 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) JSON::ParserError (795: unexpected token at ''): json (1.8.3) lib/json/common.rb:155:in `parse' json (1.8.3) lib/json/common.rb:155:in `parse' activesupport (4.2.5) lib/active_support/json/decoding.rb:26:in `decode' activerecord (4.2.5) lib/active_record/coders/json.rb:9:in `load' activerecord (4.2.5) lib/active_record/type/serialized.rb:19:in `type_cast_from_database' activerecord (4.2.5) lib/active_record/attribute.rb:104:in `type_cast' activerecord (4.2.5) lib/active_record/attribute.rb:42:in `original_value' activerecord (4.2.5) lib/active_record/attribute.rb:37:in `value' activerecord (4.2.5) lib/active_record/attribute_set.rb:31:in `fetch_value' activerecord (4.2.5) lib/active_record/attribute_methods/read.rb:93:in `_read_attribute' activerecord (4.2.5) lib/active_record/attribute_methods.rb:379:in `clone_attribute_value' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:123:in `old_attribute_value' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:94:in `write_attribute' activerecord (4.2.5) lib/active_record/attribute_methods.rb:50:in `__temp__d6564716669656c64637' /Users/tyler/Development/guts/app/models/guts/content.rb:15:in `init' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:506: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_initialize_callbacks' activerecord (4.2.5) lib/active_record/core.rb:312:in `init_with' activerecord (4.2.5) lib/active_record/persistence.rb:69:in `instantiate' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block (2 levels) in find_by_sql' activerecord (4.2.5) lib/active_record/result.rb:51:in `block in each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/querying.rb:50:in `map' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block in find_by_sql' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5) lib/active_record/querying.rb:49:in `find_by_sql' activerecord (4.2.5) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.5) lib/active_record/relation.rb:515:in `load' activerecord (4.2.5) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:500:in `find_nth_with_limit' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:484:in `find_nth' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:127:in `first' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:57:in `first_by_friendly_id' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:21: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 (6.9ms) 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 (1.3ms) 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.9ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:52:22 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Completed 500 Internal Server Error in 19ms (ActiveRecord: 1.1ms) JSON::ParserError (795: unexpected token at ''): json (1.8.3) lib/json/common.rb:155:in `parse' json (1.8.3) lib/json/common.rb:155:in `parse' activesupport (4.2.5) lib/active_support/json/decoding.rb:26:in `decode' activerecord (4.2.5) lib/active_record/coders/json.rb:9:in `load' activerecord (4.2.5) lib/active_record/type/serialized.rb:19:in `type_cast_from_database' activerecord (4.2.5) lib/active_record/attribute.rb:104:in `type_cast' activerecord (4.2.5) lib/active_record/attribute.rb:42:in `original_value' activerecord (4.2.5) lib/active_record/attribute.rb:37:in `value' activerecord (4.2.5) lib/active_record/attribute_set.rb:31:in `fetch_value' activerecord (4.2.5) lib/active_record/attribute_methods/read.rb:93:in `_read_attribute' activerecord (4.2.5) lib/active_record/attribute_methods.rb:50:in `__temp__d6564716669656c64637' /Users/tyler/Development/guts/app/models/guts/content.rb:15:in `init' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:506: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_initialize_callbacks' activerecord (4.2.5) lib/active_record/core.rb:312:in `init_with' activerecord (4.2.5) lib/active_record/persistence.rb:69:in `instantiate' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block (2 levels) in find_by_sql' activerecord (4.2.5) lib/active_record/result.rb:51:in `block in each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/querying.rb:50:in `map' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block in find_by_sql' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5) lib/active_record/querying.rb:49:in `find_by_sql' activerecord (4.2.5) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.5) lib/active_record/relation.rb:515:in `load' activerecord (4.2.5) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:500:in `find_nth_with_limit' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:484:in `find_nth' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:127:in `first' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:57:in `first_by_friendly_id' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:21: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 (10.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (7.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.6ms) 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 (86.8ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:52:25 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms) JSON::ParserError (795: unexpected token at ''): json (1.8.3) lib/json/common.rb:155:in `parse' json (1.8.3) lib/json/common.rb:155:in `parse' activesupport (4.2.5) lib/active_support/json/decoding.rb:26:in `decode' activerecord (4.2.5) lib/active_record/coders/json.rb:9:in `load' activerecord (4.2.5) lib/active_record/type/serialized.rb:19:in `type_cast_from_database' activerecord (4.2.5) lib/active_record/attribute.rb:104:in `type_cast' activerecord (4.2.5) lib/active_record/attribute.rb:42:in `original_value' activerecord (4.2.5) lib/active_record/attribute.rb:37:in `value' activerecord (4.2.5) lib/active_record/attribute_set.rb:31:in `fetch_value' activerecord (4.2.5) lib/active_record/attribute_methods/read.rb:93:in `_read_attribute' activerecord (4.2.5) lib/active_record/attribute_methods.rb:50:in `__temp__d6564716669656c64637' /Users/tyler/Development/guts/app/models/guts/content.rb:15:in `init' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:506: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_initialize_callbacks' activerecord (4.2.5) lib/active_record/core.rb:312:in `init_with' activerecord (4.2.5) lib/active_record/persistence.rb:69:in `instantiate' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block (2 levels) in find_by_sql' activerecord (4.2.5) lib/active_record/result.rb:51:in `block in each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/result.rb:51:in `each' activerecord (4.2.5) lib/active_record/querying.rb:50:in `map' activerecord (4.2.5) lib/active_record/querying.rb:50:in `block in find_by_sql' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5) lib/active_record/querying.rb:49:in `find_by_sql' activerecord (4.2.5) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.5) lib/active_record/relation.rb:515:in `load' activerecord (4.2.5) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:500:in `find_nth_with_limit' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:484:in `find_nth' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:127:in `first' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:57:in `first_by_friendly_id' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:21: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 (12.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.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 (3.5ms) 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 (88.9ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 10:55:43 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.2ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (31.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (45.0ms) Completed 200 OK in 133ms (Views: 116.5ms | ActiveRecord: 1.8ms) Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 10:55:44 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 10:55:44 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 10:55:44 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 10:55:44 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 10:55:44 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:05:14 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.2ms) 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 (19.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (22.4ms) Completed 500 Internal Server Error in 34ms (ActiveRecord: 0.2ms) ActionView::Template::Error (private method `p' called for "":String): 23: <%= f.label :metafields %>
24: <%= f.fields_for :metafields, @content.metafields do |p| %> 25: <%= p.label :p, "Stats: " %> 26: <%= p.text_field :p %> 27: <% end %> 28:
29: <%= f.collection_select :category_ids, Guts::Category.all, :id, :title, {}, {multiple: true} %> actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:38:in `value_before_type_cast' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `fetch' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `render' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:787:in `text_field' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1323:in `text_field' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:26:in `block (2 levels) in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb___427303225331229943_70249690704500' 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:714:in `fields_for' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1599:in `fields_for' /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___427303225331229943_70249690704500' 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___427303225331229943_70249690704500' 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___3773031897295497077_70249651738920' 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 (11.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 (5.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 (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 (96.3ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:06:10 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) 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 (9.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (12.4ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.1ms) ActionView::Template::Error (private method `p' called for "":String): 23: <%= f.label :metafields %>
24: <%= f.fields_for :metafields, @content.metafields do |p| %> 25: <%= p.label :p, "Stats: " %> 26: <%= p.text_field :p %> 27: <% end %> 28:
29: <%= f.collection_select :category_ids, Guts::Category.all, :id, :title, {}, {multiple: true} %> actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:38:in `value_before_type_cast' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `fetch' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `render' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:787:in `text_field' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1323:in `text_field' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:26:in `block (2 levels) in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb___427303225331229943_70249690704500' 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:714:in `fields_for' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1599:in `fields_for' /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___427303225331229943_70249690704500' 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___427303225331229943_70249690704500' 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___3773031897295497077_70249651738920' 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 (19.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 (4.5ms) 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/template_error.html.erb within rescues/layout (93.4ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:08:32 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.2ms) 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 (6.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.2ms) Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.2ms) ActionView::Template::Error (private method `p' called for "":String): 23: <%= f.label :metafields %>
24: <%= f.fields_for :metafields, @content.metafields do |field| %> 25: <%= field.label :p, "Stats: " %> 26: <%= field.text_field :p %> 27: <% end %> 28:
29: <%= f.collection_select :category_ids, Guts::Category.all, :id, :title, {}, {multiple: true} %> actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:38:in `value_before_type_cast' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `fetch' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `render' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:787:in `text_field' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1323:in `text_field' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:26:in `block (2 levels) in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb___427303225331229943_70249683215860' 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:714:in `fields_for' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1599:in `fields_for' /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___427303225331229943_70249683215860' 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___427303225331229943_70249683215860' 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___3773031897295497077_70249651738920' 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 (19.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (12.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.3ms) 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 (106.6ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:09:57 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) 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 (4.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.7ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `answers' for #): 21: 22:
23: <%= f.label :metafields %>
24: <% @content.answers.each do |key, value| %> 25: <%= form.fields_for :metafields, @content.metafields[key] do |metafields| %> 26:
27: <%= metafields.label key %> activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /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___427303225331229943_70249683709800' 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___427303225331229943_70249683709800' 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___3773031897295497077_70249651738920' 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 (10.2ms) 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.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.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 (55.0ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:10:06 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.2ms) 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 (8.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.5ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `each' for "":String): 21:
22:
23: <%= f.label :metafields %>
24: <% @content.metafields.each do |key, value| %> 25: <%= form.fields_for :metafields, @content.metafields[key] do |metafields| %> 26:
27: <%= metafields.label key %> /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___427303225331229943_70249665218920' 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___427303225331229943_70249665218920' 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___3773031897295497077_70249651738920' 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.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.3ms) 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.4ms) Started GET "/guts/contents/meg-a-man" for ::1 at 2015-11-24 11:10:20 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) 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 (1.2ms) Completed 200 OK in 30ms (Views: 28.6ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:10:20 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:10:20 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:10:20 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:10:20 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:10:20 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-24 11:10:22 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (2.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (4.3ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `each' for nil:NilClass): 21:
22:
23: <%= f.label :metafields %>
24: <% @content.metafields.each do |key, value| %> 25: <%= form.fields_for :metafields, @content.metafields[key] do |metafields| %> 26:
27: <%= metafields.label key %> /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___427303225331229943_70249665218920' 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___427303225331229943_70249665218920' 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__4590168681464588796_70249691673180' 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 (6.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 (3.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 (1.3ms) 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 (49.4ms) Started GET "/guts/contents/new" for ::1 at 2015-11-24 11:10:23 -0330 Processing by Guts::ContentsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (2.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (4.4ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `each' for nil:NilClass): 21:
22:
23: <%= f.label :metafields %>
24: <% @content.metafields.each do |key, value| %> 25: <%= form.fields_for :metafields, @content.metafields[key] do |metafields| %> 26:
27: <%= metafields.label key %> /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___427303225331229943_70249665218920' 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___427303225331229943_70249665218920' 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__4590168681464588796_70249691673180' 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.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 (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 (1.1ms) 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 (51.2ms) Started GET "/guts/contents/new" for ::1 at 2015-11-24 11:10:43 -0330 Processing by Guts::ContentsController#new as HTML Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (7.0ms) Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:10:43 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:10:43 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:10:43 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:10:43 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:10:43 -0330 Started GET "/guts/contents/meg-a-man" for ::1 at 2015-11-24 11:16:48 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.2ms) 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 (1.4ms) Completed 200 OK in 30ms (Views: 28.3ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:16:48 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:16:48 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:16:48 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:16:48 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:16:48 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:16:49 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) 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 (0.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (2.4ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.1ms) SyntaxError (/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:41: syntax error, unexpected keyword_ensure, expecting end-of-input): /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:41: syntax error, unexpected keyword_ensure, expecting end-of-input 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___3773031897295497077_70249651738920' 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 (8.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.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 (62.6ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:16:51 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) 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 (0.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (2.8ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.1ms) SyntaxError (/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:41: syntax error, unexpected keyword_ensure, expecting end-of-input): /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:41: syntax error, unexpected keyword_ensure, expecting end-of-input 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___3773031897295497077_70249651738920' 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.3ms) 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.9ms) 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.3ms) 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 (49.7ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:17:15 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.2ms) 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 (5.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (7.5ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `each_pair' for "":String): 21:
22:
23: <%= f.label :metafields %>
24: <%= f.fields_for :metafields, OpenStruct.new(@content.metafields) do |builder| %> 25: <% @content.metafields.keys.each do |key| %> 26: <%= builder.text_field key.to_sym %>
27: <% end %> /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___427303225331229943_70249653189760' 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___427303225331229943_70249653189760' 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___3773031897295497077_70249651738920' 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 (10.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.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 (1.3ms) 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 (55.0ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:19:50 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) 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 (3.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.3ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `each_pair' for "":String): 21:
22:
23: <%= f.label :metafields %>
24: <%= f.fields_for :metafields, OpenStruct.new(@content.metafields) do |builder| %> 25: <% @content.metafields.keys.each do |key| %> 26: <%= builder.text_field key.to_sym %>
27: <% end %> /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___427303225331229943_70249653189760' 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___427303225331229943_70249653189760' 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___3773031897295497077_70249651738920' 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.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 (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.7ms) 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 (58.8ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:19:51 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) 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 (3.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.2ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `each_pair' for "":String): 21:
22:
23: <%= f.label :metafields %>
24: <%= f.fields_for :metafields, OpenStruct.new(@content.metafields) do |builder| %> 25: <% @content.metafields.keys.each do |key| %> 26: <%= builder.text_field key.to_sym %>
27: <% end %> /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___427303225331229943_70249653189760' 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___427303225331229943_70249653189760' 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___3773031897295497077_70249651738920' 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.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.7ms) 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 (49.3ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:19:52 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) 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 (2.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (3.8ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `each_pair' for "":String): 21:
22:
23: <%= f.label :metafields %>
24: <%= f.fields_for :metafields, OpenStruct.new(@content.metafields) do |builder| %> 25: <% @content.metafields.keys.each do |key| %> 26: <%= builder.text_field key.to_sym %>
27: <% end %> /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___427303225331229943_70249653189760' 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___427303225331229943_70249653189760' 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___3773031897295497077_70249651738920' 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 (6.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.9ms) 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.3ms) 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 (49.3ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:20:10 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) 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 (2.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (4.2ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `each_pair' for "":String): 21:
22:
23: <%= f.label :metafields %>
24: <%= f.fields_for :metafields, OpenStruct.new(@content.metafields) do |builder| %> 25: <% @content.metafields.keys.each do |key| %> 26: <%= builder.text_field key.to_sym %>
27: <% end %> /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___427303225331229943_70249653189760' 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___427303225331229943_70249653189760' 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___3773031897295497077_70249651738920' 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.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 (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.1ms) 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 (51.6ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:21:39 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) 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 (4.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (6.4ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `each_pair' for "":String): 21:
22:
23: <%= f.label :metafields %>
24: <%= f.fields_for :metafields, OpenStruct.new(@content.metafields) do |builder| %> 25: 26: <% end %> 27:
/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___427303225331229943_70249663655280' 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___427303225331229943_70249663655280' 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___3773031897295497077_70249651738920' 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 (9.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.5ms) 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.3ms) 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 (55.7ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:21:40 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) 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 (3.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.3ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `each_pair' for "":String): 21:
22:
23: <%= f.label :metafields %>
24: <%= f.fields_for :metafields, OpenStruct.new(@content.metafields) do |builder| %> 25: 26: <% end %> 27:
/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___427303225331229943_70249663655280' 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___427303225331229943_70249663655280' 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___3773031897295497077_70249651738920' 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.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.7ms) 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 (47.4ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:21:41 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) 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 (2.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (4.1ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `each_pair' for "":String): 21:
22:
23: <%= f.label :metafields %>
24: <%= f.fields_for :metafields, OpenStruct.new(@content.metafields) do |builder| %> 25: 26: <% end %> 27:
/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___427303225331229943_70249663655280' 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___427303225331229943_70249663655280' 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___3773031897295497077_70249651738920' 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 (6.9ms) 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 (1.1ms) 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 (48.0ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:24:44 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) 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 (3.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.5ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `each_pair' for "":String): 21:
22:
23: <%= f.label :metafields %>
24: <%= f.fields_for :metafields, OpenStruct.new(@content.metafields) do |builder| %> 25: 26: <% end %> 27:
/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___427303225331229943_70249663655280' 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___427303225331229943_70249663655280' 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___3773031897295497077_70249651738920' 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.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 (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.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 (52.6ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:25:12 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.5ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.8ms) 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]] Guts::Category Load (0.5ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (15.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (18.9ms) Completed 200 OK in 66ms (Views: 60.8ms | ActiveRecord: 1.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:25:12 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:25:12 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:25:12 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:25:12 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:25:12 -0330 Guts::Content Load (0.6ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 2]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 2]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 2]] Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:26:38 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.2ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (77.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (86.4ms) Completed 200 OK in 318ms (Views: 267.6ms | ActiveRecord: 2.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:26:38 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:26:38 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:26:38 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:26:38 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:26:38 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:26:43 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.1ms) 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 (10.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (14.4ms) Completed 200 OK in 43ms (Views: 41.0ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:26:43 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:26:43 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:26:43 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:26:43 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:26:43 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:26:46 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (5.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (7.5ms) Completed 200 OK in 26ms (Views: 23.0ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:26:47 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:26:47 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:26:47 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:26:47 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:26:47 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:27:36 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.2ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.1ms) 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 (17.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (25.3ms) Completed 200 OK in 63ms (Views: 60.3ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:27:36 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:27:36 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:27:36 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:27:36 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:27:36 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:27:38 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (4.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (6.5ms) Completed 200 OK in 28ms (Views: 25.9ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:27:38 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:27:38 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:27:38 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:27:38 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:27:38 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:27:52 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) 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 (8.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.9ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `to_sym' for true:TrueClass): 24: <%= f.fields_for :metafields, OpenStruct.new(@content.metafields) do |builder| %> 25: <% @content.metafields.each do |key, value| %> 26: <%= builder.text_field key.to_sym %>
27: <%= builder.text_field value.to_sym %>
28: <% end %> 29: <% end %> 30:
/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:27:in `block (3 levels) in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb__2823162543859635129_70366264240640' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:25:in `each' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:25:in `block (2 levels) in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb__2823162543859635129_70366264240640' 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:714:in `fields_for' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1599:in `fields_for' /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__2823162543859635129_70366264240640' 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__2823162543859635129_70366264240640' 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___3524112609872026004_70366234271220' 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 (6.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.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.1ms) 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 (45.1ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:28:01 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.6ms) 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]] Guts::Category Load (0.8ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.1ms) 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 (21.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (26.1ms) Completed 200 OK in 64ms (Views: 60.6ms | ActiveRecord: 1.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:28:02 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:28:02 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:28:02 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:28:02 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:28:02 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:28:14 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.3ms) 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]] Guts::Category Load (0.9ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (10.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (13.0ms) Completed 200 OK in 34ms (Views: 31.3ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:28:14 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:28:14 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:28:14 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:28:14 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:28:14 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:28:36 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (5.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (7.3ms) Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:28:37 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:28:37 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:28:37 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:28:37 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:28:37 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:28:47 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (5.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (7.7ms) Completed 200 OK in 25ms (Views: 23.6ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:28:47 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:28:47 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:28:47 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:28:47 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:28:47 -0330 Started PATCH "/guts/contents/meg-a-man" for ::1 at 2015-11-24 11:28:58 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZwiS/KGKJ+CkzgqE7RwKNiivPg9NPHQY89NzFo8HpoLa/a4V+eUyU6yQSiZ9PkwLDyQMczWq1qAKoTqCHzjHCA==", "content"=>{"title"=>"meg a man", "content"=>"ww2", "metafields"=>{"cool"=>"never"}, "category_ids"=>["", "2"]}, "commit"=>"Update Content", "id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Unpermitted parameter: metafields  (0.1ms) begin transaction Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 2]] Guts::Category Load (0.6ms) 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]]  (0.1ms) commit transaction Redirected to http://localhost:3000/guts/contents/meg-a-man Completed 302 Found in 11ms (ActiveRecord: 1.0ms) Started GET "/guts/contents/meg-a-man" for ::1 at 2015-11-24 11:28:58 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) 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 27ms (Views: 25.1ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:28:58 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:28:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:28:58 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:28:58 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:28:58 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:29:00 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (5.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (7.1ms) Completed 200 OK in 25ms (Views: 23.2ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:29:00 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:29:00 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:29:00 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:29:00 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:29:00 -0330 Started PATCH "/guts/contents/meg-a-man" for ::1 at 2015-11-24 11:29:31 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DE9BCHh7D6cc8s3flF298I2vk+pnchJQZv9UCfaQlHyxun3hIBQaFBSsjX0Ef/vNqiShlh/ksOifjR2dZq/19g==", "content"=>{"title"=>"meg a man", "content"=>"ww2", "metafields"=>{"cool"=>"never"}, "category_ids"=>["", "2"]}, "commit"=>"Update Content", "id"=>"meg-a-man"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Unpermitted parameter: metafields  (0.2ms) begin transaction Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 2]] Guts::Category Load (0.2ms) 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]]  (0.1ms) commit transaction Redirected to http://localhost:3000/guts/contents/meg-a-man Completed 302 Found in 28ms (ActiveRecord: 1.9ms) Started GET "/guts/contents/meg-a-man" for ::1 at 2015-11-24 11:29:31 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) 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 (1.6ms) Completed 200 OK in 25ms (Views: 23.5ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:29:31 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:29:31 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:29:31 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:29:31 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:29:32 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:29:36 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.2ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (4.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (6.2ms) Completed 200 OK in 22ms (Views: 21.2ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:29:36 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:29:36 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:29:36 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:29:36 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:29:36 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:29:37 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (5.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.0ms) Completed 200 OK in 28ms (Views: 26.8ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:29:37 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:29:37 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:29:37 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:29:37 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:29:37 -0330 Started PATCH "/guts/contents/meg-a-man" for ::1 at 2015-11-24 11:29:39 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"4SDV4mwF6LKUDfrYB2dnjEq3wL71uBlNPgisQ8z16oJc1ekLNGr9AZxTunqXRSGxbTzywo0uu/XHeuXXXMqLCA==", "content"=>{"title"=>"meg a man", "content"=>"ww2", "metafields"=>{"cool"=>"rrr"}, "category_ids"=>["", "2"]}, "commit"=>"Update Content", "id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Unpermitted parameter: metafields  (0.1ms) begin transaction Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 2]] Guts::Category Load (0.0ms) 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]]  (0.1ms) commit transaction Redirected to http://localhost:3000/guts/contents/meg-a-man Completed 302 Found in 6ms (ActiveRecord: 0.4ms) Started GET "/guts/contents/meg-a-man" for ::1 at 2015-11-24 11:29:39 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) 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 (1.5ms) Completed 200 OK in 24ms (Views: 22.2ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:29:39 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:29:39 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:29:39 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:29:39 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:29:39 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:29:46 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (4.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (6.8ms) Completed 200 OK in 26ms (Views: 24.7ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:29:46 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:29:46 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:29:46 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:29:46 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:29:46 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:30:49 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (12.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (14.6ms) Completed 200 OK in 52ms (Views: 40.2ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:30:49 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:30:49 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:30:49 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:30:49 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:30:49 -0330 Started PATCH "/guts/contents/meg-a-man" for ::1 at 2015-11-24 11:30:51 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Z8qsivfkT3Eiz2OOJTYRPbGK0kXfEfLpgByMoKBdmPvaP5Bjr4tawiqRIyy1FFcAlgHgOaeHUFF5bsU0MGL5cQ==", "content"=>{"title"=>"meg a man", "content"=>"ww2", "metafields"=>{"cool"=>"rewtrue"}, "category_ids"=>["", "2"]}, "commit"=>"Update Content", "id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Unpermitted parameter: cool  (0.1ms) begin transaction Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 2]] Guts::Category Load (0.2ms) 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]] SQL (0.4ms) UPDATE "guts_contents" SET "metafields" = ?, "updated_at" = ? WHERE "guts_contents"."id" = ? [["metafields", "--- !ruby/hash:ActionController::Parameters {}\n"], ["updated_at", "2015-11-24 15:00:51.094405"], ["id", 2]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/contents/meg-a-man Completed 302 Found in 13ms (ActiveRecord: 1.8ms) Started GET "/guts/contents/meg-a-man" for ::1 at 2015-11-24 11:30:51 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) 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 (1.0ms) Completed 200 OK in 25ms (Views: 23.8ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:30:51 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:30:51 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:30:51 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:30:51 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:30:51 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:30:54 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (4.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (6.7ms) Completed 200 OK in 25ms (Views: 23.5ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:30:54 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:30:54 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:30:54 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:30:54 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:30:54 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:30:55 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (5.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (6.8ms) Completed 200 OK in 25ms (Views: 23.4ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:30:56 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:30:56 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:30:56 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:30:56 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:30:56 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:31:14 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.2ms) 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]] Guts::Category Load (0.3ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (5.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (7.0ms) Completed 200 OK in 24ms (Views: 22.3ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:31:14 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:31:14 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:31:15 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:31:15 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:31:15 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:32:44 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (13.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (15.3ms) Completed 200 OK in 44ms (Views: 33.5ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:32:44 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:32:44 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:32:44 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:32:44 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:32:44 -0330 Started PATCH "/guts/contents/meg-a-man" for ::1 at 2015-11-24 11:32:46 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IZuyyr+xxmzmwbkQ7NhDA+uvS6NCohh5clZziyjVGzWcbo4j597T3+6f+bJ8+gU+zCR53zo0usGLJDofuOp6vw==", "content"=>{"title"=>"meg a man", "content"=>"ww2", "metafields"=>{"cool"=>"onerr"}, "category_ids"=>["", "2"]}, "commit"=>"Update Content", "id"=>"meg-a-man"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.3ms) ArgumentError (wrong number of arguments (2 for 1)): actionpack (4.2.5) lib/action_controller/metal/strong_parameters.rb:246:in `require' /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:59:in `content_params' /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:38:in `update' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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:38: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.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 (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 (2.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 (52.2ms) Started PATCH "/guts/contents/meg-a-man" for ::1 at 2015-11-24 11:33:00 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IZuyyr+xxmzmwbkQ7NhDA+uvS6NCohh5clZziyjVGzWcbo4j597T3+6f+bJ8+gU+zCR53zo0usGLJDofuOp6vw==", "content"=>{"title"=>"meg a man", "content"=>"ww2", "metafields"=>{"cool"=>"onerr"}, "category_ids"=>["", "2"]}, "commit"=>"Update Content", "id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Unpermitted parameter: metafields  (0.1ms) begin transaction Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 2]] Guts::Category Load (0.1ms) 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]]  (0.1ms) commit transaction Redirected to http://localhost:3000/guts/contents/meg-a-man Completed 302 Found in 23ms (ActiveRecord: 1.2ms) Started GET "/guts/contents/meg-a-man" for ::1 at 2015-11-24 11:33:00 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) 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 (1.5ms) Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:33:00 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:33:00 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:33:00 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:33:00 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:33:00 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:33:02 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (4.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (6.7ms) Completed 200 OK in 24ms (Views: 22.4ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:33:02 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:33:02 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:33:02 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:33:02 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:33:02 -0330 Started PATCH "/guts/contents/meg-a-man" for ::1 at 2015-11-24 11:33:26 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"nkXAC7k9NwRw0HmndthT38Jc+aqRXbur++GK66Dk0AsjsPzi4VIit3iOOQXm+hXi5dfL1unLGRMCk8N/MNuxgQ==", "content"=>{"title"=>"meg a man", "content"=>"ww2", "metafields"=>{"cool"=>"onerr"}, "category_ids"=>["", "2"]}, "commit"=>"Update Content", "id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.8ms) ArgumentError (When assigning attributes, you must pass a hash as an argument.): activerecord (4.2.5) lib/active_record/attribute_assignment.rb:25:in `assign_attributes' activerecord (4.2.5) lib/active_record/persistence.rb:251:in `block in update' activerecord (4.2.5) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' activerecord (4.2.5) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5) lib/active_record/persistence.rb:250:in `update' /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:38:in `update' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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:38: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.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 (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.3ms) 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 (45.0ms) Started PATCH "/guts/contents/meg-a-man" for ::1 at 2015-11-24 11:33:45 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"nkXAC7k9NwRw0HmndthT38Jc+aqRXbur++GK66Dk0AsjsPzi4VIit3iOOQXm+hXi5dfL1unLGRMCk8N/MNuxgQ==", "content"=>{"title"=>"meg a man", "content"=>"ww2", "metafields"=>{"cool"=>"onerr"}, "category_ids"=>["", "2"]}, "commit"=>"Update Content", "id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Unpermitted parameter: metafields  (0.1ms) begin transaction Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 2]] Guts::Category Load (0.2ms) 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]]  (0.1ms) commit transaction Completed 500 Internal Server Error in 27ms (ActiveRecord: 1.3ms) ActionView::MissingTemplate (Missing template guts/contents/update, guts/application/update with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/tyler/Development/guts/test/dummy/app/views" * "/Users/tyler/Development/guts/app/views" ): actionview (4.2.5) lib/action_view/path_set.rb:46:in `find' actionview (4.2.5) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:8: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:38: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.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 (2.7ms) 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.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (49.5ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:33:57 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.2ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (6.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.5ms) Completed 200 OK in 26ms (Views: 24.7ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:33:57 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:33:57 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:33:57 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:33:57 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:33:57 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:35:07 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (15.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (17.1ms) Completed 200 OK in 45ms (Views: 35.7ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:35:07 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:35:07 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:35:07 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:35:07 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:35:07 -0330 Started PATCH "/guts/contents/meg-a-man" for ::1 at 2015-11-24 11:35:12 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"k25mxxsN/J8CXE1imxUcF0fjgGUGzcIAvd+qnkNQE9Yum1ouQ2LpLAoCDcALN1oqYGiyGX5bYLhEreMK029yXA==", "content"=>{"title"=>"meg a man", "content"=>"ww2", "metafields"=>{"cool"=>"oneer"}, "category_ids"=>["", "2"]}, "commit"=>"Update Content", "id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Unpermitted parameter: metafields  (0.1ms) begin transaction Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 2]] Guts::Category Load (0.1ms) 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]] SQL (0.2ms) UPDATE "guts_contents" SET "metafields" = ?, "updated_at" = ? WHERE "guts_contents"."id" = ? [["metafields", "--- !ruby/hash:ActionController::Parameters\ncool: oneer\n"], ["updated_at", "2015-11-24 15:05:12.802807"], ["id", 2]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/contents/meg-a-man Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Started GET "/guts/contents/meg-a-man" for ::1 at 2015-11-24 11:35:12 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) 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 (1.2ms) Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:35:12 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:35:13 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:35:13 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:35:13 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:35:13 -0330 Started GET "/guts/contents" for ::1 at 2015-11-24 11:39:58 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (19.2ms) Completed 200 OK in 44ms (Views: 38.7ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:39:58 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:39:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:39:58 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:39:58 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:39:58 -0330 Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-24 11:40:01 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.3ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (14.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (15.9ms) Completed 200 OK in 34ms (Views: 32.0ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:40:01 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:40:01 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:40:01 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:40:01 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:40:01 -0330 Started PATCH "/guts/contents/meg-a-man" for ::1 at 2015-11-24 11:40:04 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"L+aLqyOIcfnv+scmYOyKB23KhpE4HC/XTa0xFrCJK1+SE7dCe+dkSuekh4Twzsw6SkG07UCKjW+033iCILZK1Q==", "content"=>{"title"=>"meg a man", "content"=>"ww2", "metafields"=>{"cool"=>"one"}, "category_ids"=>["", "2"]}, "commit"=>"Update Content", "id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Unpermitted parameter: metafields  (0.1ms) begin transaction Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 2]] Guts::Category Load (0.1ms) 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]] SQL (0.3ms) UPDATE "guts_contents" SET "metafields" = ?, "updated_at" = ? WHERE "guts_contents"."id" = ? [["metafields", "---\ncool: one\n"], ["updated_at", "2015-11-24 15:10:04.747813"], ["id", 2]]  (1.5ms) commit transaction Redirected to http://localhost:3000/guts/contents/meg-a-man Completed 302 Found in 11ms (ActiveRecord: 2.2ms) Started GET "/guts/contents/meg-a-man" for ::1 at 2015-11-24 11:40:04 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) 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 (1.3ms) Completed 200 OK in 20ms (Views: 18.9ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-24 11:40:04 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-24 11:40:04 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-24 11:40:04 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-24 11:40:04 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-24 11:40:04 -0330 Started GET "/guts/contents" for ::1 at 2015-11-25 00:41:16 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (2.3ms) SELECT "guts_contents".* FROM "guts_contents" Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (33.5ms) Completed 200 OK in 255ms (Views: 208.7ms | ActiveRecord: 2.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 00:41:16 -0330 Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 00:41:16 -0330 Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 00:41:16 -0330 Started GET "/guts/contents/cool-test/edit" for ::1 at 2015-11-25 00:42:21 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"cool-test"} Guts::Content Load (0.6ms) 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 (25.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (30.2ms) Completed 500 Internal Server Error in 46ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined method `each_pair' for "":String): 21: 22:
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 (6.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.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 (1.7ms) 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 (51.9ms) Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-25 00:42:24 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"meg-a-man"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (1.0ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (46.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (49.1ms) Completed 200 OK in 74ms (Views: 71.5ms | ActiveRecord: 1.7ms) Started GET "/guts/contents/cool-test/edit" for ::1 at 2015-11-25 00:42:27 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"cool-test"} Guts::Content Load (0.1ms) 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 (3.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.2ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `each_pair' for "":String): 21:
22:
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"} Guts::Content Load (0.1ms) 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"} Guts::Content Load (0.2ms) 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 (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"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "cool-test"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (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"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (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"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "cool-test"]]  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (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"} Guts::Content Load (0.6ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "cool-test"]]  (0.8ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddTypeToGutsContents (20151125043135)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "guts_contents" ADD "type" varchar SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151125043135"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  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'   (0.2ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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' ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddTypeToGutsContents (20151125043135)  (0.1ms) begin transaction  (0.5ms) 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)  (0.1ms)  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'   (0.0ms) select sqlite_version(*)  (0.3ms) CREATE UNIQUE INDEX "tindex_aguts_contents_on_slug" ON "aguts_contents" ("slug")  (0.1ms) SELECT * FROM "guts_contents"  (0.1ms) INSERT 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)  (0.1ms) 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)  (0.8ms) DROP TABLE "guts_contents"  (0.1ms) 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)  (0.1ms)  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'   (0.4ms) CREATE UNIQUE INDEX "index_guts_contents_on_slug" ON "guts_contents" ("slug")  (0.1ms) SELECT * FROM "aguts_contents"  (0.1ms) 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')  (0.0ms) 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')  (0.1ms) DROP TABLE "aguts_contents" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20151125043135"]]  (1.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'  Started GET "/guts/contents" for ::1 at 2015-11-25 01:09:51 -0330 Processing by Guts::ContentsController#index as HTML Guts::Content Load (1.5ms) SELECT "guts_contents".* FROM "guts_contents" 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 Guts::Content Load (0.2ms) 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"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "cool-test"]]  (0.2ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" 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 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGutsTypes (20151125044149)  (0.1ms) begin transaction  (0.4ms) CREATE 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)   (0.1ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_guts_types_on_content_id" ON "guts_types" ("content_id")  (0.1ms) 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'  (0.3ms) CREATE UNIQUE INDEX "index_guts_types_on_slug" ON "guts_types" ("slug") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151125044149"]]  (1.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGutsTypes (20151125044149)  (0.1ms) begin transaction  (0.1ms) 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'  (0.1ms)  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'   (0.3ms) DROP INDEX "index_guts_types_on_slug"  (0.4ms) DROP TABLE "guts_types" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20151125044149"]]  (1.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddTypeReferenceToGutsContents (20151125044500)  (0.1ms) begin transaction  (0.6ms) ALTER TABLE "guts_contents" ADD "type_id" integer  (0.1ms) select sqlite_version(*)  (0.1ms)  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'   (0.2ms) CREATE INDEX "index_guts_contents_on_type_id" ON "guts_contents" ("type_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151125044500"]]  (1.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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' ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddTypeReferenceToGutsContents (20151125044500)  (0.1ms) begin transaction  (0.6ms) 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)  (0.1ms)  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'   (0.1ms) 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'  (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "tindex_aguts_contents_on_type_id" ON "aguts_contents" ("type_id")  (0.3ms) CREATE UNIQUE INDEX "tindex_aguts_contents_on_slug" ON "aguts_contents" ("slug")  (0.1ms) SELECT * FROM "guts_contents"  (0.1ms) INSERT 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)  (0.0ms) 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)  (0.4ms) DROP TABLE "guts_contents"  (0.1ms) 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)  (0.1ms)  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'   (0.1ms) 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'  (0.5ms) CREATE UNIQUE INDEX "index_guts_contents_on_slug" ON "guts_contents" ("slug")  (0.0ms) SELECT * FROM "aguts_contents"  (0.1ms) 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')  (0.0ms) 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')  (0.1ms) DROP TABLE "aguts_contents" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20151125044500"]]  (1.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.2ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGutsTypes (20151125044535)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "guts_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (0.4ms) CREATE UNIQUE INDEX "index_guts_types_on_slug" ON "guts_types" ("slug") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151125044535"]]  (1.7ms) commit transaction Migrating to AddTypeReferenceToGutsContents (20151125044546)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "guts_contents" ADD "type_id" integer  (0.1ms) 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'  (0.2ms) CREATE INDEX "index_guts_contents_on_type_id" ON "guts_contents" ("type_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151125044546"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.2ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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 Guts::Content Load (2.1ms) SELECT "guts_contents".* FROM "guts_contents" 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"} Guts::Content Load (0.2ms) 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"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (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 Guts::Type Load (0.1ms) 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"}  (0.2ms) begin transaction SQL (0.4ms) 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"]]  (0.7ms) commit transaction 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"} Guts::Type Load (0.2ms) 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"} Guts::Type Load (0.1ms) 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 (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 Guts::Type Load (0.1ms) 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"} Guts::Type Load (0.1ms) 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 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"} Guts::Type Load (0.1ms) 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 Guts::Type Load (0.1ms) 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 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 Guts::Type Load (0.1ms) 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"} Guts::Type Load (0.2ms) 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.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 Guts::Type Load (0.1ms) 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 Guts::Type Load (0.1ms) 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 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"} Guts::Type Load (0.1ms) 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"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction 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"} Guts::Type Load (0.1ms) 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 Guts::Type Load (0.1ms) 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 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 Guts::Type Load (0.1ms) 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 Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" 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 Guts::Type Load (0.4ms) 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 Guts::Type Load (0.1ms) 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 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 Guts::Type Load (0.1ms) 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 Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" 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 Guts::Type Load (0.2ms) 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 Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" 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"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "cool-test"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" 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 Guts::Type Load (0.1ms) 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"}  (0.1ms) begin transaction Guts::Type Exists (0.2ms) SELECT 1 AS one FROM "guts_types" WHERE ("guts_types"."id" IS NOT NULL) AND "guts_types"."slug" = ? LIMIT 1 [["slug", "page"]] SQL (0.5ms) INSERT INTO "guts_types" ("title", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Page"], ["slug", "page"], ["created_at", "2015-11-25 04:52:43.513965"], ["updated_at", "2015-11-25 04:52:43.513965"]]  (0.9ms) 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"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["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"} Guts::Type Load (0.2ms) 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"} Guts::Type Load (0.1ms) 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/_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 Guts::Type Load (0.1ms) 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 Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" 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 Guts::Content Load (0.5ms) 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 Guts::Content Load (0.2ms) 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 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"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Unpermitted parameters: type_id, metafields  (0.1ms) begin transaction Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 2]] Guts::Category Load (0.1ms) 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]]  (0.1ms) commit transaction 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"} Guts::Content Load (0.1ms) 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 Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" 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"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Unpermitted parameter: metafields  (0.1ms) begin transaction Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 2]] Guts::Category Load (0.1ms) 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]] SQL (0.3ms) UPDATE "guts_contents" SET "type_id" = ?, "updated_at" = ? WHERE "guts_contents"."id" = ? [["type_id", 2], ["updated_at", "2015-11-25 04:54:14.544952"], ["id", 2]]  (1.3ms) 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"} Guts::Content Load (0.1ms) 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 (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 Guts::Content Load (0.2ms) 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"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (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 Guts::Content Load (3.4ms) SELECT "guts_contents".* FROM "guts_contents" 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 Guts::Content Load (0.1ms) 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"} Guts::Content Load (0.6ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["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 Guts::Content Load (0.1ms) 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: 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___1422512668474478897_70177703418980' 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___1422512668474478897_70177703418980' 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___1385496344664890007_70177698464420' 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 (8.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.7ms) 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.8ms) Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 22:45:07 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (54.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (56.3ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 102ms (Views: 96.6ms | ActiveRecord: 1.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 22:45:08 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 22:45:08 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 22:45:08 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 22:45:08 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 22:45:08 -0330 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-29 22:45:08 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 22:45:08 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 22:45:08 -0330 Started GET "/assets/guts/application.self-22b3bf7253c8a718f8b9783f056a03b3cfabb0fb0f9c5c8524f7c0400afbb576.js?body=1" for ::1 at 2015-11-29 22:45:08 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 22:45:08 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 22:45:08 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-29 22:46:02 -0330 Processing by Guts::ContentsController#new as HTML Completed 404 Not Found in 0ms (ActiveRecord: 0.0ms) ActiveRecord::RecordNotFound (Couldn't find Guts::Type without an ID): activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:421:in `find_with_ids' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:71:in `find' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:20:in `find' /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:52:in `get_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 (10.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 (1.9ms) 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 (50.0ms) Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 22:46:04 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (5.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (7.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 50.0ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 22:46:04 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 22:46:04 -0330 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-29 22:46:04 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 22:46:04 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 22:46:04 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 22:46:04 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 22:46:04 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 22:46:04 -0330 Started GET "/assets/guts/application.self-22b3bf7253c8a718f8b9783f056a03b3cfabb0fb0f9c5c8524f7c0400afbb576.js?body=1" for ::1 at 2015-11-29 22:46:04 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 22:46:04 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 22:46:04 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 22:52:13 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) 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/contents/_form.html.erb (1.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (2.4ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.2ms) SyntaxError (/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:39: syntax error, unexpected ')', expecting :: or '[' or '.' ...( f.submit, {class: 'button'} );@output_buffer.safe_append=' ... ^ /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:40: syntax error, unexpected keyword_end, expecting ')' '.freeze; end ^ /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:42: syntax error, unexpected keyword_ensure, expecting ')' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:44: syntax error, unexpected keyword_end, expecting ')'): /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:39: syntax error, unexpected ')', expecting :: or '[' or '.' ...( f.submit, {class: 'button'} );@output_buffer.safe_append=' ... ^ /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:40: syntax error, unexpected keyword_end, expecting ')' '.freeze; end ^ /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:42: syntax error, unexpected keyword_ensure, expecting ')' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:44: 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/new.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_contents_new_html_erb___1385496344664890007_70177698464420' 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.9ms) 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.5ms) 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 (53.6ms) Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 22:52:21 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) 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/contents/_form.html.erb (1.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (3.6ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.1ms) SyntaxError (/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:39: syntax error, unexpected ':' ...uffer.append=( f.submit {class: 'button'} );@output_buffer.s... ... ^): /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:39: syntax error, unexpected ':' ...uffer.append=( f.submit {class: 'button'} );@output_buffer.s... ... ^ 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/new.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_contents_new_html_erb___1385496344664890007_70177698464420' 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 (8.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 (3.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.3ms) 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 (54.1ms) Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 22:54:57 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (5.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (7.3ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 75ms (Views: 73.0ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 22:54:57 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 22:54:57 -0330 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-29 22:54:57 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 22:54:57 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 22:54:57 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 22:54:57 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 22:54:57 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 22:54:57 -0330 Started GET "/assets/guts/application.self-22b3bf7253c8a718f8b9783f056a03b3cfabb0fb0f9c5c8524f7c0400afbb576.js?body=1" for ::1 at 2015-11-29 22:54:57 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 22:54:57 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 22:54:57 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-11-29 22:55:01 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 44ms (Views: 42.4ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 22:55:01 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 22:55:01 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 22:55:01 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 22:55:01 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 22:55:01 -0330 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-29 22:55:01 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 22:55:01 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 22:55:01 -0330 Started GET "/assets/guts/application.self-22b3bf7253c8a718f8b9783f056a03b3cfabb0fb0f9c5c8524f7c0400afbb576.js?body=1" for ::1 at 2015-11-29 22:55:01 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 22:55:01 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 22:55:01 -0330 Started GET "/guts/contents/new" for ::1 at 2015-11-29 22:55:04 -0330 Processing by Guts::ContentsController#new as HTML Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms) ActiveRecord::RecordNotFound (Couldn't find Guts::Type without an ID): activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:421:in `find_with_ids' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:71:in `find' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:20:in `find' /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:52:in `get_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 (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 (1.9ms) 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/diagnostics.html.erb within rescues/layout (43.7ms) Started GET "/guts/contents?type=page" for ::1 at 2015-11-29 22:55:06 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (9.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 51.9ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 22:55:06 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 22:55:06 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 22:55:07 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 22:55:07 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 22:55:07 -0330 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-29 22:55:07 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 22:55:07 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 22:55:07 -0330 Started GET "/assets/guts/application.self-22b3bf7253c8a718f8b9783f056a03b3cfabb0fb0f9c5c8524f7c0400afbb576.js?body=1" for ::1 at 2015-11-29 22:55:07 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 22:55:07 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 22:55:07 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-11-29 22:55:20 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (5.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 81ms (Views: 78.3ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 22:55:20 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 22:55:20 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 22:55:20 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 22:55:20 -0330 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-29 22:55:20 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 22:55:20 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 22:55:20 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 22:55:20 -0330 Started GET "/assets/guts/application.self-22b3bf7253c8a718f8b9783f056a03b3cfabb0fb0f9c5c8524f7c0400afbb576.js?body=1" for ::1 at 2015-11-29 22:55:20 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 22:55:20 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 22:55:20 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 22:55:22 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (3.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (5.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 45.5ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 22:55:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 22:55:22 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 22:55:22 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 22:55:22 -0330 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-29 22:55:22 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 22:55:22 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 22:55:22 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 22:55:22 -0330 Started GET "/assets/guts/application.self-22b3bf7253c8a718f8b9783f056a03b3cfabb0fb0f9c5c8524f7c0400afbb576.js?body=1" for ::1 at 2015-11-29 22:55:22 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 22:55:22 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 22:55:22 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:06:11 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (8.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 56.1ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:06:11 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:06:11 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:06:11 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:06:11 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:06:11 -0330 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-29 23:06:11 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 23:06:11 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:06:11 -0330 Started GET "/assets/guts/application.self-22b3bf7253c8a718f8b9783f056a03b3cfabb0fb0f9c5c8524f7c0400afbb576.js?body=1" for ::1 at 2015-11-29 23:06:11 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:06:36 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (12.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (18.0ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 103ms (Views: 100.0ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:06:37 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:06:37 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:06:37 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:06:37 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:06:37 -0330 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-29 23:06:37 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 23:06:37 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:06:37 -0330 Started GET "/assets/guts/application.self-22b3bf7253c8a718f8b9783f056a03b3cfabb0fb0f9c5c8524f7c0400afbb576.js?body=1" for ::1 at 2015-11-29 23:06:37 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:06:48 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (7.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 106ms (Views: 102.0ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:06:48 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:06:48 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:06:48 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:06:48 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:06:48 -0330 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-29 23:06:48 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 23:06:48 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:06:48 -0330 Started GET "/assets/guts/application.self-22b3bf7253c8a718f8b9783f056a03b3cfabb0fb0f9c5c8524f7c0400afbb576.js?body=1" for ::1 at 2015-11-29 23:06:48 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:07:07 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (22.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (25.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 99ms (Views: 97.6ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:07:07 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:07:07 -0330 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-29 23:07:07 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:07:07 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:07:07 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:07:07 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 23:07:07 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:07:07 -0330 Started GET "/assets/guts/application.self-22b3bf7253c8a718f8b9783f056a03b3cfabb0fb0f9c5c8524f7c0400afbb576.js?body=1" for ::1 at 2015-11-29 23:07:07 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:07:39 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (6.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 45.5ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:07:39 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:07:39 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:07:39 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:07:39 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:07:39 -0330 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-29 23:07:39 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 23:07:39 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:07:39 -0330 Started GET "/assets/guts/application.self-22b3bf7253c8a718f8b9783f056a03b3cfabb0fb0f9c5c8524f7c0400afbb576.js?body=1" for ::1 at 2015-11-29 23:07:39 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:07:39 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:07:39 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:08:42 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) 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/contents/_form.html.erb (1.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (2.6ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.2ms) SyntaxError (/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:51: syntax error, unexpected keyword_ensure, expecting keyword_end /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:53: syntax error, unexpected end-of-input, expecting keyword_end): /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:51: syntax error, unexpected keyword_ensure, expecting keyword_end /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:53: syntax error, unexpected end-of-input, expecting keyword_end 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/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_contents_new_html_erb___1385496344664890007_70177657076320' 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.9ms) 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.9ms) 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 (50.9ms) Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:08:57 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (1.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (15.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (20.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 81ms (Views: 77.5ms | ActiveRecord: 1.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:08:58 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:08:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:08:58 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:08:58 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:08:58 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 23:08:58 -0330 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-29 23:08:58 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:08:58 -0330 Started GET "/assets/guts/application.self-22b3bf7253c8a718f8b9783f056a03b3cfabb0fb0f9c5c8524f7c0400afbb576.js?body=1" for ::1 at 2015-11-29 23:08:58 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:08:58 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:08:58 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:09:18 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (7.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 56.1ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:09:18 -0330 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-29 23:09:18 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:09:18 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:09:18 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:09:18 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:09:18 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 23:09:18 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:09:18 -0330 Started GET "/assets/guts/application.self-22b3bf7253c8a718f8b9783f056a03b3cfabb0fb0f9c5c8524f7c0400afbb576.js?body=1" for ::1 at 2015-11-29 23:09:18 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:09:32 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (9.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (12.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 94ms (Views: 90.5ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:09:32 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:09:32 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:09:32 -0330 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-29 23:09:32 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:09:32 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:09:32 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 23:09:32 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:09:32 -0330 Started GET "/assets/guts/application.self-22b3bf7253c8a718f8b9783f056a03b3cfabb0fb0f9c5c8524f7c0400afbb576.js?body=1" for ::1 at 2015-11-29 23:09:32 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:09:40 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (9.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (11.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 175ms (Views: 172.4ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:09:40 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:09:40 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:09:40 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:09:40 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:09:40 -0330 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-29 23:09:40 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 23:09:40 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:09:40 -0330 Started GET "/assets/guts/application.self-22b3bf7253c8a718f8b9783f056a03b3cfabb0fb0f9c5c8524f7c0400afbb576.js?body=1" for ::1 at 2015-11-29 23:09:40 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:09:48 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (2.6ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (23.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (26.4ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 157ms (Views: 151.4ms | ActiveRecord: 3.1ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:09:48 -0330 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-29 23:09:48 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:09:48 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:09:48 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:09:48 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:09:48 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 23:09:48 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:09:48 -0330 Started GET "/assets/guts/application.self-22b3bf7253c8a718f8b9783f056a03b3cfabb0fb0f9c5c8524f7c0400afbb576.js?body=1" for ::1 at 2015-11-29 23:09:48 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:11:43 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (5.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (9.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 89ms (Views: 87.3ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:11:43 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:11:43 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:11:43 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 23:11:43 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:11:43 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:11:43 -0330 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-29 23:11:43 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:11:43 -0330 Started GET "/assets/guts/application.self-22b3bf7253c8a718f8b9783f056a03b3cfabb0fb0f9c5c8524f7c0400afbb576.js?body=1" for ::1 at 2015-11-29 23:11:43 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:12:00 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.9ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (9.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (16.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 86ms (Views: 83.4ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:12:00 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:12:00 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:12:00 -0330 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-29 23:12:00 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:12:00 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:12:00 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 23:12:00 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:12:00 -0330 Started GET "/assets/guts/application.self-22b3bf7253c8a718f8b9783f056a03b3cfabb0fb0f9c5c8524f7c0400afbb576.js?body=1" for ::1 at 2015-11-29 23:12:00 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:12:00 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:12:00 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:12:43 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (14.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (17.8ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 145ms (Views: 141.2ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:12:43 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:12:43 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:12:43 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:12:43 -0330 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-29 23:12:43 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 23:12:43 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:12:43 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:12:43 -0330 Started GET "/assets/guts/application.self-22b3bf7253c8a718f8b9783f056a03b3cfabb0fb0f9c5c8524f7c0400afbb576.js?body=1" for ::1 at 2015-11-29 23:12:43 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:18:55 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (7.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 189ms (Views: 187.5ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:18:56 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:18:56 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:18:56 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:18:56 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:18:56 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:18:56 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 23:18:56 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:18:56 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:18:56 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:20:13 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (9.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 231ms (Views: 229.8ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:20:13 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:20:13 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:20:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:20:13 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:20:13 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:20:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:20:13 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:20:13 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 23:20:13 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:20:13 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:20:13 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:21:20 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (13.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (17.4ms) CACHE (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 108ms (Views: 103.9ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:21:21 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:21:21 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:21:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:21:21 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 23:21:21 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:21:21 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:21:21 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:21:21 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:21:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:21:21 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:21:21 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:21:31 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (11.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 86ms (Views: 84.1ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:21:31 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:21:31 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:21:31 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:21:31 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:21:31 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:21:31 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 23:21:31 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:21:31 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:21:31 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:21:31 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:21:31 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:22:14 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (11.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 70ms (Views: 68.8ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:22:14 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:22:14 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:22:14 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:22:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:22:14 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:22:14 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 23:22:14 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:22:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:22:14 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:22:14 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:22:14 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:22:14 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:22:14 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:23:19 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.6ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (17.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (21.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 95ms (Views: 90.2ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:23:20 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:23:20 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:23:20 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:23:20 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:23:20 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:23:20 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:23:20 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 23:23:20 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:23:20 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:23:20 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:23:20 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:23:20 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:23:20 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:23:29 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (9.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (11.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 56.0ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:23:29 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:23:29 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:23:29 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:23:29 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:23:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:23:29 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 23:23:29 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:23:29 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:23:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:23:29 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:23:29 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:23:30 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:23:30 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:23:40 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (13.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (16.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 123ms (Views: 120.4ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:23:40 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:23:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:23:40 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:23:40 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:23:40 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:23:40 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 23:23:40 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:23:40 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:23:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:23:40 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:23:40 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:23:40 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:23:40 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:23:45 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.7ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.3ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (16.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (20.4ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 114ms (Views: 110.3ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:23:45 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:23:45 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:23:45 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:23:45 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:23:45 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:23:45 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 23:23:45 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:23:45 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:23:45 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:23:45 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:23:45 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:23:45 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:23:45 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:23:51 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (8.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 96ms (Views: 93.6ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:23:52 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:23:52 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:23:52 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:23:52 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:23:52 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 23:23:52 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:23:52 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:23:52 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:23:52 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:23:52 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:23:52 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:23:52 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:23:52 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:23:58 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (6.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (10.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 107ms (Views: 103.2ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:23:58 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:23:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:23:58 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:23:58 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:23:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:23:58 -0330 Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-29 23:23:58 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:23:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:23:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:23:58 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:23:58 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:23:58 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:23:58 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:30:46 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (5.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (6.5ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 249ms (Views: 248.0ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:30:47 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:30:47 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:30:47 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:30:47 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:30:47 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:30:47 -0330 Started GET "/assets/guts/metafields.self-5339ff2050535fd23ab94b573df9ada8aef8fe6083a4fc696037db643c502da9.js?body=1" for ::1 at 2015-11-29 23:30:47 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:30:47 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:30:47 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:30:47 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:30:47 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:30:47 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:30:47 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:30:47 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:30:54 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (5.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 60.0ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:30:55 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:30:55 -0330 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-29 23:30:55 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:30:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:30:55 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:30:55 -0330 Started GET "/assets/guts/metafields.self-5339ff2050535fd23ab94b573df9ada8aef8fe6083a4fc696037db643c502da9.js?body=1" for ::1 at 2015-11-29 23:30:55 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:30:55 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:30:55 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:30:55 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:30:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:30:55 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:30:55 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:30:55 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:31:02 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (84.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (92.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 500 Internal Server Error in 635ms (ActiveRecord: 3.0ms) ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript'): 27:
28:
29: 30: <%= javascript_include_tag "guts/application" %> 31: 32: /Users/tyler/Development/guts/app/assets/javascripts/guts/application.js:1 sprockets (3.4.1) lib/sprockets/resolve.rb:64:in `resolve!' sprockets (3.4.1) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.4.1) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.4.1) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.4.1) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.4.1) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.4.1) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.4.1) lib/sprockets/directive_processor.rb:68:in `call' sprockets (3.4.1) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.4.1) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.4.1) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.4.1) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.4.1) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache' sprockets (3.4.1) lib/sprockets/loader.rb:44:in `load' sprockets (3.4.1) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.4.1) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.4.1) lib/sprockets/utils.rb:183:in `dfs' sprockets (3.4.1) lib/sprockets/bundle.rb:24:in `call' sprockets (3.4.1) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.4.1) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.4.1) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.4.1) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.4.1) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache' sprockets (3.4.1) lib/sprockets/loader.rb:44:in `load' sprockets (3.4.1) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.4.1) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.4.1) lib/sprockets/environment.rb:30:in `find_asset' sprockets (3.4.1) 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:137:in `block in javascript_include_tag' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `map' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag' /Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:30:in `___sers_tyler__evelopment_guts_app_views_layouts_guts_application_html_erb___3441989711625606176_70175510346880' 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 (15.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 (7.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.3ms) 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 (109.3ms) Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:31:03 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (12.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (16.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 500 Internal Server Error in 74ms (ActiveRecord: 0.9ms) ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript'): 27:
28: 29: 30: <%= javascript_include_tag "guts/application" %> 31: 32: /Users/tyler/Development/guts/app/assets/javascripts/guts/application.js:1 sprockets (3.4.1) lib/sprockets/resolve.rb:64:in `resolve!' sprockets (3.4.1) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.4.1) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.4.1) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.4.1) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.4.1) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.4.1) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.4.1) lib/sprockets/directive_processor.rb:68:in `call' sprockets (3.4.1) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.4.1) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.4.1) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.4.1) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.4.1) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache' sprockets (3.4.1) lib/sprockets/loader.rb:44:in `load' sprockets (3.4.1) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.4.1) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.4.1) lib/sprockets/utils.rb:183:in `dfs' sprockets (3.4.1) lib/sprockets/bundle.rb:24:in `call' sprockets (3.4.1) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.4.1) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.4.1) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.4.1) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.4.1) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache' sprockets (3.4.1) lib/sprockets/loader.rb:44:in `load' sprockets (3.4.1) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.4.1) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.4.1) lib/sprockets/environment.rb:30:in `find_asset' sprockets (3.4.1) 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:137:in `block in javascript_include_tag' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `map' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag' /Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:30:in `___sers_tyler__evelopment_guts_app_views_layouts_guts_application_html_erb___3441989711625606176_70175510346880' 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.9ms) 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.9ms) 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/template_error.html.erb within rescues/layout (50.1ms) Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:31:05 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (11.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 500 Internal Server Error in 57ms (ActiveRecord: 0.6ms) ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript'): 27: 28: 29: 30: <%= javascript_include_tag "guts/application" %> 31: 32: /Users/tyler/Development/guts/app/assets/javascripts/guts/application.js:1 sprockets (3.4.1) lib/sprockets/resolve.rb:64:in `resolve!' sprockets (3.4.1) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.4.1) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.4.1) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.4.1) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.4.1) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.4.1) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.4.1) lib/sprockets/directive_processor.rb:68:in `call' sprockets (3.4.1) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.4.1) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.4.1) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.4.1) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.4.1) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache' sprockets (3.4.1) lib/sprockets/loader.rb:44:in `load' sprockets (3.4.1) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.4.1) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.4.1) lib/sprockets/utils.rb:183:in `dfs' sprockets (3.4.1) lib/sprockets/bundle.rb:24:in `call' sprockets (3.4.1) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.4.1) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.4.1) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.4.1) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.4.1) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache' sprockets (3.4.1) lib/sprockets/loader.rb:44:in `load' sprockets (3.4.1) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.4.1) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.4.1) lib/sprockets/environment.rb:30:in `find_asset' sprockets (3.4.1) 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:137:in `block in javascript_include_tag' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `map' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag' /Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:30:in `___sers_tyler__evelopment_guts_app_views_layouts_guts_application_html_erb___3441989711625606176_70175510346880' 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.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 (3.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.9ms) 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 (48.5ms) Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:31:18 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (8.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (18.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (21.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 261ms (Views: 245.2ms | ActiveRecord: 8.9ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:31:18 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:31:18 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:31:18 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:31:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:31:18 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:31:18 -0330 Started GET "/assets/guts/metafields.self-5339ff2050535fd23ab94b573df9ada8aef8fe6083a4fc696037db643c502da9.js?body=1" for ::1 at 2015-11-29 23:31:18 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:31:18 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:31:18 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:31:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:31:18 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:31:18 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:31:18 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:31:37 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (5.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 123ms (Views: 121.3ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:31:37 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:31:37 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:31:37 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:31:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:31:37 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:31:37 -0330 Started GET "/assets/guts/metafields.self-067fad1541e992e7a834afba059b69e6547b06bac1d08cdcaf9876a74f93f27c.js?body=1" for ::1 at 2015-11-29 23:31:37 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:31:37 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:31:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:31:37 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:31:37 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:31:38 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:31:38 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:32:03 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (6.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 123ms (Views: 120.6ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:32:03 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:32:03 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:32:03 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:32:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:32:03 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:32:03 -0330 Started GET "/assets/guts/metafields.self-4aa34971ac6d28a2ca6c2e66268f17f9351f18f0e6d27c580f9b72d91506b478.js?body=1" for ::1 at 2015-11-29 23:32:03 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:32:03 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:32:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:32:03 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:32:03 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:32:26 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (6.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (8.3ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 49.3ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:32:27 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:32:27 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:32:27 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:32:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:32:27 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:32:27 -0330 Started GET "/assets/guts/metafields.self-067fad1541e992e7a834afba059b69e6547b06bac1d08cdcaf9876a74f93f27c.js?body=1" for ::1 at 2015-11-29 23:32:27 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:32:27 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:32:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:32:27 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:32:27 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:36:02 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (3.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (5.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 119ms (Views: 117.7ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:36:03 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:36:03 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:36:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:36:03 -0330 Started GET "/assets/guts/metafields.self-85f32c70cd103f01e8ede5a9e7a9a3685f6567acaa222fd4facd27e9a172bbd8.js?body=1" for ::1 at 2015-11-29 23:36:03 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:36:03 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:36:03 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:36:03 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:36:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:36:03 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:36:03 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:36:23 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.6ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (15.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (16.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 169ms (Views: 162.7ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:36:23 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:36:23 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:36:23 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:36:23 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:36:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:36:23 -0330 Started GET "/assets/guts/metafields.self-1b76112133c81846e0d538316ec33594c8bd083af2d9d51825f864e519b6f210.js?body=1" for ::1 at 2015-11-29 23:36:23 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:36:23 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:36:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:36:23 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:36:23 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:36:24 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:36:24 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:37:01 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (11.0ms) Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.4ms) ActionView::Template::Error (Missing partial _partials/_metafields with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/tyler/Development/guts/test/dummy/app/views" * "/Users/tyler/Development/guts/app/views" ): 55: 56: <% end %> 57: 58: <% render "_partials/metafields" %> actionview (4.2.5) lib/action_view/path_set.rb:46:in `find' actionview (4.2.5) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:294: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/_form.html.erb:58:in `___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb___3140209760178460901_70175563471380' 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:8:in `___sers_tyler__evelopment_guts_app_views_guts_contents_new_html_erb___1159163207764891138_70175506695620' 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.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 (3.5ms) 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/template_error.html.erb within rescues/layout (48.6ms) Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:38:01 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (14.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (19.3ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 98ms (Views: 87.6ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:38:02 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:38:02 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:38:02 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:38:02 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:38:02 -0330 Started GET "/assets/guts/metafields.self-1b76112133c81846e0d538316ec33594c8bd083af2d9d51825f864e519b6f210.js?body=1" for ::1 at 2015-11-29 23:38:02 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:38:02 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:38:02 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:38:02 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:38:02 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:38:02 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:38:02 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:38:02 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:38:27 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (58.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (64.8ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 476ms (Views: 417.2ms | ActiveRecord: 2.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:38:28 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:38:28 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:38:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:38:28 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:38:28 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:38:28 -0330 Started GET "/assets/guts/metafields.self-1b76112133c81846e0d538316ec33594c8bd083af2d9d51825f864e519b6f210.js?body=1" for ::1 at 2015-11-29 23:38:28 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:38:28 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:38:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:38:28 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:38:28 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:38:28 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:38:28 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:38:55 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.4ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (17.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (21.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 83ms (Views: 75.5ms | ActiveRecord: 1.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:38:56 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:38:56 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:38:56 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:38:56 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:38:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:38:56 -0330 Started GET "/assets/guts/metafields.self-1b76112133c81846e0d538316ec33594c8bd083af2d9d51825f864e519b6f210.js?body=1" for ::1 at 2015-11-29 23:38:56 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:38:56 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:38:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:38:56 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:38:56 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:38:56 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:38:56 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:39:11 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (19.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (23.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 223ms (Views: 219.2ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:39:12 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:39:12 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:39:12 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:39:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:39:12 -0330 Started GET "/assets/guts/metafields.self-1f2188c0db0bcd59df8c7da9c0da58f70d10ed933a6173f9ef6f7df985876dda.js?body=1" for ::1 at 2015-11-29 23:39:12 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:39:12 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:39:12 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:39:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:39:12 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:39:12 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:39:12 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:39:12 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:40:02 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (5.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (7.3ms) CACHE (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 149ms (Views: 147.0ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:40:02 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:40:02 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:40:02 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:40:02 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:40:02 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:40:02 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:40:02 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:40:02 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:40:02 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:40:02 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:40:02 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:40:02 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:40:02 -0330 Started POST "/guts/contents" for ::1 at 2015-11-29 23:40:29 -0330 Processing by Guts::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UjRbNllsu8m0pr8xG2aredSU5Irg7TvucyBlj3pogyvvwWffAQOuerz4/5OLRO1E8x/W9ph7mVaKUiwb6lfioQ==", "content"=>{"title"=>"A Page Good Sir!", "type_id"=>"2", "metafields"=>{"Joe"=>"Is good"}, "category_ids"=>["", "1"], "content"=>"Its sooo good."}, "commit"=>"Submit"} Unpermitted parameter: metafields Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Guts::Content Exists (0.2ms) SELECT 1 AS one FROM "guts_contents" WHERE ("guts_contents"."id" IS NOT NULL) AND "guts_contents"."slug" = ? LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Category Exists (0.2ms) SELECT 1 AS one FROM "guts_categories" WHERE ("guts_categories"."id" != 1) AND "guts_categories"."slug" = ? LIMIT 1 [["slug", "test"]] SQL (0.4ms) INSERT INTO "guts_contents" ("title", "content", "type_id", "metafields", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "A Page Good Sir!"], ["content", "Its sooo good."], ["type_id", 2], ["metafields", "---\nJoe: Is good\n"], ["slug", "a-page-good-sir"], ["created_at", "2015-11-30 03:10:30.132449"], ["updated_at", "2015-11-30 03:10:30.132449"]] SQL (0.1ms) INSERT INTO "guts_categorizations" ("category_id", "content_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["content_id", 3], ["created_at", "2015-11-30 03:10:30.135612"], ["updated_at", "2015-11-30 03:10:30.135612"]]  (0.8ms) commit transaction Redirected to http://localhost:3000/guts/contents/a-page-good-sir Completed 302 Found in 137ms (ActiveRecord: 2.0ms) Started GET "/guts/contents/a-page-good-sir" for ::1 at 2015-11-29 23:40:30 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (1.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 50.5ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:40:30 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:40:30 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:40:30 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:40:30 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:40:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:40:30 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:40:30 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:40:30 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:40:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:40:30 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:40:30 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:40:30 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:40:30 -0330 Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2015-11-29 23:40:30 -0330 Started GET "/guts/contents" for ::1 at 2015-11-29 23:40:33 -0330 Processing by Guts::ContentsController#index as HTML Completed 404 Not Found in 0ms (ActiveRecord: 0.0ms) ActiveRecord::RecordNotFound (Couldn't find Guts::Type without an ID): activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:421:in `find_with_ids' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:71:in `find' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:20:in `find' /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:52:in `get_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 (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.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 (1.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 (43.9ms) Started GET "/guts/contents?type=page" for ::1 at 2015-11-29 23:40:35 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 46.8ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:40:35 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:40:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:40:35 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:40:35 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:40:35 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:40:35 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:40:35 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:40:35 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:40:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:40:35 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:40:35 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:40:36 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:40:36 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:40:51 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.3ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 47.8ms | ActiveRecord: 0.6ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:41:16 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.9ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types"  (0.5ms) 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", 3]] Guts::Category Load (0.3ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (34.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (42.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 104ms (Views: 99.7ms | ActiveRecord: 2.0ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:41:16 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:41:16 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:41:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:41:16 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:41:16 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:41:16 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:41:16 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:41:16 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:41:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:41:16 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:41:16 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:41:17 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:41:17 -0330 Started GET "/guts/contents/a-page-good-sir/edits" for ::1 at 2015-11-29 23:42:18 -0330 ActionController::RoutingError (No route matches [GET] "/guts/contents/a-page-good-sir/edits"): 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.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) 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.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.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.0ms) 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 (85.5ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:42:43 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (25.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (28.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 101ms (Views: 70.0ms | ActiveRecord: 2.2ms) Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:42:44 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:42:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:42:44 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:42:44 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:42:44 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:42:44 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:42:44 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:42:44 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:42:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:42:44 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:42:44 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:42:44 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:42:44 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:43:55 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.5ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.3ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `title' for nil:NilClass): 1:
2:
3:

Editting <%= @type.title %>

4:
5:
6: /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_contents_edit_html_erb__2417601201829552608_70348771785020' 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 (6.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 (3.8ms) 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.9ms) 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 (51.1ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:44:15 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Completed 404 Not Found in 14ms (ActiveRecord: 0.8ms) ActiveRecord::RecordNotFound (Couldn't find Guts::Type without an ID): activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:421:in `find_with_ids' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:71:in `find' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:20:in `find' /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:52:in `get_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 (4.2ms) 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.5ms) 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 (47.0ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:44:17 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) ActiveRecord::RecordNotFound (Couldn't find Guts::Type without an ID): activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:421:in `find_with_ids' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:71:in `find' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:20:in `find' /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:52:in `get_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 (4.3ms) 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.7ms) 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.0ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:45:13 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (26.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (28.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 95ms (Views: 69.7ms | ActiveRecord: 1.9ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:45:13 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:45:13 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:45:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:45:13 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:45:13 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:45:13 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:45:13 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:45:13 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:45:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:45:13 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:45:13 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:45:14 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:45:14 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:46:25 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.8ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.4ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (18.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (21.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 80ms (Views: 72.3ms | ActiveRecord: 1.9ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:46:25 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:46:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:46:25 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:46:25 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:46:25 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:46:25 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:46:25 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:46:25 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:46:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:46:25 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:46:25 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:46:59 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (13.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (14.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 52.3ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:46:59 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:46:59 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:46:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:46:59 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:46:59 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:46:59 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:46:59 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:46:59 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:46:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:46:59 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:46:59 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:47:14 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.5ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (1.6ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (9.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 54.0ms | ActiveRecord: 2.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:47:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:47:14 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:47:14 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:47:14 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:47:14 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:47:14 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:47:14 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:47:14 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:47:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:47:14 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:47:14 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:49:14 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types"  (0.4ms) 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", 3]] Guts::Category Load (0.4ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (21.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (24.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 124ms (Views: 118.4ms | ActiveRecord: 2.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:49:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:49:15 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:49:15 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:49:15 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:49:15 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:49:15 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:49:15 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:49:15 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:49:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:49:15 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:49:15 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:50:54 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.5ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types"  (0.9ms) 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", 3]] Guts::Category Load (0.7ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (30.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (34.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 111ms (Views: 98.9ms | ActiveRecord: 3.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:50:54 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:50:54 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:50:54 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:50:54 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:50:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:50:54 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:50:54 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:50:54 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:50:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:50:54 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:50:54 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:51:04 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.4ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (19.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (22.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 113ms (Views: 105.5ms | ActiveRecord: 1.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:51:04 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:51:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:51:04 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:51:04 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:51:04 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:51:04 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:51:04 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:51:04 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:51:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:51:04 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:51:04 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:52:50 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (10.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (12.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 57.4ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:52:50 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:52:50 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:52:50 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:52:50 -0330 Started GET "/assets/guts/application.self-75d0e85085b7cc5d0fc3168e9842aaed3c42d807084c14c1b1772c5b4b0de697.css?body=1" for ::1 at 2015-11-29 23:52:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:52:50 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:52:50 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:52:50 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:52:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:52:50 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:52:50 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:52:50 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:52:50 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:53:15 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 109ms (Views: 106.9ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:53:15 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:53:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:53:15 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:53:15 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:53:15 -0330 Started GET "/assets/guts/application.self-152ddc54807acd95db553295e8d1c480dee90629aff1101f37017af42a2ab751.css?body=1" for ::1 at 2015-11-29 23:53:15 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:53:15 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:53:15 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:53:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:53:15 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:53:15 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:53:50 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 118ms (Views: 114.8ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:53:50 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:53:50 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:53:50 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:53:50 -0330 Started GET "/assets/guts/application.self-6ebe2c07755a5311a76e21bfdd4ac997c2264087b755f1408ad2322a07957fee.css?body=1" for ::1 at 2015-11-29 23:53:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:53:50 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:53:50 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:53:50 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:53:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:53:50 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:53:50 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:53:50 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:53:50 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:54:08 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (6.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (7.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 102ms (Views: 99.7ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:54:08 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:54:08 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:54:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:54:08 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:54:08 -0330 Started GET "/assets/guts/application.self-015169a09091229f040d782c8561d353482776b92b3c2ddd0ea84e7b819e8a5e.css?body=1" for ::1 at 2015-11-29 23:54:08 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:54:08 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:54:08 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:54:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:54:08 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:54:08 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:54:09 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 57.5ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:54:09 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:54:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:54:09 -0330 Started GET "/assets/guts/application.self-015169a09091229f040d782c8561d353482776b92b3c2ddd0ea84e7b819e8a5e.css?body=1" for ::1 at 2015-11-29 23:54:09 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:54:09 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:54:09 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:54:09 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:54:09 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:54:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:54:09 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:54:09 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:54:10 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 79ms (Views: 76.2ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:54:11 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:54:11 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:54:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:54:11 -0330 Started GET "/assets/guts/application.self-015169a09091229f040d782c8561d353482776b92b3c2ddd0ea84e7b819e8a5e.css?body=1" for ::1 at 2015-11-29 23:54:11 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:54:11 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:54:11 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:54:11 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:54:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:54:11 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:54:11 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:54:50 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types"  (0.7ms) 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", 3]] Guts::Category Load (0.6ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (1.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (31.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (36.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 230ms (Views: 226.1ms | ActiveRecord: 2.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:54:51 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:54:51 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:54:51 -0330 Started GET "/assets/guts/application.self-35b67578a9f787496bf7bc29c2df61b1ed33d2efb704933e7413ac33f148b5b4.css?body=1" for ::1 at 2015-11-29 23:54:51 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:54:51 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:54:51 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:54:51 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:54:51 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:54:51 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:54:51 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:54:51 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:54:51 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:54:51 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:55:06 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.5ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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", 3]] Guts::Category Load (0.6ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (16.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (20.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 132ms (Views: 124.5ms | ActiveRecord: 1.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:55:06 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:55:06 -0330 Started GET "/assets/guts/application.self-42ebe40907ef26fde6994f153d92176abbce6194a9b8e14fa5a1d7f941cd4b8a.css?body=1" for ::1 at 2015-11-29 23:55:06 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:55:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:55:06 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:55:06 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:55:06 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:55:06 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:55:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:55:06 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:55:06 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:55:28 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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", 3]] Guts::Category Load (1.7ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (24.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (28.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 226ms (Views: 219.9ms | ActiveRecord: 2.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:55:29 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:55:29 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:55:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:55:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:55:29 -0330 Started GET "/assets/guts/application.self-afd1b51c72e42e2dd125e68af8953c282da815bcab09c1d472449b6e1841c9d7.css?body=1" for ::1 at 2015-11-29 23:55:29 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:55:29 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:55:29 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:55:29 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:55:29 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:55:29 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:56:09 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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", 3]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.1ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (1.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (32.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (36.1ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 253ms (Views: 245.0ms | ActiveRecord: 1.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:56:10 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:56:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:56:10 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:56:10 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:56:10 -0330 Started GET "/assets/guts/application.self-e5b0fb0e1429b79af477b61a170092866ba6c654cad32f96efbab9e0e0af00da.css?body=1" for ::1 at 2015-11-29 23:56:10 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:56:10 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:56:10 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:56:10 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:56:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:56:10 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:56:11 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (9.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 50.4ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:56:11 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:56:11 -0330 Started GET "/assets/guts/application.self-e5b0fb0e1429b79af477b61a170092866ba6c654cad32f96efbab9e0e0af00da.css?body=1" for ::1 at 2015-11-29 23:56:11 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:56:11 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:56:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:56:11 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:56:11 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:56:11 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:56:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:56:11 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:56:11 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:56:12 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (6.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 48.3ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:56:12 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:56:12 -0330 Started GET "/assets/guts/application.self-e5b0fb0e1429b79af477b61a170092866ba6c654cad32f96efbab9e0e0af00da.css?body=1" for ::1 at 2015-11-29 23:56:12 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:56:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:56:12 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:56:12 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:56:12 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:56:12 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:56:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:56:12 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:56:12 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:56:35 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.5ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (1.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.7ms) SELECT "guts_types".* FROM "guts_types"  (0.4ms) 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", 3]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (48.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (52.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 145ms (Views: 132.9ms | ActiveRecord: 3.2ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:56:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:56:35 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:56:35 -0330 Started GET "/assets/guts/application.self-e5b0fb0e1429b79af477b61a170092866ba6c654cad32f96efbab9e0e0af00da.css?body=1" for ::1 at 2015-11-29 23:56:35 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:56:35 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:56:35 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:56:35 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:56:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:56:35 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:56:35 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:56:35 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:56:35 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:56:35 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:56:36 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 49.2ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:56:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:56:36 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:56:36 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:56:36 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:56:36 -0330 Started GET "/assets/guts/application.self-e5b0fb0e1429b79af477b61a170092866ba6c654cad32f96efbab9e0e0af00da.css?body=1" for ::1 at 2015-11-29 23:56:36 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:56:36 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:56:36 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:56:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:56:36 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:56:36 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:56:36 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:56:36 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:56:46 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.3ms) 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", 3]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (27.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (31.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 106ms (Views: 100.1ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:56:46 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:56:46 -0330 Started GET "/assets/guts/application.self-e5b0fb0e1429b79af477b61a170092866ba6c654cad32f96efbab9e0e0af00da.css?body=1" for ::1 at 2015-11-29 23:56:46 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:56:46 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:56:46 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:56:46 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:56:46 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:56:46 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:56:46 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:56:46 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:56:46 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:56:46 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:56:46 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:56:47 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 52.3ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:56:47 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:56:48 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:56:48 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:56:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:56:48 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:56:48 -0330 Started GET "/assets/guts/application.self-e5b0fb0e1429b79af477b61a170092866ba6c654cad32f96efbab9e0e0af00da.css?body=1" for ::1 at 2015-11-29 23:56:48 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:56:48 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:56:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:56:48 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:56:48 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:56:48 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:56:48 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:57:29 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.2ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (12.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (13.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 75ms (Views: 72.6ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:57:29 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:57:29 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:57:29 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:57:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:57:29 -0330 Started GET "/assets/guts/application.self-e5b0fb0e1429b79af477b61a170092866ba6c654cad32f96efbab9e0e0af00da.css?body=1" for ::1 at 2015-11-29 23:57:29 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:57:29 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:57:29 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:57:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:57:29 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:57:29 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:57:29 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:57:29 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:57:53 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (1.1ms) SELECT "guts_types".* FROM "guts_types"  (0.8ms) 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", 3]] Guts::Category Load (0.5ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.1ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (26.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (32.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 98ms (Views: 92.4ms | ActiveRecord: 3.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:57:54 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:57:54 -0330 Started GET "/assets/guts/application.self-e5b0fb0e1429b79af477b61a170092866ba6c654cad32f96efbab9e0e0af00da.css?body=1" for ::1 at 2015-11-29 23:57:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:57:54 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:57:54 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:57:54 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:57:54 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:57:54 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:57:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:57:54 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:57:54 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-29 23:57:54 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-29 23:57:54 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:58:06 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (14.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (21.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 201ms (Views: 196.2ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-29 23:58:06 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-29 23:58:06 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-29 23:58:06 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-29 23:58:06 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-29 23:58:06 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-29 23:58:06 -0330 Started GET "/assets/guts/application.self-56f4c335c8b070b6f4a42d900d38b8edbd55fdbe622a2959e55d7032dbb2c5ec.css?body=1" for ::1 at 2015-11-29 23:58:06 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-29 23:58:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-29 23:58:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-29 23:58:06 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-29 23:58:06 -0330 Started GET "/guts/contents" for ::1 at 2015-11-29 23:58:25 -0330 Processing by Guts::ContentsController#index as HTML Completed 404 Not Found in 0ms (ActiveRecord: 0.0ms) ActiveRecord::RecordNotFound (Couldn't find Guts::Type without an ID): activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:421:in `find_with_ids' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:71:in `find' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:20:in `find' /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:55:in `get_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.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 (2.5ms) 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.7ms) 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 (49.1ms) Started GET "/guts/contents?type=page" for ::1 at 2015-11-29 23:58:28 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 56.2ms | ActiveRecord: 0.5ms) Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:58:42 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (5.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (7.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 47.3ms | ActiveRecord: 0.3ms) Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:58:46 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (5.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (6.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 44.6ms | ActiveRecord: 0.4ms) Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-29 23:58:48 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (6.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (7.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 46.4ms | ActiveRecord: 0.4ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:58:55 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 61.8ms | ActiveRecord: 0.7ms) Started PATCH "/guts/contents/a-page-good-sir" for ::1 at 2015-11-29 23:58:59 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"wdgw7aj8i06sATozLXwGRfCEfXjkzeR6klB9HXSzn2N8LQwE8JOe/aRfepG9XkB41w9PBJxbRsJrIjSJ5Iz+6Q==", "content"=>{"title"=>"A Page Good Sir!", "type_id"=>"2", "category_ids"=>["", "1"], "content"=>"Its sooo good.", "metafields"=>{"Joe"=>"Is good"}}, "commit"=>"Submit", "id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Unpermitted parameter: metafields  (0.1ms) begin transaction Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 3]]  (0.1ms) commit transaction Redirected to http://localhost:3000/guts/contents/a-page-good-sir Completed 302 Found in 8ms (ActiveRecord: 0.4ms) Started GET "/guts/contents/a-page-good-sir" for ::1 at 2015-11-29 23:58:59 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (1.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 54.2ms | ActiveRecord: 0.2ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-29 23:59:32 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (19.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (20.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 84ms (Views: 65.1ms | ActiveRecord: 1.7ms) Started PATCH "/guts/contents/a-page-good-sir" for ::1 at 2015-11-29 23:59:33 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"dUpGq4TGB05kVhLLjl16u1yxL7ywhKhSqmK4O359rUzIv3pC3KkS/WwIUmkefzyGezodwMgSCupTEPGv7kLMxg==", "content"=>{"title"=>"A Page Good Sir!", "type_id"=>"2", "category_ids"=>["", "1"], "content"=>"Its sooo good.", "metafields"=>{"Joe"=>"Is good"}}, "commit"=>"Submit", "id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Unpermitted parameter: metafields  (0.1ms) begin transaction Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 3]]  (0.2ms) commit transaction Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.7ms) NoMethodError (undefined method `slug' for nil:NilClass): /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:34:in `update' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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:38: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.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.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.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 (49.7ms) Started PATCH "/guts/contents/a-page-good-sir" for ::1 at 2015-11-30 00:00:02 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"dUpGq4TGB05kVhLLjl16u1yxL7ywhKhSqmK4O359rUzIv3pC3KkS/WwIUmkefzyGezodwMgSCupTEPGv7kLMxg==", "content"=>{"title"=>"A Page Good Sir!", "type_id"=>"2", "category_ids"=>["", "1"], "content"=>"Its sooo good.", "metafields"=>{"Joe"=>"Is good"}}, "commit"=>"Submit", "id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Unpermitted parameter: metafields  (0.1ms) begin transaction Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 3]]  (0.1ms) commit transaction Completed 500 Internal Server Error in 25ms (ActiveRecord: 1.4ms) NoMethodError (undefined method `slug' for nil:NilClass): /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:34:in `update' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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:38: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 (6.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 (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.6ms) 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 (52.4ms) Started PATCH "/guts/contents/a-page-good-sir" for ::1 at 2015-11-30 00:00:16 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"dUpGq4TGB05kVhLLjl16u1yxL7ywhKhSqmK4O359rUzIv3pC3KkS/WwIUmkefzyGezodwMgSCupTEPGv7kLMxg==", "content"=>{"title"=>"A Page Good Sir!", "type_id"=>"2", "category_ids"=>["", "1"], "content"=>"Its sooo good.", "metafields"=>{"Joe"=>"Is good"}}, "commit"=>"Submit", "id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Unpermitted parameter: metafields  (0.1ms) begin transaction Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 3]]  (0.1ms) commit transaction Redirected to http://localhost:3000/guts/contents?type=page Completed 302 Found in 31ms (ActiveRecord: 1.6ms) Started GET "/guts/contents?type=page" for ::1 at 2015-11-30 00:00:16 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (3.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 46.6ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-30 00:00:16 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-30 00:00:16 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-30 00:00:16 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-30 00:00:16 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-30 00:00:16 -0330 Started GET "/assets/guts/application.self-56f4c335c8b070b6f4a42d900d38b8edbd55fdbe622a2959e55d7032dbb2c5ec.css?body=1" for ::1 at 2015-11-30 00:00:16 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-30 00:00:16 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-30 00:00:16 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-30 00:00:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-30 00:00:16 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-30 00:00:16 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-30 00:00:22 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 55.7ms | ActiveRecord: 0.6ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-30 00:00:43 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (22.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (24.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 110ms (Views: 78.9ms | ActiveRecord: 3.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-30 00:00:43 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-30 00:00:43 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-30 00:00:43 -0330 Started GET "/assets/guts/application.self-56f4c335c8b070b6f4a42d900d38b8edbd55fdbe622a2959e55d7032dbb2c5ec.css?body=1" for ::1 at 2015-11-30 00:00:43 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-30 00:00:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-30 00:00:43 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-30 00:00:43 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-30 00:00:43 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-30 00:00:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-30 00:00:43 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-30 00:00:43 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-30 00:01:54 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.3ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 46.9ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-30 00:01:54 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-30 00:01:54 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-30 00:01:54 -0330 Started GET "/assets/guts/application.self-56f4c335c8b070b6f4a42d900d38b8edbd55fdbe622a2959e55d7032dbb2c5ec.css?body=1" for ::1 at 2015-11-30 00:01:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-30 00:01:54 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-30 00:01:54 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-30 00:01:54 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-30 00:01:54 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-30 00:01:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-30 00:01:54 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-30 00:01:54 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-30 00:02:36 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (37.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (42.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 146ms (Views: 138.2ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-30 00:02:37 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-30 00:02:37 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-30 00:02:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-30 00:02:37 -0330 Started GET "/assets/guts/application.self-56f4c335c8b070b6f4a42d900d38b8edbd55fdbe622a2959e55d7032dbb2c5ec.css?body=1" for ::1 at 2015-11-30 00:02:37 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-30 00:02:37 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-30 00:02:37 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-30 00:02:37 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-30 00:02:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-30 00:02:37 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-30 00:02:37 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-30 00:02:43 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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", 3]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.1ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (22.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (24.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 132ms (Views: 125.5ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-30 00:02:44 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-30 00:02:44 -0330 Started GET "/assets/guts/application.self-56f4c335c8b070b6f4a42d900d38b8edbd55fdbe622a2959e55d7032dbb2c5ec.css?body=1" for ::1 at 2015-11-30 00:02:44 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-30 00:02:44 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-30 00:02:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-30 00:02:44 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-30 00:02:44 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-30 00:02:44 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-30 00:02:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-30 00:02:44 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-30 00:02:44 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-30 00:03:15 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 50.9ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-30 00:03:15 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-30 00:03:15 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-30 00:03:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-30 00:03:15 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-30 00:03:15 -0330 Started GET "/assets/guts/application.self-56f4c335c8b070b6f4a42d900d38b8edbd55fdbe622a2959e55d7032dbb2c5ec.css?body=1" for ::1 at 2015-11-30 00:03:15 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-30 00:03:15 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-30 00:03:15 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-30 00:03:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-30 00:03:15 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-30 00:03:15 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-30 00:03:43 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (1.8ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (17.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (23.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 148ms (Views: 126.4ms | ActiveRecord: 2.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-30 00:03:43 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-30 00:03:43 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-30 00:03:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-30 00:03:43 -0330 Started GET "/assets/guts/application.self-56f4c335c8b070b6f4a42d900d38b8edbd55fdbe622a2959e55d7032dbb2c5ec.css?body=1" for ::1 at 2015-11-30 00:03:43 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-30 00:03:43 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-30 00:03:43 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-30 00:03:43 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-30 00:03:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-30 00:03:43 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-30 00:03:43 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-30 00:03:43 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-30 00:03:43 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-30 00:03:52 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.5ms) 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", 3]] Guts::Category Load (0.7ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (21.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (28.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 106ms (Views: 95.0ms | ActiveRecord: 2.2ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-30 00:03:52 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-30 00:03:52 -0330 Started GET "/assets/guts/metafields.self-eafb9e330144035605814d8cb08e7ec15c43a9007bd06e6e98c7db091a423628.js?body=1" for ::1 at 2015-11-30 00:03:52 -0330 Started GET "/assets/guts/application.self-56f4c335c8b070b6f4a42d900d38b8edbd55fdbe622a2959e55d7032dbb2c5ec.css?body=1" for ::1 at 2015-11-30 00:03:52 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-30 00:03:52 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-30 00:03:52 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-30 00:03:52 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-30 00:03:52 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-30 00:03:52 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-30 00:03:52 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-30 00:03:52 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-11-30 00:04:23 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 47.5ms | ActiveRecord: 0.6ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-30 00:04:32 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 48.7ms | ActiveRecord: 0.5ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-30 00:08:40 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 128ms (Views: 125.3ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-30 00:08:40 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-30 00:08:40 -0330 Started GET "/assets/guts/metafields.self-295e1eaf403450946c058fc3a797908b46b7ac934830c3aa2f452af1c0e0f22e.js?body=1" for ::1 at 2015-11-30 00:08:40 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-30 00:08:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-30 00:08:40 -0330 Started GET "/assets/guts/application.self-56f4c335c8b070b6f4a42d900d38b8edbd55fdbe622a2959e55d7032dbb2c5ec.css?body=1" for ::1 at 2015-11-30 00:08:40 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-30 00:08:40 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-30 00:08:40 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-30 00:08:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-30 00:08:40 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-30 00:08:40 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-30 00:09:18 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.7ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.5ms) 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", 3]] Guts::Category Load (0.3ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (18.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (22.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 144ms (Views: 134.1ms | ActiveRecord: 1.9ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-30 00:09:18 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-30 00:09:18 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-30 00:09:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-30 00:09:18 -0330 Started GET "/assets/guts/metafields.self-295e1eaf403450946c058fc3a797908b46b7ac934830c3aa2f452af1c0e0f22e.js?body=1" for ::1 at 2015-11-30 00:09:18 -0330 Started GET "/assets/guts/application.self-56f4c335c8b070b6f4a42d900d38b8edbd55fdbe622a2959e55d7032dbb2c5ec.css?body=1" for ::1 at 2015-11-30 00:09:18 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-30 00:09:18 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-30 00:09:18 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-30 00:09:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-30 00:09:18 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-30 00:09:18 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-11-30 00:09:18 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-11-30 00:09:18 -0330 Started PATCH "/guts/contents/a-page-good-sir" for ::1 at 2015-11-30 00:09:36 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"OBsWlNT25B+dRyi4+4Xt7Xy9Lp/5W7qGrvBp6WU3mSCF7ip9jJnxrJUZaBprp6vQWzYc44HNGD5XgiB99Qj4qg==", "content"=>{"title"=>"A Page Good Sir!", "type_id"=>"2", "category_ids"=>["", "1"], "content"=>"Its sooo good."}, "commit"=>"Submit", "id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 3]]  (0.0ms) rollback transaction Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.7ms) NoMethodError (undefined method `to_hash' for nil:NilClass): /Users/tyler/Development/guts/app/models/guts/content.rb:17:in `serialize_to_hash' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting' 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_save_callbacks' activerecord (4.2.5) lib/active_record/callbacks.rb:302:in `create_or_update' activerecord (4.2.5) lib/active_record/persistence.rb:120:in `save' activerecord (4.2.5) lib/active_record/validations.rb:37:in `save' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:21:in `save' activerecord (4.2.5) lib/active_record/transactions.rb:286:in `block (2 levels) in save' activerecord (4.2.5) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction' activerecord (4.2.5) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5) lib/active_record/transactions.rb:286:in `block in save' activerecord (4.2.5) lib/active_record/transactions.rb:301:in `rollback_active_record_state!' activerecord (4.2.5) lib/active_record/transactions.rb:285:in `save' activerecord (4.2.5) lib/active_record/persistence.rb:252:in `block in update' activerecord (4.2.5) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' activerecord (4.2.5) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5) lib/active_record/persistence.rb:250:in `update' /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:33:in `update' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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:38: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 (6.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 (3.8ms) 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/diagnostics.html.erb within rescues/layout (53.4ms) Started PATCH "/guts/contents/a-page-good-sir" for ::1 at 2015-11-30 00:10:27 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"OBsWlNT25B+dRyi4+4Xt7Xy9Lp/5W7qGrvBp6WU3mSCF7ip9jJnxrJUZaBprp6vQWzYc44HNGD5XgiB99Qj4qg==", "content"=>{"title"=>"A Page Good Sir!", "type_id"=>"2", "category_ids"=>["", "1"], "content"=>"Its sooo good."}, "commit"=>"Submit", "id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) begin transaction Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 3]] SQL (0.3ms) UPDATE "guts_contents" SET "metafields" = ?, "updated_at" = ? WHERE "guts_contents"."id" = ? [["metafields", "--- {}\n"], ["updated_at", "2015-11-30 03:40:27.582204"], ["id", 3]]  (1.4ms) commit transaction Redirected to http://localhost:3000/guts/contents?type=page Completed 302 Found in 34ms (ActiveRecord: 3.3ms) Started GET "/guts/contents?type=page" for ::1 at 2015-11-30 00:10:27 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 42.9ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-30 00:10:27 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-30 00:10:27 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-30 00:10:27 -0330 Started GET "/assets/guts/metafields.self-295e1eaf403450946c058fc3a797908b46b7ac934830c3aa2f452af1c0e0f22e.js?body=1" for ::1 at 2015-11-30 00:10:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-30 00:10:27 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-30 00:10:27 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-30 00:10:27 -0330 Started GET "/assets/guts/application.self-56f4c335c8b070b6f4a42d900d38b8edbd55fdbe622a2959e55d7032dbb2c5ec.css?body=1" for ::1 at 2015-11-30 00:10:27 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-30 00:10:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-30 00:10:27 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-30 00:10:27 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-30 00:10:29 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 56.9ms | ActiveRecord: 0.6ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-30 00:10:54 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.7ms) SELECT "guts_types".* FROM "guts_types"  (0.5ms) 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", 3]] Guts::Category Load (0.3ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.2ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (35.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (41.4ms) Completed 500 Internal Server Error in 59ms (ActiveRecord: 2.0ms) ActionView::Template::Error (undefined method `metafiels' for #): 45:
46: <%= f.label :metafields %> 47:
48: <% if @content.metafields && @content.metafiels.size > 0 %> 49: <%= f.fields_for :metafields, OpenStruct.new(@content.metafields) do |builder| %> 50: <% @content.metafields.each do |key, value| %> 51:
activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:48:in `block in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb___3057880050332850809_70348795664140' 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___3057880050332850809_70348795664140' 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:8:in `___sers_tyler__evelopment_guts_app_views_guts_contents_edit_html_erb__2417601201829552608_70348771785020' 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 (8.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.9ms) 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/template_error.html.erb within rescues/layout (58.3ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-30 00:11:01 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (11.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (13.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 59.2ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-30 00:11:01 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-30 00:11:01 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-30 00:11:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-30 00:11:01 -0330 Started GET "/assets/guts/application.self-56f4c335c8b070b6f4a42d900d38b8edbd55fdbe622a2959e55d7032dbb2c5ec.css?body=1" for ::1 at 2015-11-30 00:11:01 -0330 Started GET "/assets/guts/metafields.self-295e1eaf403450946c058fc3a797908b46b7ac934830c3aa2f452af1c0e0f22e.js?body=1" for ::1 at 2015-11-30 00:11:01 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-30 00:11:01 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-30 00:11:01 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-30 00:11:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-30 00:11:01 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-30 00:11:01 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-11-30 00:11:07 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 42.9ms | ActiveRecord: 0.4ms) Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-30 00:11:08 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (5.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (6.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 60.2ms | ActiveRecord: 0.8ms) Started GET "/guts/contents?type=page" for ::1 at 2015-11-30 00:11:21 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.9ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (8.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 173ms (Views: 162.1ms | ActiveRecord: 1.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-30 00:11:21 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-30 00:11:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-30 00:11:21 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-30 00:11:21 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-30 00:11:21 -0330 Started GET "/assets/guts/application.self-56f4c335c8b070b6f4a42d900d38b8edbd55fdbe622a2959e55d7032dbb2c5ec.css?body=1" for ::1 at 2015-11-30 00:11:21 -0330 Started GET "/assets/guts/metafields.self-295e1eaf403450946c058fc3a797908b46b7ac934830c3aa2f452af1c0e0f22e.js?body=1" for ::1 at 2015-11-30 00:11:21 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-30 00:11:21 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-30 00:11:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-30 00:11:21 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-30 00:11:21 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-30 00:11:22 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (6.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (9.4ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `empty?' for nil:NilClass): 45:
46: <%= f.label :metafields %> 47:
48: <% unless @content.metafields.empty? %> 49: <%= f.fields_for :metafields, OpenStruct.new(@content.metafields) do |builder| %> 50: <% @content.metafields.each do |key, value| %> 51:
/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:48:in `block in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb___3057880050332850809_70348768948620' 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___3057880050332850809_70348768948620' 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:8:in `___sers_tyler__evelopment_guts_app_views_guts_contents_new_html_erb___1539183168436743429_70348809220200' 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 (6.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 (5.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.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 (54.9ms) Started GET "/guts/contents/new?type=page" for ::1 at 2015-11-30 00:11:30 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (8.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 47.5ms | ActiveRecord: 0.3ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-30 00:11:32 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (6.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 56.0ms | ActiveRecord: 0.6ms) Started PATCH "/guts/contents/a-page-good-sir" for ::1 at 2015-11-30 00:11:42 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"H+071bi1Rz4raSjdiJbVSeliZcLzQWkzRhBWTI2SRiaiGAc84NpSjSM3aH8YtJN0zulXvovXy4u/Yh/YHa0nrA==", "content"=>{"title"=>"A Page Good Sir!", "type_id"=>"2", "category_ids"=>["", "1"], "content"=>"Its sooo good.", "metafields"=>{"Good"=>"Yes"}}, "commit"=>"Submit", "id"=>"a-page-good-sir"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Unpermitted parameter: metafields  (0.1ms) begin transaction Guts::Category Load (0.3ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 3]] SQL (0.3ms) UPDATE "guts_contents" SET "metafields" = ?, "updated_at" = ? WHERE "guts_contents"."id" = ? [["metafields", "---\nGood: 'Yes'\n"], ["updated_at", "2015-11-30 03:41:42.311375"], ["id", 3]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/contents?type=page Completed 302 Found in 15ms (ActiveRecord: 2.0ms) Started GET "/guts/contents?type=page" for ::1 at 2015-11-30 00:11:42 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 54.3ms | ActiveRecord: 0.4ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-11-30 00:11:44 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/partials/_metafields.html.erb (0.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 45.0ms | ActiveRecord: 0.5ms) Started GET "/guts/contents?type=page" for ::1 at 2015-11-30 00:24:37 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.8ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Completed 500 Internal Server Error in 72ms (ActiveRecord: 3.7ms) NameError (uninitialized constant Guts::Configuration): /Users/tyler/Development/guts/lib/guts/engine.rb:4:in `setup' /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (4.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.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 (12.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 (60.8ms) Started GET "/guts/contents?type=page" for ::1 at 2015-11-30 00:24:59 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms) NameError (uninitialized constant Guts::Configuration): /Users/tyler/Development/guts/lib/guts/engine.rb:4:in `setup' /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (5.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 (2.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 (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 (60.0ms) Started GET "/guts/contents?type=page" for ::1 at 2015-11-30 00:25:01 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms) NameError (uninitialized constant Guts::Configuration): /Users/tyler/Development/guts/lib/guts/engine.rb:4:in `setup' /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (5.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 (1.8ms) 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/diagnostics.html.erb within rescues/layout (47.9ms) Started GET "/guts/contents?type=page" for ::1 at 2015-11-30 00:25:11 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (1.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (28.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 560ms (Views: 498.3ms | ActiveRecord: 4.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-30 00:25:11 -0330 Started GET "/assets/guts/metafields.self-295e1eaf403450946c058fc3a797908b46b7ac934830c3aa2f452af1c0e0f22e.js?body=1" for ::1 at 2015-11-30 00:25:11 -0330 Started GET "/assets/guts/application.self-56f4c335c8b070b6f4a42d900d38b8edbd55fdbe622a2959e55d7032dbb2c5ec.css?body=1" for ::1 at 2015-11-30 00:25:12 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-30 00:25:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-30 00:25:12 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-30 00:25:12 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-30 00:25:12 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-30 00:25:12 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-30 00:25:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-30 00:25:12 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-30 00:25:12 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-11-30 00:25:45 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.8ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (8.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 82ms (Views: 67.8ms | ActiveRecord: 1.9ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-11-30 00:25:45 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-30 00:25:45 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-11-30 00:25:45 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-30 00:25:45 -0330 Started GET "/assets/guts/application.self-56f4c335c8b070b6f4a42d900d38b8edbd55fdbe622a2959e55d7032dbb2c5ec.css?body=1" for ::1 at 2015-11-30 00:25:45 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-11-30 00:25:45 -0330 Started GET "/assets/guts/metafields.self-295e1eaf403450946c058fc3a797908b46b7ac934830c3aa2f452af1c0e0f22e.js?body=1" for ::1 at 2015-11-30 00:25:45 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-30 00:25:45 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-11-30 00:25:45 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-11-30 00:25:45 -0330 Started GET "/assets/guts/application.self-2db85b7cda3878c07af2445fe99e2bf946e72b66c791dba1adaf550552e2a4ea.js?body=1" for ::1 at 2015-11-30 00:25:45 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-11-30 00:25:49 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) 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/contents/index.html.erb within layouts/guts/application (5.3ms) Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.8ms) ActionView::Template::Error (undefined method `each' for nil:NilClass): 19:
20: 21: 22: <% @contents.each do |content| %> 23: 24: 25: 35: 36: 40: actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `edit_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:37:in `block in ___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb__2833292200480785675_70319481698080' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:32:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb__2833292200480785675_70319481698080' 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 (6.3ms) 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.7ms) 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/template_error.html.erb within rescues/layout (45.9ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:26:27 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (13.5ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `edit_content_metafields_path' for #<#:0x007fe90c1b9b60>): 34: 35: 36: 40: actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `edit_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:37:in `block in ___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb__2833292200480785675_70319453609940' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:32:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb__2833292200480785675_70319453609940' 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.3ms) 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.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.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 (46.8ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:26:38 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.8ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.3ms) ActionView::Template::Error (No route matches {:action=>"edit", :content_id=>#, :controller=>"guts/metafields", :fieldable_type=>"Guts::Content", :id=>nil} missing required keys: [:id]): 34: 35: 36: 40: actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `edit_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:37:in `block in ___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb__2833292200480785675_70319487702900' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:32:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb__2833292200480785675_70319487702900' 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 (6.3ms) 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.8ms) 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/template_error.html.erb within rescues/layout (45.4ms) Started GET "/guts/ff" for ::1 at 2015-12-06 23:26:45 -0330 ActionController::RoutingError (No route matches [GET] "/guts/ff"): 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 (0.7ms) 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.5ms) 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.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 (88.3ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:27:15 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 49.9ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:27:15 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:27:15 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:27:15 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:27:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:27:15 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:27:15 -0330 Started GET "/assets/guts/application.self-8ea1009dcfc2913521794a07548998cb7bd45bd0621da81f4dc4406f5ec1f530.css?body=1" for ::1 at 2015-12-06 23:27:15 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:27:15 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:27:15 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:27:15 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:27:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:27:15 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:27:15 -0330 Started GET "/guts/contents/a-page-good-sir/metafields/2/edit" for ::1 at 2015-12-06 23:27:18 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (2.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (4.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 46.1ms | ActiveRecord: 0.4ms) Started GET "/guts/contents/a-page-good-sir/metafields/2/edit" for ::1 at 2015-12-06 23:27:25 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (1.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 45.1ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:27:25 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:27:25 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:27:25 -0330 Started GET "/assets/guts/application.self-8ea1009dcfc2913521794a07548998cb7bd45bd0621da81f4dc4406f5ec1f530.css?body=1" for ::1 at 2015-12-06 23:27:25 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:27:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:27:25 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:27:25 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:27:25 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:27:25 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:27:25 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:27:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:27:25 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:27:25 -0330 Started GET "/guts/contents/a-page-good-sir/metafields/2/edit" for ::1 at 2015-12-06 23:27:53 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]] Completed 500 Internal Server Error in 21ms (ActiveRecord: 1.5ms) StandardError ({"id":2,"key":"TEST","value":"123","fieldable_id":3,"fieldable_type":null,"created_at":"2015-12-07T02:55:53.876Z","updated_at":"2015-12-07T02:55:53.876Z"}): /Users/tyler/Development/guts/app/controllers/guts/metafields_controller.rb:30:in `edit' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (4.3ms) 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.9ms) 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 (47.7ms) Started GET "/guts/contents/a-page-good-sir/metafields/2/edit" for ::1 at 2015-12-06 23:28:09 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (4.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (6.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 84ms (Views: 68.2ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:28:09 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:28:09 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:28:09 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:28:09 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:28:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:28:09 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:28:09 -0330 Started GET "/assets/guts/application.self-8ea1009dcfc2913521794a07548998cb7bd45bd0621da81f4dc4406f5ec1f530.css?body=1" for ::1 at 2015-12-06 23:28:09 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:28:09 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:28:09 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:28:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:28:09 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:28:09 -0330 Started GET "/guts/contents/a-page-good-sir/metafields/new" for ::1 at 2015-12-06 23:28:13 -0330 Processing by Guts::MetafieldsController#new as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (2.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/new.html.erb within layouts/guts/application (3.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 47.0ms | ActiveRecord: 0.2ms) Started GET "/guts/contents/a-page-good-sir/metafields/2/edit" for ::1 at 2015-12-06 23:29:15 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (2.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (3.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 46.4ms | ActiveRecord: 0.3ms) Started PATCH "/guts/contents/a-page-good-sir/metafields/2" for ::1 at 2015-12-06 23:29:28 -0330 Processing by Guts::MetafieldsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5YmaBclXJjg14ESG9FiNj65VnAgpkmHa+d2vaJd+/eh3ARwPQNaFy4EHExN/P8940BYkGDyAFJ2dyzrnZ+uoSw==", "metafield"=>{"key"=>"TEST", "value"=>"We are shipping on these days:\r\n1. 93093\r\n2. 393903\r\n3. 3903093", "fieldable_id"=>"3"}, "commit"=>"Update Metafield", "fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (1.2ms) UPDATE "guts_metafields" SET "value" = ?, "updated_at" = ? WHERE "guts_metafields"."id" = ? [["value", "We are shipping on these days:\r\n1. 93093\r\n2. 393903\r\n3. 3903093"], ["updated_at", "2015-12-07 02:59:28.458728"], ["id", 2]]  (2.5ms) commit transaction Redirected to http://localhost:3000/guts/contents/a-page-good-sir/metafields Completed 302 Found in 12ms (ActiveRecord: 4.0ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:29:28 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (1.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 73ms (Views: 70.0ms | ActiveRecord: 0.5ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:32:17 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.4ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (7.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 64.6ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:32:18 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:32:18 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:32:18 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:32:18 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:32:18 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:32:18 -0330 Started GET "/assets/guts/application.self-8ea1009dcfc2913521794a07548998cb7bd45bd0621da81f4dc4406f5ec1f530.css?body=1" for ::1 at 2015-12-06 23:32:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:32:18 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:32:18 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:32:18 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:32:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:32:18 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:32:18 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-06 23:32:18 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-06 23:32:18 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-06 23:32:18 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:32:32 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.3ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 49.2ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:32:32 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:32:32 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:32:32 -0330 Started GET "/assets/guts/application.self-8ea1009dcfc2913521794a07548998cb7bd45bd0621da81f4dc4406f5ec1f530.css?body=1" for ::1 at 2015-12-06 23:32:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:32:32 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:32:32 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:32:32 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:32:32 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:32:32 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:32:32 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:32:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:32:32 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:32:32 -0330 Started GET "/guts/contents/a-page-good-sir/metafields/2/edit" for ::1 at 2015-12-06 23:32:40 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (2.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (4.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 55.7ms | ActiveRecord: 0.3ms) Started PATCH "/guts/contents/a-page-good-sir/metafields/2" for ::1 at 2015-12-06 23:33:00 -0330 Processing by Guts::MetafieldsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZOelI5+ri5js+ystia9SrE+Kh8J++aNviXC+cD6IUVf2byMpFiooa1gcfLgCyBBbMck/0mvr1ijtZiv/zh0E9A==", "metafield"=>{"key"=>"TEST", "value"=>"We are shipping on these days:\r\n1. YES\r\n2. 393903\r\n3. 3903093", "fieldable_id"=>"3"}, "commit"=>"Update Metafield", "fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.7ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "guts_metafields" SET "value" = ?, "updated_at" = ? WHERE "guts_metafields"."id" = ? [["value", "We are shipping on these days:\r\n1. YES\r\n2. 393903\r\n3. 3903093"], ["updated_at", "2015-12-07 03:03:01.006241"], ["id", 2]]  (1.3ms) commit transaction Redirected to http://localhost:3000/guts/contents/a-page-good-sir/metafields Completed 302 Found in 10ms (ActiveRecord: 2.6ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:33:01 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (1.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 55.8ms | ActiveRecord: 0.5ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:33:16 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (2.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 49.1ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:33:16 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:33:16 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:33:16 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:33:16 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:33:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:33:16 -0330 Started GET "/assets/guts/application.self-8ea1009dcfc2913521794a07548998cb7bd45bd0621da81f4dc4406f5ec1f530.css?body=1" for ::1 at 2015-12-06 23:33:16 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:33:16 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:33:16 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:33:16 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:33:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:33:16 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:33:16 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:33:58 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (12.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 57.6ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:33:58 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:33:58 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:33:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:33:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:33:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:33:58 -0330 Started GET "/assets/guts/application.self-8ea1009dcfc2913521794a07548998cb7bd45bd0621da81f4dc4406f5ec1f530.css?body=1" for ::1 at 2015-12-06 23:33:58 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:33:58 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:33:58 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:33:58 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:33:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:33:58 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:33:58 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-06 23:33:58 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-06 23:33:59 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-06 23:33:59 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:34:14 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (2.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 44.4ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:34:14 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:34:14 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:34:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:34:14 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:34:14 -0330 Started GET "/assets/guts/application.self-8ea1009dcfc2913521794a07548998cb7bd45bd0621da81f4dc4406f5ec1f530.css?body=1" for ::1 at 2015-12-06 23:34:14 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:34:14 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:34:14 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:34:14 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:34:14 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:34:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:34:14 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:34:14 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:34:37 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (2.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 44.9ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:34:37 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:34:37 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:34:37 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:34:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:34:37 -0330 Started GET "/assets/guts/application.self-8ea1009dcfc2913521794a07548998cb7bd45bd0621da81f4dc4406f5ec1f530.css?body=1" for ::1 at 2015-12-06 23:34:37 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:34:37 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:34:37 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:34:37 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:34:37 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:34:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:34:37 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:34:37 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:38:58 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 45.4ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:38:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:38:58 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:38:58 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:38:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:38:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:38:58 -0330 Started GET "/assets/guts/application.self-8ea1009dcfc2913521794a07548998cb7bd45bd0621da81f4dc4406f5ec1f530.css?body=1" for ::1 at 2015-12-06 23:38:58 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:38:58 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:38:58 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:38:58 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:38:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:38:58 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:38:58 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-06 23:38:58 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-06 23:38:58 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:39:50 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 121ms (Views: 119.3ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:39:50 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:39:50 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:39:50 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:39:50 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:39:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:39:50 -0330 Started GET "/assets/guts/application.self-ffe3ced4a05d1d139bc56451e0691050f18da80f7e49876d9d29f3e278f57605.css?body=1" for ::1 at 2015-12-06 23:39:50 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:39:50 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:39:50 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:39:50 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:39:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:39:50 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:39:50 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:39:52 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.5ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (5.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 49.9ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:39:52 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:39:52 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:39:52 -0330 Started GET "/assets/guts/application.self-ffe3ced4a05d1d139bc56451e0691050f18da80f7e49876d9d29f3e278f57605.css?body=1" for ::1 at 2015-12-06 23:39:52 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:39:52 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:39:52 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:39:52 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:39:52 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:39:52 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:39:52 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:39:52 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:39:52 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:39:52 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:43:14 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (6.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 53.9ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:43:14 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:43:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:43:14 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:43:14 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:43:14 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:43:14 -0330 Started GET "/assets/guts/application.self-ffe3ced4a05d1d139bc56451e0691050f18da80f7e49876d9d29f3e278f57605.css?body=1" for ::1 at 2015-12-06 23:43:14 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:43:14 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:43:14 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:43:14 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:43:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:43:14 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:43:14 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-06 23:43:14 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-06 23:43:14 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:43:28 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (5.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 56.8ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:43:29 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:43:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:43:29 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:43:29 -0330 Started GET "/assets/guts/application.self-ffe3ced4a05d1d139bc56451e0691050f18da80f7e49876d9d29f3e278f57605.css?body=1" for ::1 at 2015-12-06 23:43:29 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:43:29 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:43:29 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:43:29 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:43:29 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:43:29 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:43:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:43:29 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:43:29 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:43:34 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 48.9ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:43:34 -0330 Started GET "/assets/guts/application.self-ffe3ced4a05d1d139bc56451e0691050f18da80f7e49876d9d29f3e278f57605.css?body=1" for ::1 at 2015-12-06 23:43:34 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:43:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:43:34 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:43:34 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:43:34 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:43:34 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:43:34 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:43:34 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:43:34 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:43:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:43:34 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:43:34 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:43:36 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 56.6ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:43:36 -0330 Started GET "/assets/guts/application.self-ffe3ced4a05d1d139bc56451e0691050f18da80f7e49876d9d29f3e278f57605.css?body=1" for ::1 at 2015-12-06 23:43:36 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:43:36 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:43:36 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:43:36 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:43:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:43:36 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:43:36 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:43:36 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:43:36 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:43:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:43:36 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:43:36 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:43:55 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 50.2ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:43:55 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:43:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:43:55 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:43:55 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:43:55 -0330 Started GET "/assets/guts/application.self-ffe3ced4a05d1d139bc56451e0691050f18da80f7e49876d9d29f3e278f57605.css?body=1" for ::1 at 2015-12-06 23:43:55 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:43:55 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:43:55 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:43:55 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:43:55 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:43:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:43:55 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:43:55 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:44:22 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 46.5ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:44:22 -0330 Started GET "/assets/guts/application.self-ffe3ced4a05d1d139bc56451e0691050f18da80f7e49876d9d29f3e278f57605.css?body=1" for ::1 at 2015-12-06 23:44:22 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:44:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:44:22 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:44:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:44:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:44:22 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:44:22 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:44:22 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:44:22 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:44:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:44:22 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:44:22 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:45:23 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 110ms (Views: 107.4ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:45:23 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:45:23 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:45:23 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:45:23 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:45:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:45:23 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-06 23:45:23 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:45:23 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:45:23 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:45:23 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:45:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:45:23 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:45:23 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-06 23:45:24 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-06 23:45:24 -0330 Started GET "/guts/contents/a-page-good-sir/metafields/create" for ::1 at 2015-12-06 23:46:00 -0330 Processing by Guts::MetafieldsController#show as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"create"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/show.html.erb within layouts/guts/application (0.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 73ms (Views: 61.8ms | ActiveRecord: 1.1ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:46:55 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (7.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 50.4ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:46:55 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:46:55 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:46:55 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:46:55 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:46:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:46:55 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-06 23:46:55 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:46:55 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:46:55 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:46:55 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:46:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:46:55 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:46:55 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:47:06 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 48.0ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:47:06 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:47:06 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:47:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:47:06 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:47:06 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-06 23:47:06 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:47:06 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:47:06 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:47:06 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:47:06 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:47:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:47:06 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:47:06 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:47:12 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (4.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 57.4ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:47:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:47:12 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:47:12 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-06 23:47:12 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:47:12 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:47:12 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:47:12 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:47:12 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:47:12 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:47:12 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:47:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:47:12 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:47:12 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:47:33 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 45.2ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:47:33 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:47:33 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:47:33 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:47:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:47:33 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-06 23:47:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:47:33 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:47:33 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:47:33 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:47:33 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:47:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:47:33 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:47:33 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:47:49 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (4.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 58.9ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:47:49 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:47:49 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:47:49 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:47:49 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:47:49 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-06 23:47:49 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:47:49 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:47:49 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:47:49 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:47:49 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:47:49 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:47:49 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:47:49 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:48:00 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 51.8ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:48:00 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:48:00 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:48:00 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:48:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:48:00 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-06 23:48:00 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:48:00 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:48:00 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:48:00 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:48:00 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:48:00 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:48:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:48:00 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:49:00 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (5.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 48.7ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:49:01 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:49:01 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:49:01 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:49:01 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:49:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:49:01 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-06 23:49:01 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:49:01 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:49:01 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:49:01 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:49:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:49:01 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:49:01 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:49:14 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (13.6ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `new_content_edit_path' for #<#:0x007fe910301c30>): 2:
3:

Metafields

4: <%= link_to "New Metafield", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "New Metafield", new_polymorphic_path([@object, :edit]), class: "button" %> 6:
7: 8: actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `new_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb__2833292200480785675_70319487844400' 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 (6.3ms) 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.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 (1.8ms) 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 (53.3ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:49:29 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (14.6ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `content_edit_path' for #<#:0x007fe911083778>): 2:
3:

Metafields

4: <%= link_to "New Metafield", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "New Metafield", polymorphic_path([@object, :edit]), class: "button" %> 6:
7: 8: actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb__2833292200480785675_70319494924140' 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 (9.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.6ms) 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 (55.2ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:49:38 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.4ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (13.6ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.7ms) ActionView::Template::Error (undefined method `content_edit_path' for #<#:0x007fe91002f868>): 2:
3:

Metafields

4: <%= link_to "New Metafield", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "New Metafield", polymorphic_path([@object, :edit]), class: "button" %> 6:
7: 8: actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb__2833292200480785675_70319494924140' 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 (6.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 (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.3ms) 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 (49.8ms) Started GET "/guts/contenw" for ::1 at 2015-12-06 23:49:40 -0330 ActionController::RoutingError (No route matches [GET] "/guts/contenw"): 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 (0.7ms) 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.6ms) 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.5ms) 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/routing_error.html.erb within rescues/layout (88.2ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:50:29 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (14.4ms) Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `content_edit_path' for #<#:0x007fe90c2f4228>): 2:
3:

Metafields

4: <%= link_to "New Metafield", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "New Metafield", url_for([@object, :edit]), class: "button" %> 6:
7: 8: actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/routing_url_for.rb:100:in `url_for' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb__2833292200480785675_70319454253520' 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 (5.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.8ms) 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/template_error.html.erb within rescues/layout (47.6ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:50:41 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (4.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 58.8ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:50:41 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:50:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:50:41 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:50:41 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:50:41 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:50:41 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:50:41 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-06 23:50:41 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:50:41 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:50:41 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:50:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:50:41 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:50:41 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:50:54 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 48.6ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:50:54 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:50:54 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:50:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:50:54 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-06 23:50:54 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:50:54 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:50:54 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:50:54 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:50:54 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:50:54 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:50:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:50:54 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:50:54 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:50:59 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 47.9ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:50:59 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:50:59 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:50:59 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:50:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:50:59 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-06 23:50:59 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:50:59 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:50:59 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:50:59 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:50:59 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:50:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:50:59 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:50:59 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:51:27 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 46.0ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:51:27 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:51:27 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-06 23:51:27 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:51:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:51:27 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:51:27 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:51:27 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:51:27 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:51:27 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:51:27 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:51:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:51:27 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:51:27 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-06 23:51:28 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-06 23:51:28 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-06 23:51:37 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (3.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 49.2ms | ActiveRecord: 0.6ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-06 23:51:38 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.2ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (44.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (46.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 109ms (Views: 96.8ms | ActiveRecord: 1.6ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:51:53 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 55.7ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:51:54 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:51:54 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-06 23:51:54 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:51:54 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:51:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:51:54 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:51:54 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:51:54 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:51:54 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:51:54 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:51:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:51:54 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:51:54 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-06 23:53:38 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 47.5ms | ActiveRecord: 0.5ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-06 23:53:55 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 43ms (Views: 41.0ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:53:56 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:53:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:53:56 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:53:56 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:53:56 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-06 23:53:56 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:53:56 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:53:56 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:53:56 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:53:56 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:53:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:53:56 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:53:56 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-06 23:53:58 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 60.0ms | ActiveRecord: 0.7ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:53:58 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.5ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 51.2ms | ActiveRecord: 0.6ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:54:00 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 48.2ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:54:00 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:54:00 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-06 23:54:00 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:54:00 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:54:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:54:00 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:54:00 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:54:00 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:54:00 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:54:00 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:54:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:54:00 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:54:00 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-06 23:54:04 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 59.7ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:54:04 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-06 23:54:04 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:54:04 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:54:04 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:54:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:54:04 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:54:04 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:54:04 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:54:04 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:54:04 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:54:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:54:04 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:54:04 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:54:39 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.3ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 48.5ms | ActiveRecord: 0.7ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:54:55 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (2.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 45.0ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:54:55 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:54:55 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:54:55 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:54:55 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:54:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:54:55 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-06 23:54:55 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:54:55 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:54:55 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:54:55 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:54:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:54:55 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:54:55 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-06 23:54:56 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (10.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (12.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 69ms (Views: 66.7ms | ActiveRecord: 0.8ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:55:00 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 49.2ms | ActiveRecord: 0.4ms) Started GET "/guts/contents/a-page-good-sir/metafields/2/edit" for ::1 at 2015-12-06 23:55:02 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (1.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 51.8ms | ActiveRecord: 0.3ms) Started GET "/guts/contents/a-page-good-sir/metafields/new" for ::1 at 2015-12-06 23:56:53 -0330 Processing by Guts::MetafieldsController#new as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (2.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/new.html.erb within layouts/guts/application (4.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 47.9ms | ActiveRecord: 0.2ms) Started GET "/guts/contents/a-page-good-sir/metafields/new" for ::1 at 2015-12-06 23:57:09 -0330 Processing by Guts::MetafieldsController#new as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (4.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/new.html.erb within layouts/guts/application (5.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 56.0ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:57:09 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:57:09 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:57:09 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:57:09 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:57:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:57:09 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-06 23:57:09 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:57:09 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:57:09 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:57:09 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:57:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:57:09 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:57:09 -0330 Started GET "/guts/contents/a-page-good-sir/metafields/new" for ::1 at 2015-12-06 23:57:17 -0330 Processing by Guts::MetafieldsController#new as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (4.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/new.html.erb within layouts/guts/application (6.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 50.3ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:57:17 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:57:17 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:57:17 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:57:17 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-06 23:57:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:57:17 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:57:17 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:57:17 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:57:17 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:57:17 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:57:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:57:17 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:57:17 -0330 Started POST "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:57:21 -0330 Processing by Guts::MetafieldsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"CrnO1unIqeVofNrlkGubRwK3Xam1Z6mzzyKPWm1Qo9WYMUjcYEkKFtybjXAbDNmwfPTluaB13PSrNBrVncX2dg==", "metafield"=>{"key"=>"x", "value"=>"8", "fieldable_id"=>"3", "fieldable_type"=>"SHIT STOREM"}, "commit"=>"Create Metafield", "fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "guts_metafields" ("key", "value", "fieldable_id", "fieldable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["key", "x"], ["value", "8"], ["fieldable_id", 3], ["fieldable_type", "SHIT STOREM"], ["created_at", "2015-12-07 03:27:21.009714"], ["updated_at", "2015-12-07 03:27:21.009714"]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/contents/a-page-good-sir/metafields Completed 302 Found in 4ms (ActiveRecord: 1.1ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:57:21 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 47.0ms | ActiveRecord: 0.4ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:57:35 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 48.7ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:57:35 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:57:36 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-06 23:57:36 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:57:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:57:36 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:57:36 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:57:36 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:57:36 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:57:36 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:57:36 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:57:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:57:36 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:57:36 -0330 Started GET "/guts/contents/a-page-good-sir/metafields/2/edit" for ::1 at 2015-12-06 23:57:37 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (2.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (3.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 48.2ms | ActiveRecord: 0.3ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-06 23:57:57 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 49.4ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:57:58 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:57:58 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:57:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:57:58 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-06 23:57:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:57:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:57:58 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:57:58 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:57:58 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:57:58 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:57:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:57:58 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:57:58 -0330 Started GET "/guts/contents/a-page-good-sir/metafields/new" for ::1 at 2015-12-06 23:57:58 -0330 Processing by Guts::MetafieldsController#new as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (0.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/new.html.erb within layouts/guts/application (2.0ms) Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.1ms) SyntaxError (/Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb:28: syntax error, unexpected '>' /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb:32: unknown regexp options - dv /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb:33: unterminated string meets end of file /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb:33: syntax error, unexpected end-of-input, expecting ')'): /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb:28: syntax error, unexpected '>' /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb:32: unknown regexp options - dv /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb:33: unterminated string meets end of file /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb:33: syntax error, unexpected end-of-input, 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/metafields/new.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_new_html_erb__2169328271285451774_70319448846000' 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 (15.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 (2.9ms) 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 (55.4ms) Started GET "/guts/contents/a-page-good-sir/metafields/new" for ::1 at 2015-12-06 23:58:13 -0330 Processing by Guts::MetafieldsController#new as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (4.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/new.html.erb within layouts/guts/application (7.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 53.2ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:58:13 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:58:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:58:13 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:58:13 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:58:13 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-06 23:58:13 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:58:13 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:58:13 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:58:13 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:58:13 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:58:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:58:13 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:58:13 -0330 Started GET "/guts/contents/a-page-good-sir/metafields/new" for ::1 at 2015-12-06 23:58:31 -0330 Processing by Guts::MetafieldsController#new as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (6.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/new.html.erb within layouts/guts/application (8.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 49.4ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-06 23:58:32 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-06 23:58:32 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-06 23:58:32 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-06 23:58:32 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-06 23:58:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-06 23:58:32 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-06 23:58:32 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-06 23:58:32 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-06 23:58:32 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-06 23:58:32 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-06 23:58:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-06 23:58:32 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-06 23:58:32 -0330 Started GET "/guts/contents/a-page-good-sir/metafields/new" for ::1 at 2015-12-07 00:00:09 -0330 Processing by Guts::MetafieldsController#new as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (2.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/new.html.erb within layouts/guts/application (4.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 60.7ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-07 00:00:09 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-07 00:00:09 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-07 00:00:09 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-07 00:00:09 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-07 00:00:09 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-07 00:00:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-07 00:00:09 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-07 00:00:09 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-07 00:00:09 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-07 00:00:09 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-07 00:00:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-07 00:00:09 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-07 00:00:09 -0330 Started GET "/guts/contents/a-page-good-sir/metafields/new" for ::1 at 2015-12-07 00:00:58 -0330 Processing by Guts::MetafieldsController#new as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (1.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/new.html.erb within layouts/guts/application (4.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 46.1ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-07 00:00:58 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-07 00:00:58 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-07 00:00:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-07 00:00:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-07 00:00:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-07 00:00:58 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-07 00:00:58 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-07 00:00:58 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-07 00:00:58 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-07 00:00:58 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-07 00:00:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-07 00:00:58 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-07 00:00:58 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-07 00:01:04 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 44.7ms | ActiveRecord: 0.6ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-07 00:01:05 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (6.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 57.7ms | ActiveRecord: 0.6ms) Started GET "/guts/contents/a-page-good-sir/metafields/new" for ::1 at 2015-12-07 00:01:27 -0330 Processing by Guts::MetafieldsController#new as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (3.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/new.html.erb within layouts/guts/application (4.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 47.5ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-07 00:01:28 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-07 00:01:28 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-07 00:01:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-07 00:01:28 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-07 00:01:28 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-07 00:01:28 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-07 00:01:28 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-07 00:01:28 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-07 00:01:28 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-07 00:01:28 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-07 00:01:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-07 00:01:28 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-07 00:01:28 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-07 00:01:28 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-07 00:01:28 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-07 00:01:34 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 46.3ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-07 00:01:34 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-07 00:01:34 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-07 00:01:34 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-07 00:01:34 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-07 00:01:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-07 00:01:34 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-07 00:01:34 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-07 00:01:34 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-07 00:01:34 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-07 00:01:34 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-07 00:01:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-07 00:01:34 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-07 00:01:34 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-07 00:01:34 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-07 00:01:34 -0330 Started GET "/guts/contents/a-page-good-sir/metafields/2/edit" for ::1 at 2015-12-07 00:01:59 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (1.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (3.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 49.8ms | ActiveRecord: 0.3ms) Started GET "/guts/contents/a-page-good-sir/metafields/2/edit" for ::1 at 2015-12-07 00:02:05 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (1.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (3.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 46.6ms | ActiveRecord: 0.3ms) Started GET "/guts/contents/a-page-good-sir/metafields/2/edit" for ::1 at 2015-12-07 00:02:44 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (1.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (4.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 54.7ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-07 00:02:44 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-07 00:02:44 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-07 00:02:44 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-07 00:02:44 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-07 00:02:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-07 00:02:44 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-07 00:02:44 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-07 00:02:44 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-07 00:02:44 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-07 00:02:44 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-07 00:02:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-07 00:02:44 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-07 00:02:44 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-07 00:02:51 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 57.4ms | ActiveRecord: 0.8ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-07 00:03:14 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (6.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 500 Internal Server Error in 46ms (ActiveRecord: 0.7ms) ActionView::Template::Error (undefined method `pluralize' for 2:Fixnum): 11: 17: actionview (4.2.5) lib/action_view/helpers/text_helper.rb:219:in `pluralize' /Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:14:in `block in ___sers_tyler__evelopment_guts_app_views_layouts_guts_application_html_erb__3802548848627808174_70319481810600' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:13:in `___sers_tyler__evelopment_guts_app_views_layouts_guts_application_html_erb__3802548848627808174_70319481810600' 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 (6.2ms) 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.1ms) 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.8ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-07 00:03:36 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 54.1ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-07 00:03:36 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-07 00:03:36 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-07 00:03:36 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-07 00:03:36 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-07 00:03:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-07 00:03:36 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-07 00:03:36 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-07 00:03:36 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-07 00:03:36 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-07 00:03:36 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-07 00:03:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-07 00:03:36 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-07 00:03:36 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-07 00:03:39 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 52.2ms | ActiveRecord: 0.4ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-07 00:03:49 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (6.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (7.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 48.7ms | ActiveRecord: 0.6ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-07 00:03:56 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (2.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 47.7ms | ActiveRecord: 0.4ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-07 10:13:44 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (6.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 81ms (Views: 70.4ms | ActiveRecord: 0.9ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-07 10:13:46 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (11.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (14.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 81ms (Views: 76.8ms | ActiveRecord: 0.8ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-07 10:13:49 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (5.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 72ms (Views: 69.8ms | ActiveRecord: 0.7ms) Started GET "/guts/contents/a-page-good-sir/metafields/2/edit" for ::1 at 2015-12-07 10:13:51 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (1.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (3.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 49.2ms | ActiveRecord: 0.4ms) Started GET "/guts/contents/a-page-good-sir/files" for ::1 at 2015-12-07 10:14:31 -0330 Processing by Guts::FilesController#index as HTML Parameters: {"fieldable_type"=>"Content", "content_id"=>"a-page-good-sir"} Guts::File Load (0.6ms) SELECT "guts_files".* FROM "guts_files" Rendered /Users/tyler/Development/guts/app/views/guts/files/index.html.erb within layouts/guts/application (15.5ms) Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.8ms) ActionView::Template::Error (undefined method `extension' for #): 20: <% @files.each do |file| %> 21:
22: 23: 24: 25: 26: activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/views/guts/files/index.html.erb:23:in `block in ___sers_tyler__evelopment_guts_app_views_guts_files_index_html_erb__1157790252065855601_70319498387320' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/files/index.html.erb:20:in `___sers_tyler__evelopment_guts_app_views_guts_files_index_html_erb__1157790252065855601_70319498387320' 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.3ms) 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.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.3ms) 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 (59.6ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-08 22:06:33 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (34.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 517ms (Views: 449.5ms | ActiveRecord: 3.2ms) Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 22:06:34 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 22:06:34 -0330 Started GET "/guts/contents/a-page-good-sir/metafields/2/edit" for ::1 at 2015-12-08 22:06:36 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (25.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (31.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 107ms (Views: 102.0ms | ActiveRecord: 0.5ms) Started GET "/guts/contents/a-page-good-sir/metafields/2" for ::1 at 2015-12-08 22:09:51 -0330 Processing by Guts::MetafieldsController#show as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/show.html.erb within layouts/guts/application (4.2ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `key' for nil:NilClass): 8:
9:

10: Key 11: <%= @metafield.key %> 12:

13:
14: /Users/tyler/Development/guts/app/views/guts/metafields/show.html.erb:11:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_show_html_erb__1969286327436379159_70116014548480' 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 (6.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.9ms) 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.9ms) 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 (53.1ms) Started GET "/guts/contents/a-page-good-sir/metafields/2" for ::1 at 2015-12-08 22:10:21 -0330 Processing by Guts::MetafieldsController#show as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/show.html.erb within layouts/guts/application (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 88ms (Views: 67.2ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 22:10:21 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 22:10:21 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 22:10:21 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 22:10:21 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 22:10:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 22:10:21 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 22:10:21 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 22:10:21 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 22:10:21 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 22:10:21 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 22:10:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 22:10:21 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 22:10:21 -0330 Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2015-12-08 22:10:21 -0330 Started GET "/guts/contents/a-page-good-sir/metafields/2" for ::1 at 2015-12-08 22:10:27 -0330 Processing by Guts::MetafieldsController#show as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/show.html.erb within layouts/guts/application (0.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 53.6ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 22:10:27 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 22:10:27 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 22:10:27 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 22:10:27 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 22:10:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 22:10:27 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 22:10:27 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 22:10:27 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 22:10:27 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 22:10:27 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 22:10:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 22:10:27 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 22:10:27 -0330 Started GET "/guts/contents/a-page-good-sir/metafields/2" for ::1 at 2015-12-08 22:12:23 -0330 Processing by Guts::MetafieldsController#show as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/show.html.erb within layouts/guts/application (0.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 82ms (Views: 64.1ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 22:12:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 22:12:23 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 22:12:23 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 22:12:23 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 22:12:23 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 22:12:23 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 22:12:23 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 22:12:23 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 22:12:23 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 22:12:23 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 22:12:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 22:12:23 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 22:12:23 -0330 Started GET "/guts/contents/a-page-good-sir/metafields/2" for ::1 at 2015-12-08 22:14:03 -0330 Processing by Guts::MetafieldsController#show as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/show.html.erb within layouts/guts/application (1.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 44.3ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 22:14:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 22:14:03 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 22:14:03 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 22:14:03 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 22:14:03 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 22:14:03 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 22:14:03 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 22:14:03 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 22:14:03 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 22:14:03 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 22:14:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 22:14:03 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 22:14:03 -0330 Started GET "/guts/contents/a-page-good-sir/metafields/2" for ::1 at 2015-12-08 22:14:15 -0330 Processing by Guts::MetafieldsController#show as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/show.html.erb within layouts/guts/application (0.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 46.5ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 22:14:15 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 22:14:15 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 22:14:15 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 22:14:15 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 22:14:15 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 22:14:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 22:14:15 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 22:14:15 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 22:14:15 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 22:14:15 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 22:14:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 22:14:15 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 22:14:15 -0330 Started GET "/guts/contents/a-page-good-sir/metafields/2" for ::1 at 2015-12-08 22:14:55 -0330 Processing by Guts::MetafieldsController#show as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/show.html.erb within layouts/guts/application (1.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 44ms (Views: 41.8ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 22:14:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 22:14:55 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 22:14:55 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 22:14:55 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 22:14:55 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 22:14:55 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 22:14:55 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 22:14:55 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 22:14:55 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 22:14:55 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 22:14:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 22:14:55 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 22:14:55 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-08 22:15:10 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 45.0ms | ActiveRecord: 0.5ms) Started GET "/guts/contents/a-page-good-sir/metafields/2/edit" for ::1 at 2015-12-08 22:15:24 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (1.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (3.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 48.9ms | ActiveRecord: 0.3ms) Started GET "/guts/contents/a-page-good-sir/metafields/2/edit" for ::1 at 2015-12-08 22:15:40 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (2.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (5.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 50.3ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 22:15:41 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 22:15:41 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 22:15:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 22:15:41 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 22:15:41 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 22:15:41 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 22:15:41 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 22:15:41 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 22:15:41 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 22:15:41 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 22:15:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 22:15:41 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 22:15:41 -0330 Started GET "/guts/contents/a-page-good-sir/metafields/2/edit" for ::1 at 2015-12-08 22:15:59 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (2.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (4.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 48.7ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 22:15:59 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 22:15:59 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 22:15:59 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 22:15:59 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 22:15:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 22:15:59 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 22:15:59 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 22:15:59 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 22:15:59 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 22:15:59 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 22:15:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 22:15:59 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 22:15:59 -0330 Started GET "/guts/contents/a-page-good-sir/metafields/2/edit" for ::1 at 2015-12-08 22:16:04 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (2.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (4.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 49.1ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 22:16:04 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 22:16:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 22:16:04 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 22:16:04 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 22:16:04 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 22:16:04 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 22:16:04 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 22:16:04 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 22:16:04 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 22:16:04 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 22:16:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 22:16:04 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 22:16:04 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 22:16:08 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 55.5ms | ActiveRecord: 0.5ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 22:16:09 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.2ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (41.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (43.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 108ms (Views: 94.6ms | ActiveRecord: 1.5ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-08 22:16:10 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (4.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 54.2ms | ActiveRecord: 0.5ms) Started GET "/guts/contents/a-page-good-sir/metafields/2/edit" for ::1 at 2015-12-08 22:16:13 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir", "id"=>"2"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (2.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (5.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 51.5ms | ActiveRecord: 0.4ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-08 22:16:15 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (2.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 56.9ms | ActiveRecord: 0.5ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 22:16:33 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 42.8ms | ActiveRecord: 0.5ms) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddVisibleToGutsContent (20151209015158)  (0.1ms) begin transaction  (0.5ms) ALTER TABLE "guts_contents" ADD "visible" boolean DEFAULT 't' SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151209015158"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.2ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_guts_files_on_filable_type_and_filable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_files_on_filable_type_and_filable_id' AND type='index'  (0.1ms)  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'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_guts_metafields_on_fieldable_type_and_fieldable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_metafields_on_fieldable_type_and_fieldable_id' AND type='index'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_guts_files_on_filable_type_and_filable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_files_on_filable_type_and_filable_id' AND type='index'  (0.1ms)  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'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_guts_metafields_on_fieldable_type_and_fieldable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_metafields_on_fieldable_type_and_fieldable_id' AND type='index'  (0.2ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddVisibleToGutsContent (20151209015526)  (0.1ms) begin transaction  (0.5ms) CREATE TEMPORARY TABLE "aguts_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar, "type_id" integer, "visible" boolean DEFAULT 't')   (0.1ms) 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'  (0.1ms)  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'   (0.3ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "tindex_aguts_contents_on_type_id" ON "aguts_contents" ("type_id")  (0.4ms) CREATE UNIQUE INDEX "tindex_aguts_contents_on_slug" ON "aguts_contents" ("slug")  (0.1ms) SELECT * FROM "guts_contents"  (0.1ms) INSERT INTO "aguts_contents" ("id","title","tags","content","created_at","updated_at","slug","type_id","visible") VALUES (1, 'Cool testio', NULL, 'Yay', '2015-11-24 04:30:18.323140', '2015-11-24 06:06:33.575083', 'cool-test', NULL, 't')  (0.1ms) INSERT INTO "aguts_contents" ("id","title","tags","content","created_at","updated_at","slug","type_id","visible") VALUES (3, 'A Page Good Sir!', NULL, 'Its sooo good.', '2015-11-30 03:10:30.132449', '2015-12-02 02:44:41.627316', 'a-page-good-sir', 2, 't')  (0.3ms) DROP TABLE "guts_contents"  (0.1ms) CREATE TABLE "guts_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar, "type_id" integer, "visible" boolean DEFAULT 1)   (0.1ms) 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'  (0.1ms)  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'   (0.3ms) CREATE UNIQUE INDEX "index_guts_contents_on_slug" ON "guts_contents" ("slug")  (0.0ms)  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'   (0.1ms) CREATE INDEX "index_guts_contents_on_type_id" ON "guts_contents" ("type_id")  (0.1ms) SELECT * FROM "aguts_contents"  (0.0ms) INSERT INTO "guts_contents" ("id","title","tags","content","created_at","updated_at","slug","type_id","visible") VALUES (1, 'Cool testio', NULL, 'Yay', '2015-11-24 04:30:18.323140', '2015-11-24 06:06:33.575083', 'cool-test', NULL, 't')  (0.0ms) INSERT INTO "guts_contents" ("id","title","tags","content","created_at","updated_at","slug","type_id","visible") VALUES (3, 'A Page Good Sir!', NULL, 'Its sooo good.', '2015-11-30 03:10:30.132449', '2015-12-02 02:44:41.627316', 'a-page-good-sir', 2, 't')  (0.1ms) DROP TABLE "aguts_contents" SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151209015526"]]  (1.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_guts_files_on_filable_type_and_filable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_files_on_filable_type_and_filable_id' AND type='index'   (0.1ms) 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'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_guts_metafields_on_fieldable_type_and_fieldable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_metafields_on_fieldable_type_and_fieldable_id' AND type='index'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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/a-page-good-sir/edit" for ::1 at 2015-12-08 22:27:31 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (22.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (23.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 89ms (Views: 71.5ms | ActiveRecord: 2.2ms) Started GET "/guts/contents/a-page-good-sir/update" for ::1 at 2015-12-08 22:27:34 -0330 ActionController::RoutingError (No route matches [GET] "/guts/contents/a-page-good-sir/update"): 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 (0.8ms) 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.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 (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 (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 (87.4ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:03:59 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.6ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.2ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (94.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (98.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 201ms (Views: 180.5ms | ActiveRecord: 1.9ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:04:00 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:04:00 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:04:00 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:04:00 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:04:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:04:00 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:04:00 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 23:04:00 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:04:00 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:04:00 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:04:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:04:00 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:04:00 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:04:09 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (10.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 60.2ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:04:09 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 23:04:09 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:04:09 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:04:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:04:09 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:04:09 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:04:09 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:04:09 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:04:09 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:04:09 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:04:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:04:09 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:04:09 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:04:39 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (13.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (15.0ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.7ms) ActionView::Template::Error (undefined method `empty?' for nil:NilClass): 49:
50:
51: <%= f.label :visible %> 52: <%= f.select :visible %> 53:
54:
55: actionview (4.2.5) lib/action_view/helpers/tags/select.rb:36:in `grouped_choices?' actionview (4.2.5) lib/action_view/helpers/tags/select.rb:20:in `render' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:163:in `select' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:777:in `select' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:52:in `block in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb__4191366536508502607_70116008892980' 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__4191366536508502607_70116008892980' 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:8:in `___sers_tyler__evelopment_guts_app_views_guts_contents_edit_html_erb__2556390849964814_70116030798200' 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 (8.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 (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.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.9ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:05:53 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (9.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 56.7ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:05:53 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:05:53 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:05:53 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:05:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:05:53 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:05:53 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:05:53 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 23:05:53 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:05:53 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:05:53 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:05:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:05:53 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:05:53 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:06:28 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (24.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (26.1ms) Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined method `select_tag' for #): 49:
50:
51: <%= f.label :visible %> 52: <%= f.select_tag :visible, [["Visible", 1], ["Hidden", 0]] %> 53:
54:
55: /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:52:in `block in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb__4191366536508502607_70116015982380' 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__4191366536508502607_70116015982380' 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:8:in `___sers_tyler__evelopment_guts_app_views_guts_contents_edit_html_erb__2556390849964814_70116030798200' 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 (6.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 (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 (1.1ms) 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 (46.6ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:07:10 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (25.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (27.0ms) Completed 500 Internal Server Error in 33ms (ActiveRecord: 0.7ms) ActionView::Template::Error (undefined method `option_for_select' for #<#:0x007f8a4ced3220>): 49:
50:
51: <%= f.label :visible %> 52: <%= f.select :visible, option_for_select([["Visible", 1], ["Hidden", 0]]) %> 53:
54:
55: /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:52:in `block in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb__4191366536508502607_70115977258180' 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__4191366536508502607_70115977258180' 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:8:in `___sers_tyler__evelopment_guts_app_views_guts_contents_edit_html_erb__2556390849964814_70116030798200' 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.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 (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 (1.1ms) 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 (51.1ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:07:17 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 51.5ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:07:17 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:07:17 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:07:17 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:07:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:07:17 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 23:07:17 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:07:17 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:07:17 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:07:17 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:07:18 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:07:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:07:18 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:07:18 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:07:18 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:07:18 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:07:34 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 53.1ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:07:34 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:07:34 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 23:07:34 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:07:34 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:07:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:07:34 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:07:34 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:07:34 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:07:34 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:07:34 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:07:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:07:34 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:07:34 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:07:34 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:07:34 -0330 Started PATCH "/guts/contents/a-page-good-sir" for ::1 at 2015-12-08 23:08:06 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"tGpx7pZIf3PJzrTU/fFFxy+TTiPQgFAn8zuygIcC/lEm4vfkH8ncgH0p40F2lgcwUdD2M8WSJWCXLScPd5er8g==", "commit"=>"Save Page", "content"=>{"title"=>"A Page Good Sir!", "type_id"=>"2", "category_ids"=>["", "1"], "content"=>"Its sooo good.", "visible"=>"0"}, "id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Unpermitted parameter: visible  (0.2ms) begin transaction Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.3ms) 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", 3]]  (0.1ms) commit transaction Redirected to http://localhost:3000/guts/contents?type=page Completed 302 Found in 12ms (ActiveRecord: 1.2ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:08:06 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.5ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (3.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 70ms (Views: 66.7ms | ActiveRecord: 0.9ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:08:09 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 58.8ms | ActiveRecord: 0.6ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:08:33 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.2ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (33.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (35.3ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 104ms (Views: 82.5ms | ActiveRecord: 2.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:08:33 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:08:33 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:08:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:08:33 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:08:33 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 23:08:33 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:08:33 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:08:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:08:33 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:08:33 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:08:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:08:33 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:08:33 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:08:33 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:08:33 -0330 Started PATCH "/guts/contents/a-page-good-sir" for ::1 at 2015-12-08 23:08:36 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"3CBRDqIy1X1GcuQbPpOl9m2ndN3myqO8MkoJQMfWbRdOqNcEK7N2jvKVs4619OcBE+TMzfPY1vtWXJzPN0M4tA==", "commit"=>"Save Page", "content"=>{"title"=>"A Page Good Sir!", "type_id"=>"2", "category_ids"=>["", "1"], "content"=>"Its sooo good.", "visible"=>"0"}, "id"=>"a-page-good-sir"} Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 3]] SQL (1.3ms) UPDATE "guts_contents" SET "visible" = ?, "updated_at" = ? WHERE "guts_contents"."id" = ? [["visible", "f"], ["updated_at", "2015-12-09 02:38:36.027428"], ["id", 3]]  (0.8ms) commit transaction Redirected to http://localhost:3000/guts/contents?type=page Completed 302 Found in 13ms (ActiveRecord: 2.9ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:08:36 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (3.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 72ms (Views: 69.8ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:08:36 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:08:36 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 23:08:36 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:08:36 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:08:36 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:08:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:08:36 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:08:36 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:08:36 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:08:36 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:08:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:08:36 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:08:36 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:08:36 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:08:36 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:08:37 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 57.0ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:08:38 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:08:38 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:08:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:08:38 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 23:08:38 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:08:38 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:08:38 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:08:38 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:08:38 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:08:38 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:08:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:08:38 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:08:38 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:08:38 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:08:38 -0330 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddVisibleToGutsContent (20151209023939)  (0.1ms) begin transaction  (0.5ms) CREATE TEMPORARY TABLE "aguts_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar, "type_id" integer, "visible" boolean DEFAULT '1')   (0.1ms) 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'  (0.1ms)  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'   (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "tindex_aguts_contents_on_type_id" ON "aguts_contents" ("type_id")  (0.3ms) CREATE UNIQUE INDEX "tindex_aguts_contents_on_slug" ON "aguts_contents" ("slug")  (0.1ms) SELECT * FROM "guts_contents"  (0.1ms) INSERT INTO "aguts_contents" ("id","title","tags","content","created_at","updated_at","slug","type_id","visible") VALUES (1, 'Cool testio', NULL, 'Yay', '2015-11-24 04:30:18.323140', '2015-11-24 06:06:33.575083', 'cool-test', NULL, 1)  (0.1ms) INSERT INTO "aguts_contents" ("id","title","tags","content","created_at","updated_at","slug","type_id","visible") VALUES (3, 'A Page Good Sir!', NULL, 'Its sooo good.', '2015-11-30 03:10:30.132449', '2015-12-09 02:38:36.027428', 'a-page-good-sir', 2, 'f')  (0.4ms) DROP TABLE "guts_contents"  (0.2ms) CREATE TABLE "guts_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar, "type_id" integer, "visible" integer(1) DEFAULT 1)   (0.1ms) 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'  (0.1ms)  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'   (0.4ms) CREATE UNIQUE INDEX "index_guts_contents_on_slug" ON "guts_contents" ("slug")  (0.1ms)  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'   (0.1ms) CREATE INDEX "index_guts_contents_on_type_id" ON "guts_contents" ("type_id")  (0.1ms) SELECT * FROM "aguts_contents"  (0.1ms) INSERT INTO "guts_contents" ("id","title","tags","content","created_at","updated_at","slug","type_id","visible") VALUES (1, 'Cool testio', NULL, 'Yay', '2015-11-24 04:30:18.323140', '2015-11-24 06:06:33.575083', 'cool-test', NULL, 1)  (0.1ms) INSERT INTO "guts_contents" ("id","title","tags","content","created_at","updated_at","slug","type_id","visible") VALUES (3, 'A Page Good Sir!', NULL, 'Its sooo good.', '2015-11-30 03:10:30.132449', '2015-12-09 02:38:36.027428', 'a-page-good-sir', 2, 'f')  (0.2ms) DROP TABLE "aguts_contents" SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151209023939"]]  (1.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_guts_files_on_filable_type_and_filable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_files_on_filable_type_and_filable_id' AND type='index'   (0.1ms) 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'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_guts_metafields_on_fieldable_type_and_fieldable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_metafields_on_fieldable_type_and_fieldable_id' AND type='index'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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/a-page-good-sir/edit" for ::1 at 2015-12-08 23:11:01 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (28.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (30.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 113ms (Views: 83.5ms | ActiveRecord: 3.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:11:01 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:11:01 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:11:01 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:11:01 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:11:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:11:01 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 23:11:01 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:11:01 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:11:01 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:11:01 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:11:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:11:01 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:11:01 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:11:01 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:11:01 -0330 Started PATCH "/guts/contents/a-page-good-sir" for ::1 at 2015-12-08 23:11:05 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"NjQKKss2AJ9xp2NRXi3482CowqqwFERcLdQTR3VKlmekvIwgQrejbMVANMTVSroEHut6uqUGMRtJwobIhd/DxA==", "commit"=>"Save Page", "content"=>{"title"=>"A Page Good Sir!", "type_id"=>"2", "category_ids"=>["", "1"], "content"=>"Its sooo good.", "visible"=>"0"}, "id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) begin transaction Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 3]]  (0.0ms) commit transaction Redirected to http://localhost:3000/guts/contents?type=page Completed 302 Found in 6ms (ActiveRecord: 0.5ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:11:05 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 68ms (Views: 64.5ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:11:06 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:11:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:11:06 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:11:06 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 23:11:06 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:11:06 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:11:06 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:11:06 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:11:06 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:11:06 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:11:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:11:06 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:11:06 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:11:06 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:11:06 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:11:07 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 57.1ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:11:07 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:11:08 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:11:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:11:08 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:11:08 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 23:11:08 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:11:08 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:11:08 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:11:08 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:11:08 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:11:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:11:08 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:11:08 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:11:08 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:11:08 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:12:37 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 61.7ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:12:38 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:12:38 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 23:12:38 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:12:38 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:12:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:12:38 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:12:38 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:12:38 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:12:38 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:12:38 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:12:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:12:38 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:12:38 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:12:38 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:12:38 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:12:50 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.1ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 54.3ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:12:50 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:12:50 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:12:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:12:50 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:12:50 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 23:12:50 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:12:50 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:12:50 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:12:50 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:12:50 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:12:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:12:50 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:12:50 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:12:50 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:12:50 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:12:53 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 52.1ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:12:53 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:12:53 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:12:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:12:53 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:12:53 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 23:12:53 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:12:53 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:12:53 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:12:53 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:12:53 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:12:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:12:53 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:12:53 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:12:54 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:12:54 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-12-08 23:12:54 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (6.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (8.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 59.1ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:12:55 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:12:55 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:12:55 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:12:55 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:12:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:12:55 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 23:12:55 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:12:55 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:12:55 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:12:55 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:12:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:12:55 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:12:55 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:12:55 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:12:55 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:12:57 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 48.4ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:12:58 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:12:58 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 23:12:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:12:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:12:58 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:12:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:12:58 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:12:58 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:12:58 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:12:58 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:12:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:12:58 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:12:58 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:12:58 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:12:58 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:12:59 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 62.3ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:12:59 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:12:59 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:12:59 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 23:12:59 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:12:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:12:59 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:12:59 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:12:59 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:12:59 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:12:59 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:12:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:12:59 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:12:59 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:13:00 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:13:00 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:13:46 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 52.7ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:13:46 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:13:46 -0330 Started GET "/assets/guts/application.self-c0d713d246e497a72313d7996601380b579280fea900cb4ee0eaad0abbb28642.css?body=1" for ::1 at 2015-12-08 23:13:46 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:13:46 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:13:46 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:13:46 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:13:46 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:13:46 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:13:46 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:13:46 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:13:46 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:13:46 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:13:46 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:14:29 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 151ms (Views: 148.0ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:14:30 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:14:30 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:14:30 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:14:30 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:14:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:14:30 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:14:30 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:14:30 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:14:30 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:14:30 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:14:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:14:30 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:14:30 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:14:30 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:14:30 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:16:35 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (14.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (18.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 80ms (Views: 77.4ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:16:35 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:16:35 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:16:35 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:16:35 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:16:35 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:16:35 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:16:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:16:35 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:16:35 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:16:35 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:16:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:16:35 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:16:35 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:16:58 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 61.6ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:16:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:16:58 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:16:58 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:16:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:16:58 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:16:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:16:59 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:16:59 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:16:59 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:16:59 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:16:59 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:16:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:16:59 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:16:59 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:16:59 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:18:05 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (13.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (15.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 86ms (Views: 83.6ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:18:05 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:18:05 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:18:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:18:05 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:18:05 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:18:05 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:18:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:18:05 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:18:05 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:18:05 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:18:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:18:05 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:18:05 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:18:05 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:18:05 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:19:59 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (11.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (13.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 63.6ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:20:00 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:20:00 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:20:00 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:20:00 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:20:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:20:00 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:20:00 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:20:00 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:20:00 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:20:00 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:20:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:20:00 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:20:00 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:20:00 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:20:00 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:20:13 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 56.9ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:20:14 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:20:14 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:20:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:20:14 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:20:14 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:20:14 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:20:14 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:20:14 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:20:14 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:20:14 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:20:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:20:14 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:20:14 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:20:14 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:20:14 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:20:34 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.3ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.1ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (19.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (22.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 87ms (Views: 82.0ms | ActiveRecord: 1.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:20:34 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:20:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:20:34 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:20:34 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:20:34 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:20:34 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:20:34 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:20:34 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:20:34 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:20:34 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:20:34 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:20:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:20:34 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:20:34 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:20:34 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:20:47 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (10.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 64.6ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:20:47 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:20:47 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:20:47 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:20:47 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:20:47 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:20:47 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:20:47 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:20:47 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:20:47 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:20:47 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:20:47 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:20:47 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:20:47 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:20:47 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:20:47 -0330 Started PATCH "/guts/contents/a-page-good-sir" for ::1 at 2015-12-08 23:20:52 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"o2htGESDytSwlta+9+pOSj6U8PZj1jhdInobuMOtJTsx4OsSzQJpJwRxgSt8jQy9QNdI5nbETRpGbI43MzhwmA==", "commit"=>"Save Page", "content"=>{"title"=>"A Page Good Sir!", "type_id"=>"2", "content"=>"Its sooo good.", "visible"=>"1", "category_ids"=>["", "1"]}, "id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) begin transaction Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 3]] SQL (1.9ms) UPDATE "guts_contents" SET "visible" = ?, "updated_at" = ? WHERE "guts_contents"."id" = ? [["visible", 1], ["updated_at", "2015-12-09 02:50:52.929314"], ["id", 3]]  (1.3ms) commit transaction Redirected to http://localhost:3000/guts/contents?type=page Completed 302 Found in 12ms (ActiveRecord: 3.5ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:20:52 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 72ms (Views: 66.9ms | ActiveRecord: 0.7ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:20:55 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 48.9ms | ActiveRecord: 0.7ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:22:40 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 54.9ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:22:40 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:22:40 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:22:40 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:22:40 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:22:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:22:40 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:22:40 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:22:40 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:22:40 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:22:40 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:22:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:22:40 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:22:40 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:22:41 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 53.1ms | ActiveRecord: 0.6ms) Started PATCH "/guts/contents/a-page-good-sir" for ::1 at 2015-12-08 23:22:43 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"6xZi/wG8IWHJWiFlj2vouwE07Yvk9lN7oTX7XKlulph5nuT1iD2Ckn29dvAEDKpMf3dVm/HkJjzFI27TWfvDOw==", "commit"=>"Save Page", "content"=>{"title"=>"A Page Good Sir!", "type_id"=>"2", "content"=>"Its sooo good.", "visible"=>"0", "category_ids"=>["", "1"]}, "id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.2ms) 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", 3]] SQL (0.3ms) UPDATE "guts_contents" SET "visible" = ?, "updated_at" = ? WHERE "guts_contents"."id" = ? [["visible", 0], ["updated_at", "2015-12-09 02:52:43.438703"], ["id", 3]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/contents?type=page Completed 302 Found in 14ms (ActiveRecord: 1.9ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:22:43 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (3.1ms) Guts::Type Load (0.7ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 85ms (Views: 82.3ms | ActiveRecord: 1.0ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:22:44 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 44.3ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:22:44 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:22:44 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:22:44 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:22:44 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:22:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:22:44 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:22:44 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:22:44 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:22:44 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:22:44 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:22:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:22:44 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:22:44 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:22:45 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 51.4ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:22:45 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:22:45 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:22:45 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:22:45 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:22:45 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:22:46 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:22:46 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:22:46 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:22:46 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:22:46 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:22:46 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:22:46 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:22:46 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:22:51 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 46.1ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:22:51 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:22:51 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:22:51 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:22:51 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:22:51 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:22:51 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:22:51 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:22:51 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:22:51 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:22:51 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:22:51 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:22:51 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:22:51 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:22:58 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 55.1ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:22:58 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:22:58 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:22:58 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:22:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:22:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:22:58 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:22:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:22:58 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:22:58 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:22:58 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:22:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:22:58 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:22:58 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:23:11 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 51.4ms | ActiveRecord: 0.7ms) Started PATCH "/guts/contents/a-page-good-sir" for ::1 at 2015-12-08 23:23:15 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"7WPjMnR0gh+1hhc57eG69tiRYUIR3l1aAMpKSgw8Zkh/62U4/fUh7AFhQKxmhvgBptLZUgTMKB1k3N/F/Kkz6w==", "commit"=>"Save Page", "content"=>{"title"=>"A Page Good Sir!", "type_id"=>"2", "content"=>"Its sooo good.", "visible"=>"1", "category_ids"=>["", "1"]}, "id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) begin transaction Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.3ms) 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", 3]] SQL (0.3ms) UPDATE "guts_contents" SET "visible" = ?, "updated_at" = ? WHERE "guts_contents"."id" = ? [["visible", 1], ["updated_at", "2015-12-09 02:53:15.303459"], ["id", 3]]  (1.7ms) commit transaction Redirected to http://localhost:3000/guts/contents?type=page Completed 302 Found in 11ms (ActiveRecord: 2.8ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:23:15 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 69ms (Views: 65.2ms | ActiveRecord: 0.6ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:23:17 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 59.2ms | ActiveRecord: 0.6ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:29:54 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 53.8ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:29:54 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:29:54 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:29:54 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:29:54 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:29:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:29:54 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:29:54 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:29:54 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:29:54 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:29:54 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:29:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:29:54 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:29:54 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:31:10 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (10.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 58.0ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:31:11 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:31:11 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:31:11 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:31:11 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:31:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:31:11 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:31:11 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:31:11 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:31:11 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:31:11 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:31:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:31:11 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:31:11 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:31:11 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:31:11 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:31:24 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.2ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 50.9ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:31:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:31:25 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:31:25 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:31:25 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:31:25 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:31:25 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:31:25 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:31:25 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:31:25 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:31:25 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:31:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:31:25 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:31:25 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:31:35 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 48.7ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:31:35 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:31:35 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:31:35 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:31:35 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:31:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:31:35 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:31:35 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:31:35 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:31:35 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:31:35 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:31:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:31:35 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:31:35 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:31:40 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 43.1ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:31:40 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:31:40 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:31:40 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:31:40 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:31:40 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:31:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:31:40 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:31:40 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:31:40 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:31:40 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:31:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:31:40 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:31:40 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:32:08 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.6ms) Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.2ms) SyntaxError (/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:14: syntax error, unexpected ')', expecting keyword_end ...age?(controller: "contents")) );@output_buffer.safe_append='... ... ^): /Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:14: syntax error, unexpected ')', expecting keyword_end ...age?(controller: "contents")) );@output_buffer.safe_append='... ... ^ 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.2ms) 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.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/diagnostics.html.erb within rescues/layout (53.5ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:32:21 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 45.7ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:32:22 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:32:22 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:32:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:32:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:32:22 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:32:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:32:22 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:32:22 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:32:22 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:32:22 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:32:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:32:22 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:32:22 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:32:22 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:32:22 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:32:44 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 53.7ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:32:44 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:32:44 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:32:44 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:32:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:32:44 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:32:44 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:32:44 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:32:44 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:32:44 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:32:44 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:32:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:32:44 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:32:44 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:32:44 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:32:44 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:32:47 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 54.1ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:32:47 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:32:47 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:32:47 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:32:47 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:32:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:32:48 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:32:48 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:32:48 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:32:48 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:32:48 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:32:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:32:48 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:32:48 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:32:48 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:32:48 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:32:58 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 54.1ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:32:58 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:32:58 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:32:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:32:58 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:32:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:32:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:32:58 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:32:58 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:32:58 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:32:58 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:32:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:32:58 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:32:58 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:32:59 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:32:59 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:33:46 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 51.1ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:33:47 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:33:47 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:33:47 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:33:47 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:33:47 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:33:47 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:33:47 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:33:47 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:33:47 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:33:47 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:33:47 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:33:47 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:33:47 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:33:47 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:33:47 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:33:48 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 61.6ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:33:48 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:33:48 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:33:48 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:33:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:33:48 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:33:48 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:33:48 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:33:48 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:33:48 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:33:48 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:33:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:33:48 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:33:48 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:33:49 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:33:49 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:34:04 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 52.8ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:34:04 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:34:04 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:34:04 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:34:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:34:04 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:34:04 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:34:04 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:34:04 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:34:04 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:34:04 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:34:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:34:04 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:34:04 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:34:04 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:34:04 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:34:06 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 66ms (Views: 63.6ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:34:06 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:34:06 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:34:06 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:34:06 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:34:06 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:34:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:34:06 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:34:06 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:34:06 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:34:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:34:06 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:34:06 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:34:06 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:34:06 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:34:06 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:34:38 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (6.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 54.4ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:34:38 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:34:38 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:34:38 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:34:38 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:34:38 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:34:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:34:38 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:34:38 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:34:38 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:34:38 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:34:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:34:38 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:34:38 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:34:38 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:34:38 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:34:46 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 66ms (Views: 63.3ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:34:46 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:34:46 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:34:46 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:34:46 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:34:46 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:34:46 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:34:46 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:34:46 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:34:46 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:34:46 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:34:46 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:34:46 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:34:46 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:34:46 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:34:46 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:34:50 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 52.1ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:34:50 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:34:50 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:34:50 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:34:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:34:50 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:34:50 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:34:50 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:34:50 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:34:50 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:34:50 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:34:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:34:50 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:34:50 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:34:50 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:34:50 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:34:57 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 46.9ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:34:57 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:34:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:34:57 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:34:58 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:34:58 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:34:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:34:58 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:34:58 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:34:58 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:34:58 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:34:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:34:58 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:34:58 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:34:58 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:34:58 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:35:01 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (6.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.3ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 52.3ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:35:01 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:35:01 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:35:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:35:01 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:35:01 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:35:01 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:35:01 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:35:01 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:35:01 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:35:01 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:35:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:35:01 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:35:01 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:35:01 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:35:01 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:35:03 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 45.6ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:35:03 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:35:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:35:03 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:35:03 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:35:03 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:35:03 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:35:03 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:35:03 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:35:03 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:35:03 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:35:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:35:03 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:35:03 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:35:03 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:35:03 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:35:05 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 60.6ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:35:05 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:35:05 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:35:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:35:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:35:05 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:35:05 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:35:05 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:35:05 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:35:05 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:35:05 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:35:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:35:05 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:35:05 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:35:05 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:35:05 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:35:07 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 47.5ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:35:07 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:35:07 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:35:07 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:35:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:35:07 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:35:07 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:35:07 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:35:07 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:35:07 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:35:07 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:35:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:35:07 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:35:07 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:35:07 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:35:07 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:35:33 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 45.8ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:35:33 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:35:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:35:33 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:35:33 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:35:33 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:35:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:35:33 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:35:33 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:35:33 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:35:33 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:35:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:35:33 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:35:33 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:35:33 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:35:33 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:35:35 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 43.4ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:35:35 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:35:35 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:35:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:35:35 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:35:35 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:35:35 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:35:35 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:35:35 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:35:35 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:35:35 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:35:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:35:35 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:35:35 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:35:35 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:35:35 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:35:38 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] 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 (8.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 55.5ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:35:38 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:35:38 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:35:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:35:38 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:35:38 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:35:39 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:35:39 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:35:39 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:35:39 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:35:39 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:35:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:35:39 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:35:39 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:35:39 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:35:39 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:35:46 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.8ms) ActionView::Template::Error (No route matches {:action=>"index", :controller=>"guts/content", :id=>"a-page-good-sir"}): 11: 17: actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/url_for.rb:156:in `url_for' actionview (4.2.5) lib/action_view/routing_url_for.rb:94:in `url_for' actionview (4.2.5) lib/action_view/helpers/url_helper.rb:535:in `current_page?' /Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:14:in `block in ___sers_tyler__evelopment_guts_app_views_layouts_guts_application_html_erb___3838193995218671989_70115980450500' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:13:in `___sers_tyler__evelopment_guts_app_views_layouts_guts_application_html_erb___3838193995218671989_70115980450500' 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 (6.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.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 (0.9ms) 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 (53.0ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:35:55 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 500 Internal Server Error in 42ms (ActiveRecord: 0.7ms) ActionView::Template::Error (No route matches {:action=>"index", :controller=>"guts/content", :id=>"a-page-good-sir"}): 11: 17: actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/url_for.rb:156:in `url_for' actionview (4.2.5) lib/action_view/routing_url_for.rb:94:in `url_for' actionview (4.2.5) lib/action_view/helpers/url_helper.rb:535:in `current_page?' /Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:14:in `block in ___sers_tyler__evelopment_guts_app_views_layouts_guts_application_html_erb___3838193995218671989_70116029972420' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:13:in `___sers_tyler__evelopment_guts_app_views_layouts_guts_application_html_erb___3838193995218671989_70116029972420' 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 (14.2ms) 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 (0.8ms) 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/a-page-good-sir/edit" for ::1 at 2015-12-08 23:36:22 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 53.2ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:36:22 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:36:22 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:36:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:36:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:36:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:36:22 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:36:22 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:36:22 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:36:22 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:36:22 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:36:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:36:22 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:36:22 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:36:22 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:36:22 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:36:32 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 52.6ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:36:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:36:33 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:36:33 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:36:33 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:36:33 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:36:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:36:33 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:36:33 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:36:33 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:36:33 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:36:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:36:33 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:36:33 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:36:33 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:36:33 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:36:35 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 50.0ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:36:35 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:36:35 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:36:35 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:36:35 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:36:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:36:35 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:36:35 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:36:35 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:36:35 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:36:35 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:36:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:36:35 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:36:35 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:36:35 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:36:35 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:36:37 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 54.8ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:36:37 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:36:37 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:36:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:36:37 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:36:37 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:36:37 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:36:37 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:36:37 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:36:37 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:36:37 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:36:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:36:37 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:36:37 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:36:37 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:36:37 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:37:26 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 53.0ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:37:26 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:37:26 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:37:26 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:37:26 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:37:26 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:37:26 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:37:26 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:37:27 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:37:27 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:37:27 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:37:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:37:27 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:37:27 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:37:27 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:37:27 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:37:28 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 45.1ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:37:28 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:37:28 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:37:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:37:29 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:37:29 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:37:29 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:37:29 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:37:29 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:37:29 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:37:29 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:37:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:37:29 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:37:29 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:37:29 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:37:29 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:38:39 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 51.4ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:38:39 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:38:39 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:38:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:38:39 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:38:39 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:38:40 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:38:40 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:38:40 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:38:40 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:38:40 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:38:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:38:40 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:38:40 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:38:40 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:38:40 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:38:42 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (11.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (12.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 73ms (Views: 70.2ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:38:43 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:38:43 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:38:43 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:38:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:38:43 -0330 Started GET "/assets/guts/application.self-d79611813080984dedd2b4e65f8782a3bb87fc4afac1c738e62cd49b5560c456.css?body=1" for ::1 at 2015-12-08 23:38:43 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:38:43 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:38:43 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:38:43 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:38:43 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:38:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:38:43 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:38:43 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:38:43 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:38:43 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:40:49 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (8.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 128ms (Views: 125.6ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:40:49 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:40:49 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:40:49 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:40:49 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:40:49 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:40:49 -0330 Started GET "/assets/guts/application.self-35c308f23639e53a1e3617b9145f781fb514b082038d070f2026be4219189d5e.css?body=1" for ::1 at 2015-12-08 23:40:49 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:40:49 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:40:49 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:40:49 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:40:49 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:40:49 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:40:49 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:40:50 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:40:50 -0330 Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:41:32 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 57.6ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:41:32 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:41:32 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:41:32 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:41:32 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:41:32 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:41:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:41:32 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:41:32 -0330 Started GET "/assets/guts/application.self-35c308f23639e53a1e3617b9145f781fb514b082038d070f2026be4219189d5e.css?body=1" for ::1 at 2015-12-08 23:41:32 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:41:32 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:41:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:41:32 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:41:32 -0330 Started GET "/guts/types" for ::1 at 2015-12-08 23:41:38 -0330 Processing by Guts::TypesController#index as HTML Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (2.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 51.4ms | ActiveRecord: 0.2ms) Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-08 23:41:39 -0330 Started GET "/guts/types" for ::1 at 2015-12-08 23:45:11 -0330 Processing by Guts::TypesController#index as HTML Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (13.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 69ms (Views: 64.9ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:45:11 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:45:11 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:45:11 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:45:11 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:45:11 -0330 Started GET "/assets/guts/application.self-35c308f23639e53a1e3617b9145f781fb514b082038d070f2026be4219189d5e.css?body=1" for ::1 at 2015-12-08 23:45:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:45:11 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:45:11 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:45:11 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:45:11 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:45:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:45:11 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:45:11 -0330 Started GET "/guts/types" for ::1 at 2015-12-08 23:45:17 -0330 Processing by Guts::TypesController#index as HTML Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (2.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 47.0ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:45:17 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:45:17 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:45:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:45:17 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:45:17 -0330 Started GET "/assets/guts/application.self-35c308f23639e53a1e3617b9145f781fb514b082038d070f2026be4219189d5e.css?body=1" for ::1 at 2015-12-08 23:45:17 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:45:17 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:45:17 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:45:17 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:45:17 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:45:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:45:17 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:45:17 -0330 Started GET "/guts/types/new" for ::1 at 2015-12-08 23:45:39 -0330 Processing by Guts::TypesController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (3.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/new.html.erb within layouts/guts/application (5.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 52.2ms | ActiveRecord: 0.1ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:48:55 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (5.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 50.7ms | ActiveRecord: 0.6ms) Started GET "/guts/contents/a-page-good-sir/edit" for ::1 at 2015-12-08 23:48:56 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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", 3]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (26.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (28.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 94ms (Views: 90.0ms | ActiveRecord: 1.5ms) Started GET "/guts/contents/a-page-good-sir" for ::1 at 2015-12-08 23:48:59 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"a-page-good-sir"} Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (1.0ms) Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) SyntaxError (/Users/tyler/Development/guts/app/views/guts/contents/show.html.erb:29: syntax error, unexpected '.' ...nd=( @content.categories.map(&.title).split(", ") );@output_... ... ^ /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb:29: syntax error, unexpected ')', expecting keyword_end ...ries.map(&.title).split(", ") );@output_buffer.safe_append='... ... ^): /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb:29: syntax error, unexpected '.' ...nd=( @content.categories.map(&.title).split(", ") );@output_... ... ^ /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb:29: syntax error, unexpected ')', expecting keyword_end ...ries.map(&.title).split(", ") );@output_buffer.safe_append='... ... ^ 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: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 (17.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.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 (58.3ms) Started GET "/guts/contents/a-page-good-sir" for ::1 at 2015-12-08 23:49:32 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"a-page-good-sir"} Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (3.4ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `type' for nil:NilClass): 1:
2:
3:

<%= @content.type.title %>

4: <%= link_to "Back", contents_path, class: "secondary button" %> 5:
6:
/Users/tyler/Development/guts/app/views/guts/contents/show.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_contents_show_html_erb___3697306004542333271_70116016336360' 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 (6.3ms) 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 (1.1ms) 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 (45.9ms) Started GET "/guts/contents/a-page-good-sir" for ::1 at 2015-12-08 23:49:51 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Category Load (0.1ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (17.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 83ms (Views: 70.6ms | ActiveRecord: 1.8ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:49:52 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:49:52 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:49:52 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:49:52 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:49:52 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:49:52 -0330 Started GET "/assets/guts/application.self-35c308f23639e53a1e3617b9145f781fb514b082038d070f2026be4219189d5e.css?body=1" for ::1 at 2015-12-08 23:49:52 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:49:52 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:49:52 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:49:52 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:49:52 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:49:52 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:49:52 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-08 23:49:52 -0330 Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2015-12-08 23:49:52 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-08 23:49:52 -0330 Started GET "/guts/contents/a-page-good-sir" for ::1 at 2015-12-08 23:50:05 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Category Load (0.1ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (3.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 76ms (Views: 74.1ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:50:05 -0330 Started GET "/assets/guts/application.self-35c308f23639e53a1e3617b9145f781fb514b082038d070f2026be4219189d5e.css?body=1" for ::1 at 2015-12-08 23:50:06 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:50:06 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:50:06 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:50:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:50:06 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:50:06 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:50:06 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:50:06 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:50:06 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:50:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:50:06 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:50:06 -0330 Started GET "/guts/contents/a-page-good-sir" for ::1 at 2015-12-08 23:50:07 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Category Load (0.1ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 58.7ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:50:07 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:50:07 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:50:07 -0330 Started GET "/assets/guts/application.self-35c308f23639e53a1e3617b9145f781fb514b082038d070f2026be4219189d5e.css?body=1" for ::1 at 2015-12-08 23:50:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:50:07 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:50:07 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:50:07 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:50:07 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:50:07 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:50:07 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:50:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:50:07 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:50:07 -0330 Started GET "/guts/contents/a-page-good-sir" for ::1 at 2015-12-08 23:50:14 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Category Load (0.1ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (3.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 52.0ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:50:14 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:50:14 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:50:14 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:50:14 -0330 Started GET "/assets/guts/application.self-35c308f23639e53a1e3617b9145f781fb514b082038d070f2026be4219189d5e.css?body=1" for ::1 at 2015-12-08 23:50:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:50:14 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:50:14 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:50:14 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:50:14 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:50:14 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:50:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:50:14 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:50:14 -0330 Started GET "/guts/contents/a-page-good-sir" for ::1 at 2015-12-08 23:50:16 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Category Load (0.3ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (4.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 59.8ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:50:16 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:50:16 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:50:16 -0330 Started GET "/assets/guts/application.self-35c308f23639e53a1e3617b9145f781fb514b082038d070f2026be4219189d5e.css?body=1" for ::1 at 2015-12-08 23:50:16 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:50:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:50:16 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:50:16 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:50:16 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:50:16 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:50:16 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:50:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:50:16 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:50:16 -0330 Started GET "/guts/contents/a-page-good-sir" for ::1 at 2015-12-08 23:50:20 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Category Load (0.1ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 46.5ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:50:20 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:50:20 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:50:20 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:50:20 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:50:20 -0330 Started GET "/assets/guts/application.self-35c308f23639e53a1e3617b9145f781fb514b082038d070f2026be4219189d5e.css?body=1" for ::1 at 2015-12-08 23:50:20 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:50:20 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:50:20 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:50:20 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:50:20 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:50:20 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:50:20 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:50:20 -0330 Started GET "/guts/contents/a-page-good-sir" for ::1 at 2015-12-08 23:50:32 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Guts::Category Load (0.1ms) 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", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (2.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 50.7ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:50:32 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:50:32 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:50:32 -0330 Started GET "/assets/guts/application.self-35c308f23639e53a1e3617b9145f781fb514b082038d070f2026be4219189d5e.css?body=1" for ::1 at 2015-12-08 23:50:32 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:50:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:50:32 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:50:32 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:50:32 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:50:32 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:50:32 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:50:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:50:32 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:50:32 -0330 Started GET "/guts/types" for ::1 at 2015-12-08 23:50:38 -0330 Processing by Guts::TypesController#index as HTML Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (4.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 52.4ms | ActiveRecord: 0.4ms) Started GET "/guts/types/page" for ::1 at 2015-12-08 23:50:45 -0330 Processing by Guts::TypesController#show as HTML Parameters: {"id"=>"page"} Guts::Type Load (0.3ms) 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.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 43.9ms | ActiveRecord: 0.4ms) Started GET "/guts/types/page" for ::1 at 2015-12-08 23:51:44 -0330 Processing by Guts::TypesController#show as HTML Parameters: {"id"=>"page"} Guts::Type Load (0.3ms) 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 (2.1ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `created_at' for nil:NilClass): 18:
19: 20: 21: 22: 23: 24: /Users/tyler/Development/guts/app/views/guts/types/show.html.erb:21:in `___sers_tyler__evelopment_guts_app_views_guts_types_show_html_erb__2164536812372682027_70116011298320' 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 (6.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 (2.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.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 (45.0ms) Started GET "/guts/types/page" for ::1 at 2015-12-08 23:51:51 -0330 Processing by Guts::TypesController#show as HTML Parameters: {"id"=>"page"} Guts::Type Load (0.1ms) 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 (0.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 45.3ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:51:51 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:51:51 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:51:51 -0330 Started GET "/assets/guts/application.self-35c308f23639e53a1e3617b9145f781fb514b082038d070f2026be4219189d5e.css?body=1" for ::1 at 2015-12-08 23:51:51 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:51:51 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:51:51 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:51:51 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:51:51 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:51:51 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:51:51 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:51:51 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:51:51 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:51:51 -0330 Started GET "/guts/types" for ::1 at 2015-12-08 23:51:54 -0330 Processing by Guts::TypesController#index as HTML Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (2.3ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 43ms (Views: 42.4ms | ActiveRecord: 0.2ms) Started GET "/guts/types/new" for ::1 at 2015-12-08 23:51:57 -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.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 45.9ms | ActiveRecord: 0.2ms) Started GET "/guts/types/new" for ::1 at 2015-12-08 23:53:30 -0330 Processing by Guts::TypesController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (2.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/new.html.erb within layouts/guts/application (5.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 56.7ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:53:30 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:53:30 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:53:30 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:53:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:53:30 -0330 Started GET "/assets/guts/application.self-35c308f23639e53a1e3617b9145f781fb514b082038d070f2026be4219189d5e.css?body=1" for ::1 at 2015-12-08 23:53:30 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:53:30 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:53:30 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:53:30 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:53:30 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:53:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:53:30 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:53:30 -0330 Started GET "/guts/types" for ::1 at 2015-12-08 23:53:33 -0330 Processing by Guts::TypesController#index as HTML Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (2.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 44.5ms | ActiveRecord: 0.2ms) Started GET "/guts/types/page/edit" for ::1 at 2015-12-08 23:53:35 -0330 Processing by Guts::TypesController#edit as HTML Parameters: {"id"=>"page"} Guts::Type Load (0.1ms) 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/_form.html.erb (1.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (3.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 49.8ms | ActiveRecord: 0.2ms) Started GET "/guts/types/page/edit" for ::1 at 2015-12-08 23:54:13 -0330 Processing by Guts::TypesController#edit as HTML Parameters: {"id"=>"page"} Guts::Type Load (0.1ms) 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/_form.html.erb (2.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (3.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 50.6ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:54:13 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:54:13 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:54:13 -0330 Started GET "/assets/guts/application.self-35c308f23639e53a1e3617b9145f781fb514b082038d070f2026be4219189d5e.css?body=1" for ::1 at 2015-12-08 23:54:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:54:13 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:54:13 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:54:13 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:54:13 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:54:13 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:54:13 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:54:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:54:13 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:54:13 -0330 Started GET "/guts/types/page/edit" for ::1 at 2015-12-08 23:54:41 -0330 Processing by Guts::TypesController#edit as HTML Parameters: {"id"=>"page"} Guts::Type Load (0.1ms) 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/_form.html.erb (2.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (3.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 48.3ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:54:42 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:54:42 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:54:42 -0330 Started GET "/assets/guts/application.self-35c308f23639e53a1e3617b9145f781fb514b082038d070f2026be4219189d5e.css?body=1" for ::1 at 2015-12-08 23:54:42 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:54:42 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:54:42 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:54:42 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:54:42 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:54:42 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:54:42 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:54:42 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:54:42 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:54:42 -0330 Started GET "/guts/types" for ::1 at 2015-12-08 23:54:45 -0330 Processing by Guts::TypesController#index as HTML Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (2.3ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 48.3ms | ActiveRecord: 0.3ms) Started GET "/guts/types" for ::1 at 2015-12-08 23:55:57 -0330 Processing by Guts::TypesController#index as HTML Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (2.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 500 Internal Server Error in 50ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined local variable or method `categories_path' for #<#:0x007f8a4fcb0828>): 15: <% end %> 16: 17:
  • "><%= link_to "Content Types", types_path %>
  • 18:
  • "><%= link_to "Categories", categories_path %>
  • 19: 20: 21: /Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:18:in `___sers_tyler__evelopment_guts_app_views_layouts_guts_application_html_erb___3838193995218671989_70116010432520' 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 (6.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.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.8ms) 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 (47.5ms) Started GET "/guts/s" for ::1 at 2015-12-08 23:56:08 -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.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.5ms) 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.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.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 (89.9ms) Started GET "/guts/s" for ::1 at 2015-12-08 23:56:54 -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 (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 (2.5ms) 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.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.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 (91.8ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-08 23:56:58 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (7.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 82ms (Views: 68.2ms | ActiveRecord: 1.5ms) Started GET "/guts/categories" for ::1 at 2015-12-08 23:57:00 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (7.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 61.9ms | ActiveRecord: 0.5ms) Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-08 23:57:00 -0330 Started GET "/guts/types" for ::1 at 2015-12-08 23:57:19 -0330 Processing by Guts::TypesController#index as HTML Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (4.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 53.0ms | ActiveRecord: 0.3ms) Started GET "/guts/types/page/edit" for ::1 at 2015-12-08 23:57:21 -0330 Processing by Guts::TypesController#edit as HTML Parameters: {"id"=>"page"} Guts::Type Load (0.2ms) 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/_form.html.erb (1.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (3.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 46.2ms | ActiveRecord: 0.3ms) Started GET "/guts/types/page/edit" for ::1 at 2015-12-08 23:58:15 -0330 Processing by Guts::TypesController#edit as HTML Parameters: {"id"=>"page"} Guts::Type Load (0.1ms) 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/_form.html.erb (13.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (14.8ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined local variable or method `type' for #<#:0x007f8a4fc1b340>): 1: <%= form_for(@type) do |f| %> 2:
    3: <%= f.submit "Save", class: "success button" %> 4: <% unless type.new_record? %> 5: <%= link_to "Records (#{@type.contents.size})", content_path(type: @type.slug), class: "hollow button" %> 6: <% end %> 7: <%= link_to "Back", types_path, class: "secondary hollow button" %> /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb:4:in `block in ___sers_tyler__evelopment_guts_app_views_guts_types__form_html_erb__2439060741324380561_70116010038240' 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/types/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_types__form_html_erb__2439060741324380561_70116010038240' 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/types/edit.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_types_edit_html_erb__311868123792969707_70116013518140' 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.9ms) 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.9ms) 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 (49.9ms) Started GET "/guts/types/page/edit" for ::1 at 2015-12-08 23:58:21 -0330 Processing by Guts::TypesController#edit as HTML Parameters: {"id"=>"page"} Guts::Type Load (0.1ms) 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/_form.html.erb (15.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (17.3ms) Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined local variable or method `type' for #<#:0x007f8a4fdda9b0>): 1: <%= form_for(@type) do |f| %> 2:
    3: <%= f.submit "Save", class: "success button" %> 4: <% unless type.new_record? %> 5: <%= link_to "Records (#{@type.contents.size})", contents_path(type: @type.slug), class: "hollow button" %> 6: <% end %> 7: <%= link_to "Back", types_path, class: "secondary hollow button" %> /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb:4:in `block in ___sers_tyler__evelopment_guts_app_views_guts_types__form_html_erb__2439060741324380561_70116011034500' 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/types/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_types__form_html_erb__2439060741324380561_70116011034500' 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/types/edit.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_types_edit_html_erb__311868123792969707_70116013518140' 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 (8.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.9ms) 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/template_error.html.erb within rescues/layout (53.6ms) Started GET "/guts/types/page/edit" for ::1 at 2015-12-08 23:58:30 -0330 Processing by Guts::TypesController#edit as HTML Parameters: {"id"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (3.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (4.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 47.6ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-08 23:58:30 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-08 23:58:30 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-08 23:58:30 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-08 23:58:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-08 23:58:30 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-08 23:58:30 -0330 Started GET "/assets/guts/application.self-35c308f23639e53a1e3617b9145f781fb514b082038d070f2026be4219189d5e.css?body=1" for ::1 at 2015-12-08 23:58:30 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-08 23:58:30 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-08 23:58:30 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-08 23:58:30 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-08 23:58:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-08 23:58:30 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-08 23:58:30 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-08 23:58:37 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 55.9ms | ActiveRecord: 0.4ms) Started GET "/guts/categories" for ::1 at 2015-12-08 23:58:39 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (2.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 43ms (Views: 42.5ms | ActiveRecord: 0.2ms) Started GET "/guts/categories" for ::1 at 2015-12-09 00:00:42 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (1.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 46.7ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-09 00:00:43 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-09 00:00:43 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-09 00:00:43 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-09 00:00:43 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-09 00:00:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-09 00:00:43 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-09 00:00:43 -0330 Started GET "/assets/guts/application.self-35c308f23639e53a1e3617b9145f781fb514b082038d070f2026be4219189d5e.css?body=1" for ::1 at 2015-12-09 00:00:43 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-09 00:00:43 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-09 00:00:43 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-09 00:00:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-09 00:00:43 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-09 00:00:43 -0330 Started GET "/guts/categories/1" for ::1 at 2015-12-09 00:00:46 -0330 Processing by Guts::CategoriesController#show as HTML Parameters: {"id"=>"1"} Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/show.html.erb within layouts/guts/application (1.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 44.2ms | ActiveRecord: 0.4ms) Started GET "/guts/categories/2" for ::1 at 2015-12-09 00:00:50 -0330 Processing by Guts::CategoriesController#show as HTML Parameters: {"id"=>"2"} Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "2"]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/show.html.erb within layouts/guts/application (0.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 50.8ms | ActiveRecord: 0.3ms) Started GET "/guts/categories" for ::1 at 2015-12-09 00:01:14 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (2.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 45.5ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-09 00:01:14 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-09 00:01:14 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-09 00:01:14 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-09 00:01:14 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-09 00:01:14 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-09 00:01:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-09 00:01:14 -0330 Started GET "/assets/guts/application.self-35c308f23639e53a1e3617b9145f781fb514b082038d070f2026be4219189d5e.css?body=1" for ::1 at 2015-12-09 00:01:14 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-09 00:01:14 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-09 00:01:14 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-09 00:01:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-09 00:01:14 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-09 00:01:14 -0330 Started GET "/guts/categories/test" for ::1 at 2015-12-09 00:01:16 -0330 Processing by Guts::CategoriesController#show as HTML Parameters: {"id"=>"test"} Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "test"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/show.html.erb within layouts/guts/application (0.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 43.2ms | ActiveRecord: 0.3ms) Started GET "/guts/categories" for ::1 at 2015-12-09 00:01:20 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (1.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 47.4ms | ActiveRecord: 0.2ms) Started GET "/guts/categories" for ::1 at 2015-12-09 00:04:42 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (2.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 146ms (Views: 145.8ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-09 00:04:42 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-09 00:04:42 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-09 00:04:42 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-09 00:04:42 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-09 00:04:42 -0330 Started GET "/assets/guts/application.self-8177bb33bcf1972f27949b55155072145aacfcc4e10392128242520164904079.css?body=1" for ::1 at 2015-12-09 00:04:42 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-09 00:04:42 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-09 00:04:42 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-09 00:04:42 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-09 00:04:42 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-09 00:04:42 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-09 00:04:42 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-09 00:04:42 -0330 Started GET "/guts/categories" for ::1 at 2015-12-09 00:05:01 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (1.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 118ms (Views: 117.3ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-09 00:05:01 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-09 00:05:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-09 00:05:01 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-09 00:05:01 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-09 00:05:01 -0330 Started GET "/assets/guts/application.self-ef3954bd65a5d5dbf0c8dd603be3f0d580c3ac320fbbfb4397f045e5964deaf6.css?body=1" for ::1 at 2015-12-09 00:05:01 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-09 00:05:01 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-09 00:05:01 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-09 00:05:01 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-09 00:05:01 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-09 00:05:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-09 00:05:01 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-09 00:05:01 -0330 Started GET "/guts/categories" for ::1 at 2015-12-09 00:05:14 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (1.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 108ms (Views: 107.4ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-09 00:05:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-09 00:05:14 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-09 00:05:14 -0330 Started GET "/assets/guts/application.self-96021f1e799bc2796a54c5fe11cd791795e1bb0d4bdff9378701e947ef8a388b.css?body=1" for ::1 at 2015-12-09 00:05:14 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-09 00:05:14 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-09 00:05:14 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-09 00:05:14 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-09 00:05:14 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-09 00:05:14 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-09 00:05:14 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-09 00:05:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-09 00:05:15 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-09 00:05:15 -0330 Started GET "/guts/categories" for ::1 at 2015-12-09 00:05:23 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (2.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 112ms (Views: 111.5ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-09 00:05:23 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-09 00:05:23 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-09 00:05:23 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-09 00:05:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-09 00:05:23 -0330 Started GET "/assets/guts/application.self-2b82203fcf1d58c031bd7e63012d2ee65c22a4af58b11de754f29d95fa21b04c.css?body=1" for ::1 at 2015-12-09 00:05:23 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-09 00:05:23 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-09 00:05:23 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-09 00:05:23 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-09 00:05:23 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-09 00:05:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-09 00:05:23 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-09 00:05:23 -0330 Started GET "/guts/categories" for ::1 at 2015-12-09 00:05:34 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (2.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 111ms (Views: 110.1ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-09 00:05:34 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-09 00:05:34 -0330 Started GET "/assets/guts/application.self-2fc3779230cbc9c5e1e3cdd698ebbcbb5f5c300a39672cef4b0ec9ee0c395cd6.css?body=1" for ::1 at 2015-12-09 00:05:34 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-09 00:05:34 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-09 00:05:34 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-09 00:05:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-09 00:05:34 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-09 00:05:34 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-09 00:05:34 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-09 00:05:34 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-09 00:05:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-09 00:05:34 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-09 00:05:34 -0330 Started GET "/guts/categories" for ::1 at 2015-12-09 00:05:52 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (1.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 133ms (Views: 133.0ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-09 00:05:52 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-09 00:05:52 -0330 Started GET "/assets/guts/application.self-8b79ce3a22907210528bfa674e17383addbbbcd4bb13ee8ae763cd017445e6d1.css?body=1" for ::1 at 2015-12-09 00:05:52 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-09 00:05:52 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-09 00:05:52 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-09 00:05:52 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-09 00:05:52 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-09 00:05:52 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-09 00:05:52 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-09 00:05:52 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-09 00:05:52 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-09 00:05:52 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-09 00:05:52 -0330 Started GET "/guts/categories" for ::1 at 2015-12-09 00:06:09 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (1.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 108ms (Views: 107.7ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-09 00:06:10 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-09 00:06:10 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-09 00:06:10 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-09 00:06:10 -0330 Started GET "/assets/guts/application.self-d1190db6fd26ac727ea212532ad9b76df38670b52a732a52c09b40c249b44958.css?body=1" for ::1 at 2015-12-09 00:06:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-09 00:06:10 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-09 00:06:10 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-09 00:06:10 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-09 00:06:10 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-09 00:06:10 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-09 00:06:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-09 00:06:10 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-09 00:06:10 -0330 Started GET "/guts/categories" for ::1 at 2015-12-09 00:06:20 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (1.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 126ms (Views: 125.7ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/application.self-8695cc7bd0537c23817cc128d9673b7a61fffc5d3b67481bf35fc9514f52bb13.css?body=1" for ::1 at 2015-12-09 00:06:20 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-09 00:06:20 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-09 00:06:20 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-09 00:06:20 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-09 00:06:20 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-09 00:06:20 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-09 00:06:20 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-09 00:06:20 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-09 00:06:20 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-09 00:06:20 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-09 00:06:20 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-09 00:06:20 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-09 00:06:20 -0330 Started GET "/guts/categories" for ::1 at 2015-12-09 00:06:24 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (1.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 112ms (Views: 111.9ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-09 00:06:24 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-09 00:06:24 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-09 00:06:24 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-09 00:06:24 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-09 00:06:24 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-09 00:06:24 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-09 00:06:24 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-09 00:06:24 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-09 00:06:24 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-09 00:06:24 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-09 00:06:24 -0330 Started GET "/assets/guts/application.self-7b15c200c0608df9a75a3b15c8660b3e4748a47650a90e2741a32262c256bed4.js?body=1" for ::1 at 2015-12-09 00:06:24 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-09 00:06:24 -0330 Started GET "/guts/categories" for ::1 at 2015-12-09 00:09:20 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.4ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (9.1ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.8ms) ActionView::Template::Error (Could not find the source association(s) "content" or :contents in model Guts::Categorization. Try 'has_many :contents, :through => :categorizations, :source => '. Is it one of category?): 22: <% @categories.each do |category| %> 23:
    24: 25: 26: 24: 25: 26: 24: 25: 26: 24: 25: 26: 24: 25: 26: 24: 25: 26: 24: 25: 26: 23: 24: 25: 26: 27: 28: actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:268:in `handle_model_call' actionview (4.2.5) lib/action_view/routing_url_for.rb:114:in `url_for' actionview (4.2.5) lib/action_view/helpers/url_helper.rb:181:in `link_to' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:25:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133252830980' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:18:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133252830980' 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 (6.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 (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 (1.4ms) 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 (51.7ms) Started GET "/guts/navigations/testing/navigation_items" for ::1 at 2015-12-15 01:37:01 -0330 ActionController::RoutingError (No route matches [GET] "/guts/navigations/testing/navigation_items"): 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 (2.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 (0.7ms) 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.0ms) 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.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.3ms) 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 (96.5ms) Started GET "/guts/navigations" for ::1 at 2015-12-15 01:37:07 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.4ms) SELECT "guts_navigations".* FROM "guts_navigations" Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (2.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 51.3ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 01:37:07 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 01:37:07 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 01:37:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 01:37:07 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 01:37:07 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 01:37:07 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 01:37:07 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 01:37:07 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 01:37:07 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 01:37:07 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 01:37:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 01:37:07 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 01:37:07 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 01:37:07 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 01:37:07 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 01:37:07 -0330 Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:38:45 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::NavigationItem Load (0.5ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (29.1ms) Completed 500 Internal Server Error in 39ms (ActiveRecord: 1.1ms) ActionView::Template::Error (undefined method `navigation_item_path' for #<#:0x007f925341d330>): 22: 23: 24: 25: 26: 27: 28: actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:268:in `handle_model_call' actionview (4.2.5) lib/action_view/routing_url_for.rb:114:in `url_for' actionview (4.2.5) lib/action_view/helpers/url_helper.rb:181:in `link_to' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:25:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133252830980' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:18:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133252830980' 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 (6.2ms) 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.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 (1.1ms) 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 (48.7ms) Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:41:21 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (16.6ms) Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined local variable or method `navigation_navigation_item' for #<#:0x007f92575bdf38>): 22: 23: 24: 25: 26: 27: 28: /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:25:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133253783220' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:18:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133253783220' 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 (6.9ms) 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.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.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 (51.9ms) Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:41:23 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (15.0ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined local variable or method `navigation_navigation_item' for #<#:0x007f9258292510>): 22: 23: 24: 25: 26: 27: 28: /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:25:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133253783220' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:18:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133253783220' 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.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 (3.5ms) 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/template_error.html.erb within rescues/layout (53.9ms) Started GET "/guts/navigations/testing/ited" for ::1 at 2015-12-15 01:41:35 -0330 ActionController::RoutingError (No route matches [GET] "/guts/navigations/testing/ited"): 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.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) 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.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.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 (104.5ms) Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:42:11 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (14.7ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined local variable or method `navigation_navigation_item' for #<#:0x007f9259a4fa18>): 22: 23: 24: 25: 26: 27: 28: /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:25:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133253783220' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:18:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133253783220' 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 (6.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.8ms) 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/template_error.html.erb within rescues/layout (48.7ms) Started GET "/guts/navigations/testing/ited" for ::1 at 2015-12-15 01:42:22 -0330 ActionController::RoutingError (No route matches [GET] "/guts/navigations/testing/ited"): 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.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) 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.3ms) 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.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.3ms) 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 (92.4ms) Started GET "/guts/navigations/testing/ited" for ::1 at 2015-12-15 01:42:52 -0330 ActionController::RoutingError (No route matches [GET] "/guts/navigations/testing/ited"): 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 (0.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 (9.8ms) 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.5ms) 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 (96.8ms) Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:42:53 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (4.5ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.2ms) ActionView::Template::Error (No route matches {:action=>"show", :controller=>"guts/navigation_items", :navigation_id=>"testing"} missing required keys: [:id]): 22: 23: 24: 25: 26: 27: 28: actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:25:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133235888240' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:18:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133235888240' 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 (6.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.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.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 (48.7ms) Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:42:54 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (3.5ms) Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.2ms) ActionView::Template::Error (No route matches {:action=>"show", :controller=>"guts/navigation_items", :navigation_id=>"testing"} missing required keys: [:id]): 22: 23: 24: 25: 26: 27: 28: actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:25:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133235888240' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:18:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133235888240' 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 (6.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.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 (0.9ms) 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 (47.6ms) Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:43:39 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (15.3ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined local variable or method `navigation_navigation_item' for #<#:0x007f925998d170>): 22: 23: 24: 25: 26: 27: 28: /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:25:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133272556860' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:18:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133272556860' 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 (12.9ms) 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.5ms) 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/template_error.html.erb within rescues/layout (53.2ms) Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:43:53 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::NavigationItem Load (0.3ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (4.3ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.3ms) ActionView::Template::Error (No route matches {:action=>"show", :controller=>"guts/navigation_items", :navigation_id=>"testing"} missing required keys: [:id]): 22: 23: 24: 25: 26: 27: 28: actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:25:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133261382800' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:18:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133261382800' 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.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.5ms) 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/template_error.html.erb within rescues/layout (50.7ms) Started GET "/guts/navigations/testing/idd" for ::1 at 2015-12-15 01:44:09 -0330 ActionController::RoutingError (No route matches [GET] "/guts/navigations/testing/idd"): 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 (0.7ms) 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.6ms) 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.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.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 (88.2ms) Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:44:45 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (4.8ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.3ms) ActionView::Template::Error (No route matches {:action=>"show", :controller=>"guts/navigation_items", :id=>nil, :navigation_id=>#} missing required keys: [:id]): 22: 23: 24: 25: 26: 27: 28: actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:25:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133220825220' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:18:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133220825220' 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.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.9ms) 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 (49.8ms) Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:44:46 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (3.5ms) Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.2ms) ActionView::Template::Error (No route matches {:action=>"show", :controller=>"guts/navigation_items", :id=>nil, :navigation_id=>#} missing required keys: [:id]): 22: 23: 24: 25: 26: 27: 28: actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:25:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133220825220' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:18:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133220825220' 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 (6.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 (2.7ms) 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/template_error.html.erb within rescues/layout (44.9ms) Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:44:58 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (15.2ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `navigation_navigation_item' for #<#:0x007f9259c6adc0>): 22: 23: 24: 25: 26: 27: 28: /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:25:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133274069320' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:18:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133274069320' 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.2ms) 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.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.9ms) 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 (49.3ms) Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:45:02 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (4.6ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.2ms) ActionView::Template::Error (No route matches {:action=>"show", :controller=>"guts/navigation_items", :id=>nil, :navigation_id=>#} missing required keys: [:id]): 22: 23: 24: 25: 26: 27: 28: actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:25:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133220210360' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:18:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133220210360' 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 (6.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 (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 (0.8ms) 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 (47.4ms) Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:45:11 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (6.5ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.4ms) ActionView::Template::Error (No route matches {:action=>"show", :controller=>"guts/navigation_items", :id=>nil, :navigation_id=>2} missing required keys: [:id]): 22: 23: 24: 25: 26: 27: 28: actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:25:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133253897100' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:18:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133253897100' 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 (5.9ms) 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 (1.1ms) 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 (48.8ms) Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:47:15 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.4ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 1ms (ActiveRecord: 0.4ms) ActiveRecord::RecordNotFound (Couldn't find Guts::Navigation with 'id'=): activerecord (4.2.5) lib/active_record/core.rb:155:in `find' /Users/tyler/Development/guts/app/controllers/guts/navigation_items_controller.rb:52:in `set_navigation' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting' 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.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.0ms) 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 (45.2ms) Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:47:27 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Completed 404 Not Found in 0ms (ActiveRecord: 0.0ms) ActiveRecord::RecordNotFound (Couldn't find Guts::Navigation without an ID): activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:421:in `find_with_ids' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:71:in `find' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:20:in `find' /Users/tyler/Development/guts/app/controllers/guts/navigation_items_controller.rb:52:in `set_navigation' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting' 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.3ms) 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.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.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 (47.4ms) Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:48:14 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) StandardError ({"controller"=>"guts/navigation_items", "action"=>"index", "navigation_id"=>"testing"}): /Users/tyler/Development/guts/app/controllers/guts/navigation_items_controller.rb:52:in `set_navigation' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting' 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.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.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 (1.0ms) 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 (41.9ms) Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:48:23 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (1.4ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Guts::NavigationItem Load (0.5ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (10.7ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 2.4ms) ActionView::Template::Error (No route matches {:action=>"edit", :controller=>"guts/navigation_items", :id=>nil, :navigation_id=>#} missing required keys: [:id]): 23: 24: 25: 26: 27: 28: 29: <% end %> actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:26:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133259926480' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:18:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133259926480' 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 (6.3ms) 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.7ms) 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/template_error.html.erb within rescues/layout (46.8ms) Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:48:55 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (15.0ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `navigation_navigation_item' for #<#:0x007f9259a1ea30>): 24: 25: 26: 27: 28: 29: <% end %> 30: /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:27:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133272862920' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:18:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133272862920' 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.2ms) 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.8ms) 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/template_error.html.erb within rescues/layout (51.9ms) Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:49:02 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (16.5ms) Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined local variable or method `new_navigation_item_path' for #<#:0x007f9258344580>): 32: 33:
    34: 35: <%= link_to 'New Navigation item', new_navigation_item_path %> /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:35:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__4205736703738001372_70133274219420' 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 (6.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.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 (0.9ms) 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 (47.9ms) Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:49:16 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (3.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 66ms (Views: 64.9ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 01:49:17 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 01:49:17 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 01:49:17 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 01:49:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 01:49:17 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 01:49:17 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 01:49:17 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 01:49:17 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 01:49:17 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 01:49:17 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 01:49:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 01:49:17 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 01:49:17 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 01:49:17 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 01:49:17 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 01:49:17 -0330 Started GET "/guts/navigations/testing/items/new" for ::1 at 2015-12-15 01:49:19 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (15.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (17.3ms) Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `navigation_items_path' for #<#:0x007f925835e6d8>): 1: <%= form_for(@navigation_item) do |f| %> 2:
    3: <%= f.submit "Save", class: "success button" %> 4:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___2924020218763620608_70133260267280' 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/navigation_items/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_new_html_erb__2625471134458046529_70133272182580' 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.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.1ms) 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 (52.3ms) Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:49:23 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 43.4ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 01:49:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 01:49:23 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 01:49:23 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 01:49:23 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 01:49:23 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 01:49:23 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 01:49:23 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 01:49:23 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 01:49:23 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 01:49:23 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 01:49:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 01:49:23 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 01:49:23 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 01:49:23 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 01:49:23 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 01:49:23 -0330 Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:49:24 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (2.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 46.9ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 01:49:24 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 01:49:24 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 01:49:24 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 01:49:24 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 01:49:24 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 01:49:24 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 01:49:24 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 01:49:24 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 01:49:24 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 01:49:24 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 01:49:24 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 01:49:24 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 01:49:24 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 01:49:24 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 01:49:24 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 01:49:24 -0330 Started GET "/guts/navigations/testing/items/new" for ::1 at 2015-12-15 01:49:28 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (13.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (15.4ms) Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `navigation_items_path' for #<#:0x007f9259d33928>): 1: <%= form_for(@navigation_item) do |f| %> 2:
    3: <%= f.submit "Save", class: "success button" %> 4:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___2924020218763620608_70133260267280' 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/navigation_items/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_new_html_erb__2625471134458046529_70133272182580' 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.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 (3.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.1ms) 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 (59.0ms) Started GET "/guts/navigations/testing/items/new" for ::1 at 2015-12-15 01:50:07 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (4.7ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.1ms) ActionView::Template::Error (No route matches {:action=>"show", :controller=>"guts/navigation_items", :id=>#, :navigation_id=>#} missing required keys: [:id]): 1: <%= form_for navigation_navigation_item_path(@navigation, @navigation_item) do |f| %> 2:
    3: <%= f.submit "Save", class: "success button" %> 4:
    actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___2924020218763620608_70133261761920' 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/navigation_items/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_new_html_erb__2625471134458046529_70133272182580' 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.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 (3.8ms) 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.3ms) 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 (51.4ms) Started GET "/guts/navigations/testing/items/new" for ::1 at 2015-12-15 01:50:29 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (3.4ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.1ms) ActionView::Template::Error (No route matches {:action=>"show", :controller=>"guts/navigation_items", :id=>#, :navigation_id=>#} missing required keys: [:id]): 1: <%= form_for navigation_navigation_item_path(@navigation, @navigation_item) do |f| %> 2:
    3: <%= f.submit "Save", class: "success button" %> 4:
    actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___2924020218763620608_70133261761920' 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/navigation_items/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_new_html_erb__2625471134458046529_70133272182580' 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.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.9ms) 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.7ms) 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 (49.4ms) Started GET "/guts/navigations/testing/items/new" for ::1 at 2015-12-15 01:50:44 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (5.4ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.1ms) ActionView::Template::Error (No route matches {:action=>"show", :controller=>"guts/navigation_items", :id=>#, :navigation_id=>#} missing required keys: [:id]): 1: <%= form_for navigation_navigation_item_path(@navigation, @navigation_item) do |f| %> 2:
    3: <%= f.submit "Save", class: "success button" %> 4:
    actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___2924020218763620608_70133252275420' 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/navigation_items/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_new_html_erb__2625471134458046529_70133272182580' 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 (6.9ms) 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.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 (1.1ms) 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 (49.6ms) Started GET "/guts/navigations/testing/items/new" for ::1 at 2015-12-15 01:51:13 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (10.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (12.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 56.6ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 01:51:13 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 01:51:13 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 01:51:13 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 01:51:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 01:51:13 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 01:51:13 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 01:51:13 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 01:51:13 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 01:51:13 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 01:51:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 01:51:14 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 01:51:14 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 01:51:14 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 01:51:14 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 01:51:14 -0330 Started GET "/guts/navigations/testing/items/new" for ::1 at 2015-12-15 01:52:13 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (5.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (6.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 46.9ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 01:52:13 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 01:52:13 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 01:52:13 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 01:52:13 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 01:52:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 01:52:13 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 01:52:13 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 01:52:13 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 01:52:14 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 01:52:14 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 01:52:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 01:52:14 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 01:52:14 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 01:52:14 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 01:52:14 -0330 Started POST "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:52:47 -0330 Processing by Guts::NavigationItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"8xkN6box5Ab19iiaHC2F/vdaNneuw2gQhwFyFx5Wwv4uaB40yRg3H6PA+DyeqN5psYvyWB2VNmMJaklZmv9Bzg==", "commit"=>"Save", "navigation_item"=>{"title"=>"Yayo", "custom"=>"", "navigatable_id"=>"1", "navigatable_type"=>"Guts::Content", "navigation_id"=>"1"}, "_navigation_item"=>{"_navigatable_type"=>"Guts::Content", "_navigatable_id__content"=>"1"}, "navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Unpermitted parameter: navigatable_id  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "guts_navigation_items" ("title", "custom", "navigation_id", "navigatable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Yayo"], ["custom", ""], ["navigation_id", 1], ["navigatable_type", "Guts::Content"], ["created_at", "2015-12-15 05:22:47.520021"], ["updated_at", "2015-12-15 05:22:47.520021"]]  (0.8ms) commit transaction Redirected to Completed 500 Internal Server Error in 19ms (ActiveRecord: 2.1ms) NoMethodError (undefined method `navigation_item_url' for #): actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:268:in `handle_model_call' actionpack (4.2.5) lib/action_dispatch/routing/url_for.rb:168:in `url_for' actionpack (4.2.5) lib/action_controller/metal/redirecting.rb:95:in `_compute_redirect_to_location' actionpack (4.2.5) lib/action_controller/metal/redirecting.rb:75:in `redirect_to' actionpack (4.2.5) lib/action_controller/metal/flash.rb:57:in `redirect_to' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:64:in `block in redirect_to' 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:63:in `redirect_to' /Users/tyler/Development/guts/app/controllers/guts/navigation_items_controller.rb:27:in `create' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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:38: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.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.9ms) 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.7ms) 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 (65.8ms) Started GET "/guts/navigations/testing/items/new" for ::1 at 2015-12-15 01:52:51 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (5.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 49.7ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 01:52:51 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 01:52:52 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 01:52:52 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 01:52:52 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 01:52:52 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 01:52:52 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 01:52:52 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 01:52:52 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 01:52:52 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 01:52:52 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 01:52:52 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 01:52:52 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 01:52:52 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 01:52:52 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 01:52:52 -0330 Started GET "/guts/navigations/testing/items/new" for ::1 at 2015-12-15 01:53:32 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (5.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (7.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 56.2ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 01:53:33 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 01:53:33 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 01:53:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 01:53:33 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 01:53:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 01:53:33 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 01:53:33 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 01:53:33 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 01:53:33 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 01:53:33 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 01:53:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 01:53:33 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 01:53:33 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 01:53:33 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 01:53:33 -0330 Started GET "/guts/navigations/testing/items/new" for ::1 at 2015-12-15 01:54:07 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.4ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (6.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (8.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 69ms (Views: 57.0ms | ActiveRecord: 1.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 01:54:08 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 01:54:08 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 01:54:08 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 01:54:08 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 01:54:08 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 01:54:08 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 01:54:08 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 01:54:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 01:54:08 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 01:54:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 01:54:08 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 01:54:08 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 01:54:08 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 01:54:08 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 01:54:08 -0330 Started POST "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:54:14 -0330 Processing by Guts::NavigationItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"FJPILEI30Evy81Ra93Jq4ixz6ICG253eHsu1eiL70dbJ4tvxMR4DUqTFhPx19zF1aqIsrzWNw62QoI40plJS5g==", "commit"=>"Save", "navigation_item"=>{"title"=>"Yay", "custom"=>"", "navigatable_id"=>"1", "navigatable_type"=>"Guts::Content", "navigation_id"=>"1"}, "_navigation_item"=>{"_navigatable_type"=>"Guts::Content", "_navigatable_id__content"=>"1"}, "navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "guts_navigation_items" ("title", "custom", "navigation_id", "navigatable_type", "navigatable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "Yay"], ["custom", ""], ["navigation_id", 1], ["navigatable_type", "Guts::Content"], ["navigatable_id", 1], ["created_at", "2015-12-15 05:24:14.906740"], ["updated_at", "2015-12-15 05:24:14.906740"]]  (0.7ms) commit transaction Redirected to Completed 500 Internal Server Error in 17ms (ActiveRecord: 1.2ms) NoMethodError (undefined method `navigation_item_url' for #): actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:268:in `handle_model_call' actionpack (4.2.5) lib/action_dispatch/routing/url_for.rb:168:in `url_for' actionpack (4.2.5) lib/action_controller/metal/redirecting.rb:95:in `_compute_redirect_to_location' actionpack (4.2.5) lib/action_controller/metal/redirecting.rb:75:in `redirect_to' actionpack (4.2.5) lib/action_controller/metal/flash.rb:57:in `redirect_to' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:64:in `block in redirect_to' 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:63:in `redirect_to' /Users/tyler/Development/guts/app/controllers/guts/navigation_items_controller.rb:27:in `create' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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:38: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 (9.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.7ms) 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 (65.3ms) Started GET "/guts/navigations" for ::1 at 2015-12-15 01:55:18 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.3ms) SELECT "guts_navigations".* FROM "guts_navigations" Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 50.1ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 01:55:18 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 01:55:18 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 01:55:18 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 01:55:18 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 01:55:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 01:55:18 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 01:55:18 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 01:55:18 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 01:55:18 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 01:55:18 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 01:55:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 01:55:18 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 01:55:18 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 01:55:19 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 01:55:19 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 01:55:19 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 01:55:39 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (3.2ms) Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `navigatable' for #): 13: 14:
    15: <% @navigations.each do |navigation| %> 16: <%= navigation.navigatable.id %> 17: 18: 19: activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:16:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb__2169648403095720401_70133261448920' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:15:in `___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb__2169648403095720401_70133261448920' 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 (8.3ms) 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.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.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 (50.9ms) Started GET "/guts/navigations" for ::1 at 2015-12-15 01:56:01 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigatable_id" = ? AND "guts_navigation_items"."navigatable_type" = ? ORDER BY "guts_navigation_items"."id" ASC LIMIT 1 [["navigatable_id", 1], ["navigatable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (11.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 54.9ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 01:56:01 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 01:56:01 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 01:56:01 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 01:56:01 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 01:56:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 01:56:01 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 01:56:01 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 01:56:01 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 01:56:01 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 01:56:01 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 01:56:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 01:56:01 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 01:56:01 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 01:56:02 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 01:56:02 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 01:56:02 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 01:56:06 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigatable_id" = ? AND "guts_navigation_items"."navigatable_type" = ? ORDER BY "guts_navigation_items"."id" ASC LIMIT 1 [["navigatable_id", 1], ["navigatable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (3.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 47.2ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 01:56:06 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 01:56:06 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 01:56:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 01:56:06 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 01:56:06 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 01:56:06 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 01:56:06 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 01:56:06 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 01:56:06 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 01:56:06 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 01:56:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 01:56:06 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 01:56:06 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 01:56:06 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 01:56:06 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 01:56:06 -0330 Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 01:56:23 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (7.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 53.0ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 01:56:23 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 01:56:23 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 01:56:23 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 01:56:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 01:56:23 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 01:56:23 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 01:56:23 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 01:56:23 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 01:56:23 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 01:56:23 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 01:56:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 01:56:23 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 01:56:23 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 01:56:23 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 01:56:23 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 01:56:23 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 01:56:27 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigatable_id" = ? AND "guts_navigation_items"."navigatable_type" = ? ORDER BY "guts_navigation_items"."id" ASC LIMIT 1 [["navigatable_id", 1], ["navigatable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (2.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 45.7ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 01:56:27 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 01:56:27 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 01:56:27 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 01:56:27 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 01:56:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 01:56:27 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 01:56:27 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 01:56:27 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 01:56:27 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 01:56:27 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 01:56:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 01:56:27 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 01:56:27 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 01:56:27 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 01:56:27 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 01:56:27 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 01:56:49 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (3.1ms) Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `navigatable' for #): 13: 14: 15: <% @navigations.each do |navigation| %> 16: <%= navigation.navigatable.first.to_json %> 17: 18: 19: activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:16:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb__2169648403095720401_70133223531240' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:15:in `___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb__2169648403095720401_70133223531240' 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 (6.2ms) 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.9ms) 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 (46.5ms) Started GET "/guts/navigations" for ::1 at 2015-12-15 01:57:02 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigatable_id" = ? AND "guts_navigation_items"."navigatable_type" = ? [["navigatable_id", 1], ["navigatable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (4.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 57.4ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 01:57:02 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 01:57:02 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 01:57:02 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 01:57:02 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 01:57:02 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 01:57:02 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 01:57:02 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 01:57:02 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 01:57:02 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 01:57:02 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 01:57:02 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 01:57:02 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 01:57:02 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 01:57:02 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 01:57:02 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 01:57:02 -0330 Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 02:00:02 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (3.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 48.5ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:00:03 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:00:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:00:03 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:00:03 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:00:03 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:00:03 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:00:03 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:00:03 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:00:03 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:00:03 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:00:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:00:03 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:00:03 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:00:03 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:00:03 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:00:03 -0330 Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 02:00:11 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (3.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 57.7ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:00:12 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:00:12 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:00:12 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:00:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:00:12 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:00:12 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:00:12 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:00:12 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:00:12 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:00:12 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:00:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:00:12 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:00:12 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:00:12 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:00:12 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:00:12 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:00:13 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigatable_id" = ? AND "guts_navigation_items"."navigatable_type" = ? [["navigatable_id", 1], ["navigatable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (2.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 48.6ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:00:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:00:14 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:00:14 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:00:14 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:00:14 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:00:14 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:00:14 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:00:14 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:00:14 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:00:14 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:00:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:00:14 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:00:14 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:00:14 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:00:14 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:00:14 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:00:15 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigatable_id" = ? AND "guts_navigation_items"."navigatable_type" = ? [["navigatable_id", 1], ["navigatable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (2.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 54.1ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:00:15 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:00:15 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:00:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:00:15 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:00:15 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:00:15 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:00:15 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:00:15 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:00:15 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:00:15 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:00:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:00:15 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:00:15 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:00:15 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:00:15 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:00:15 -0330  (1.4ms) CREATE TABLE "friendly_id_slugs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slug" varchar NOT NULL, "sluggable_id" integer NOT NULL, "sluggable_type" varchar(50), "scope" varchar, "created_at" datetime)   (0.5ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope" ON "friendly_id_slugs" ("slug", "sluggable_type", "scope")  (0.1ms) 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'  (0.9ms) CREATE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type" ON "friendly_id_slugs" ("slug", "sluggable_type")  (0.1ms) 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'  (0.1ms)  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'   (0.8ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_id" ON "friendly_id_slugs" ("sluggable_id")  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.9ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_type" ON "friendly_id_slugs" ("sluggable_type")  (0.9ms) CREATE TABLE "guts_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "metafields" varchar, "slug" varchar)   (1.0ms) CREATE UNIQUE INDEX "index_guts_categories_on_slug" ON "guts_categories" ("slug")  (2.0ms) CREATE TABLE "guts_categories_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer)   (1.4ms) CREATE TABLE "guts_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.3ms) CREATE TABLE "guts_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar, "type_id" integer, "visible" integer(1) DEFAULT 1)   (1.9ms) CREATE UNIQUE INDEX "index_guts_contents_on_slug" ON "guts_contents" ("slug")  (0.1ms)  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'   (0.8ms) CREATE INDEX "index_guts_contents_on_type_id" ON "guts_contents" ("type_id")  (5.6ms) CREATE TABLE "guts_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "position" integer, "content_id" integer, "caption" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "file_file_name" varchar, "file_content_type" varchar, "file_file_size" integer, "file_updated_at" datetime, "filable_id" integer, "filable_type" varchar)   (1.1ms) CREATE INDEX "index_guts_files_on_content_id" ON "guts_files" ("content_id")  (0.1ms)  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'   (0.8ms) CREATE INDEX "index_guts_files_on_filable_type_and_filable_id" ON "guts_files" ("filable_type", "filable_id")  (0.9ms) CREATE TABLE "guts_metafields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar, "value" text, "fieldable_id" integer, "fieldable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.0ms) CREATE INDEX "index_guts_metafields_on_fieldable_type_and_fieldable_id" ON "guts_metafields" ("fieldable_type", "fieldable_id")  (1.9ms) CREATE TABLE "guts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigation_id" integer, "navigatable_id" integer, "navigatable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.8ms) CREATE INDEX "index_nav_items_on_nav_with_type_and_id" ON "guts_navigation_items" ("navigatable_type", "navigatable_id")  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index'   (3.1ms) CREATE INDEX "index_guts_navigation_items_on_navigation_id" ON "guts_navigation_items" ("navigation_id")  (2.6ms) CREATE TABLE "guts_navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "metafields" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar)   (1.5ms) CREATE UNIQUE INDEX "index_guts_navigations_on_slug" ON "guts_navigations" ("slug")  (1.0ms) CREATE TABLE "guts_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "index_guts_types_on_slug" ON "guts_types" ("slug")  (3.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151209040634')  (1.0ms) CREATE TABLE "friendly_id_slugs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slug" varchar NOT NULL, "sluggable_id" integer NOT NULL, "sluggable_type" varchar(50), "scope" varchar, "created_at" datetime)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope" ON "friendly_id_slugs" ("slug", "sluggable_type", "scope")  (0.2ms) 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'  (1.0ms) CREATE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type" ON "friendly_id_slugs" ("slug", "sluggable_type")  (0.1ms) 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'  (0.1ms)  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'   (0.9ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_id" ON "friendly_id_slugs" ("sluggable_id")  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.9ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_type" ON "friendly_id_slugs" ("sluggable_type")  (0.8ms) CREATE TABLE "guts_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "metafields" varchar, "slug" varchar)   (5.0ms) CREATE UNIQUE INDEX "index_guts_categories_on_slug" ON "guts_categories" ("slug")  (1.3ms) CREATE TABLE "guts_categories_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer)   (0.9ms) CREATE TABLE "guts_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.0ms) CREATE TABLE "guts_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar, "type_id" integer, "visible" integer(1) DEFAULT 1)   (0.9ms) CREATE UNIQUE INDEX "index_guts_contents_on_slug" ON "guts_contents" ("slug")  (0.1ms)  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'   (0.7ms) CREATE INDEX "index_guts_contents_on_type_id" ON "guts_contents" ("type_id")  (2.4ms) CREATE TABLE "guts_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "position" integer, "content_id" integer, "caption" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "file_file_name" varchar, "file_content_type" varchar, "file_file_size" integer, "file_updated_at" datetime, "filable_id" integer, "filable_type" varchar)   (3.2ms) CREATE INDEX "index_guts_files_on_content_id" ON "guts_files" ("content_id")  (0.1ms)  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'   (0.9ms) CREATE INDEX "index_guts_files_on_filable_type_and_filable_id" ON "guts_files" ("filable_type", "filable_id")  (0.9ms) CREATE TABLE "guts_metafields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar, "value" text, "fieldable_id" integer, "fieldable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE INDEX "index_guts_metafields_on_fieldable_type_and_fieldable_id" ON "guts_metafields" ("fieldable_type", "fieldable_id")  (0.9ms) CREATE TABLE "guts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigation_id" integer, "navigatable_id" integer, "navigatable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.8ms) CREATE INDEX "index_nav_items_on_nav_with_type_and_id" ON "guts_navigation_items" ("navigatable_type", "navigatable_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index'   (1.8ms) CREATE INDEX "index_guts_navigation_items_on_navigation_id" ON "guts_navigation_items" ("navigation_id")  (1.6ms) CREATE TABLE "guts_navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "metafields" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar)   (0.9ms) CREATE UNIQUE INDEX "index_guts_navigations_on_slug" ON "guts_navigations" ("slug")  (2.6ms) CREATE TABLE "guts_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.0ms) CREATE UNIQUE INDEX "index_guts_types_on_slug" ON "guts_types" ("slug")  (7.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151209040634') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.3ms)  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'   (0.2ms) 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'  (0.1ms)  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'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_guts_files_on_filable_type_and_filable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_files_on_filable_type_and_filable_id' AND type='index'  (0.1ms)  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'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_guts_metafields_on_fieldable_type_and_fieldable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_metafields_on_fieldable_type_and_fieldable_id' AND type='index'  (0.1ms)  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'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index'  (0.1ms)  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'   (0.1ms) 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/navigations" for ::1 at 2015-12-15 02:01:51 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (1.3ms) SELECT "guts_navigations".* FROM "guts_navigations" Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (24.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 482ms (Views: 443.9ms | ActiveRecord: 1.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:01:51 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:01:51 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:01:51 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:01:51 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:01:51 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:01:51 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:01:51 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:01:51 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:01:51 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:01:51 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:01:51 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:01:51 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:01:51 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:01:52 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:01:52 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:01:52 -0330 Started GET "/guts/navigations/new" for ::1 at 2015-12-15 02:01:55 -0330 Processing by Guts::NavigationsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (32.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/new.html.erb within layouts/guts/application (37.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 114ms (Views: 109.4ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:01:55 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:01:55 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:01:55 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:01:55 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:01:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:01:55 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:01:55 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:01:55 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:01:55 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:01:55 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:01:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:01:55 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:01:55 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:01:56 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:01:56 -0330 Started POST "/guts/navigations" for ::1 at 2015-12-15 02:01:59 -0330 Processing by Guts::NavigationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jMu1QEYH7SDIJl/0NC7qAXP3aS+cTpA0+vpB8+Eo6IVRuqadNS4+OZ4Qj1K2q7GWNSatAC8Yzkd0kXq9ZYFrtQ==", "navigation"=>{"title"=>"Testing"}, "commit"=>"Create Navigation"}  (0.1ms) begin transaction Guts::Navigation Exists (0.2ms) SELECT 1 AS one FROM "guts_navigations" WHERE ("guts_navigations"."id" IS NOT NULL) AND "guts_navigations"."slug" = ? LIMIT 1 [["slug", "testing"]] SQL (0.4ms) INSERT INTO "guts_navigations" ("title", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Testing"], ["slug", "testing"], ["created_at", "2015-12-15 05:31:59.331973"], ["updated_at", "2015-12-15 05:31:59.331973"]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/navigations/testing Completed 302 Found in 168ms (ActiveRecord: 1.3ms) Started GET "/guts/navigations/testing" for ::1 at 2015-12-15 02:01:59 -0330 Processing by Guts::NavigationsController#show as HTML Parameters: {"id"=>"testing"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/show.html.erb within layouts/guts/application (1.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 83ms (Views: 80.6ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:01:59 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:01:59 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:01:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:01:59 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:01:59 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:01:59 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:01:59 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:01:59 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:01:59 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:01:59 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:01:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:01:59 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:01:59 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:01:59 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:01:59 -0330 Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2015-12-15 02:01:59 -0330 Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 02:02:04 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (2.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 84ms (Views: 77.0ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:02:04 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:02:04 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:02:04 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:02:04 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:02:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:02:04 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:02:04 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:02:04 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:02:04 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:02:04 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:02:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:02:04 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:02:04 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:02:04 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:02:04 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:02:05 -0330 Started GET "/guts/types" for ::1 at 2015-12-15 02:02:06 -0330 Processing by Guts::TypesController#index as HTML Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (1.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 76ms (Views: 75.0ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:02:06 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:02:06 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:02:06 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:02:06 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:02:06 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:02:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:02:06 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:02:06 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:02:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:02:06 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:02:06 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:02:06 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:02:06 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:02:06 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:02:06 -0330 Started GET "/guts/types/new" for ::1 at 2015-12-15 02:02:07 -0330 Processing by Guts::TypesController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (3.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/new.html.erb within layouts/guts/application (5.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 59.9ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:02:07 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:02:07 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:02:07 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:02:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:02:07 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:02:07 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:02:07 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:02:07 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:02:07 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:02:07 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:02:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:02:07 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:02:07 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:02:07 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:02:07 -0330 Started POST "/guts/types" for ::1 at 2015-12-15 02:02:10 -0330 Processing by Guts::TypesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Hq7CvC9KWGFJjYpq/eaKMePckSD0ZZEK/zzxxYp2WPvD39FhXGOLeB+7Wsx/Y9GmpQ1VD0czz3lxV8qLDt/byw==", "commit"=>"Save", "type"=>{"title"=>"Page"}}  (0.1ms) begin transaction Guts::Type Exists (0.2ms) SELECT 1 AS one FROM "guts_types" WHERE ("guts_types"."id" IS NOT NULL) AND "guts_types"."slug" = ? LIMIT 1 [["slug", "page"]] SQL (0.3ms) INSERT INTO "guts_types" ("title", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Page"], ["slug", "page"], ["created_at", "2015-12-15 05:32:10.655077"], ["updated_at", "2015-12-15 05:32:10.655077"]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/types Completed 302 Found in 6ms (ActiveRecord: 1.2ms) Started GET "/guts/types" for ::1 at 2015-12-15 02:02:10 -0330 Processing by Guts::TypesController#index as HTML Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (34.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 125ms (Views: 124.3ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:02:10 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:02:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:02:10 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:02:11 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:02:11 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:02:11 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:02:11 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:02:11 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:02:11 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:02:11 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:02:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:02:11 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:02:11 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:02:11 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:02:11 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-15 02:02:15 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 57.3ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:02:15 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:02:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:02:16 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:02:16 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:02:16 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:02:16 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:02:16 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:02:16 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:02:16 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:02:16 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:02:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:02:16 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:02:16 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:02:16 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:02:16 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-12-15 02:02:17 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (29.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (31.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 107ms (Views: 99.8ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:02:17 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:02:17 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:02:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:02:17 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:02:17 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:02:17 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:02:17 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:02:17 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:02:17 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:02:17 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:02:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:02:17 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:02:17 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:02:17 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:02:17 -0330 Started POST "/guts/contents" for ::1 at 2015-12-15 02:02:28 -0330 Processing by Guts::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yLgAFzmJeuHh1RYSf5hv/AuMGdrEFCVxQPzemTsSTVsVyRPKSqCp+LfjxrT9HTRrTV3d9XdCewLOl+XXv7vOaw==", "commit"=>"Save Page", "content"=>{"title"=>"Testing Page", "type_id"=>"1", "content"=>"Hey Dude", "visible"=>"1", "category_ids"=>[""]}}  (0.1ms) begin transaction Guts::Content Exists (0.2ms) SELECT 1 AS one FROM "guts_contents" WHERE ("guts_contents"."id" IS NOT NULL) AND "guts_contents"."slug" = ? LIMIT 1 [["slug", "testing-page"]] SQL (0.4ms) INSERT INTO "guts_contents" ("title", "content", "type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Testing Page"], ["content", "Hey Dude"], ["type_id", 1], ["slug", "testing-page"], ["created_at", "2015-12-15 05:32:28.198550"], ["updated_at", "2015-12-15 05:32:28.198550"]]  (0.7ms) commit transaction Completed 500 Internal Server Error in 7ms (ActiveRecord: 1.3ms) NoMethodError (undefined method `title' for nil:NilClass): /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:26:in `create' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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:38: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.9ms) 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.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 (9.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 (62.3ms) Started GET "/guts/contents/new?type=page" for ::1 at 2015-12-15 02:02:32 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (6.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 65.5ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:02:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:02:32 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:02:32 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:02:32 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:02:32 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:02:32 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:02:32 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:02:32 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:02:32 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:02:32 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:02:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:02:32 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:02:32 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:02:32 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:02:32 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-15 02:02:34 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.2ms) Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 56.1ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:02:35 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:02:35 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:02:35 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:02:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:02:35 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:02:35 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:02:35 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:02:35 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:02:35 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:02:35 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:02:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:02:35 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:02:35 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:02:35 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:02:35 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:02:37 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigatable_id" = ? AND "guts_navigation_items"."navigatable_type" = ? [["navigatable_id", 1], ["navigatable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (4.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 64.4ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:02:38 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:02:38 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:02:38 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:02:38 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:02:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:02:38 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:02:38 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:02:38 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:02:38 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:02:38 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:02:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:02:38 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:02:38 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:02:38 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:02:38 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:02:38 -0330 Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 02:02:44 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (2.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 49.3ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:02:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:02:44 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:02:44 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:02:44 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:02:44 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:02:44 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:02:44 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:02:44 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:02:44 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:02:44 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:02:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:02:44 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:02:44 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:02:44 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:02:44 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:02:44 -0330 Started GET "/guts/navigations/testing/items/new" for ::1 at 2015-12-15 02:02:46 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Guts::Content Load (0.6ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (14.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (16.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 92ms (Views: 69.1ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:02:46 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:02:46 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:02:46 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:02:46 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:02:46 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:02:46 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:02:46 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:02:46 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:02:46 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:02:46 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:02:46 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:02:46 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:02:46 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:02:46 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:02:46 -0330 Started POST "/guts/navigations/testing/items" for ::1 at 2015-12-15 02:02:54 -0330 Processing by Guts::NavigationItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5c2YX21OfDRdoHIW/5CWvC3swH/9Kzuw52pyOH7jWkI4vIuCHmevLQuWorB9Fc0raz0EUE59ZcNpAUl2+krZcg==", "commit"=>"Save", "navigation_item"=>{"title"=>"Sub Test", "custom"=>"", "navigatable_id"=>"1", "navigatable_type"=>"Guts::Content", "navigation_id"=>"1"}, "_navigation_item"=>{"_navigatable_type"=>"Guts::Content", "_navigatable_id__content"=>"1"}, "navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]]  (0.1ms) begin transaction SQL (1.5ms) INSERT INTO "guts_navigation_items" ("title", "custom", "navigation_id", "navigatable_type", "navigatable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "Sub Test"], ["custom", ""], ["navigation_id", 1], ["navigatable_type", "Guts::Content"], ["navigatable_id", 1], ["created_at", "2015-12-15 05:32:54.152704"], ["updated_at", "2015-12-15 05:32:54.152704"]]  (0.9ms) commit transaction Redirected to Completed 500 Internal Server Error in 20ms (ActiveRecord: 2.5ms) NoMethodError (undefined method `navigation_item_url' for #): actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:268:in `handle_model_call' actionpack (4.2.5) lib/action_dispatch/routing/url_for.rb:168:in `url_for' actionpack (4.2.5) lib/action_controller/metal/redirecting.rb:95:in `_compute_redirect_to_location' actionpack (4.2.5) lib/action_controller/metal/redirecting.rb:75:in `redirect_to' actionpack (4.2.5) lib/action_controller/metal/flash.rb:57:in `redirect_to' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:64:in `block in redirect_to' 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:63:in `redirect_to' /Users/tyler/Development/guts/app/controllers/guts/navigation_items_controller.rb:27:in `create' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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:38: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.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.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.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 (61.7ms) Started GET "/guts/navigations/testing/items/new" for ::1 at 2015-12-15 02:02:56 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (12.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (14.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 58.6ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:02:56 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:02:56 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:02:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:02:56 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:02:56 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:02:56 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:02:56 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:02:56 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:02:56 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:02:56 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:02:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:02:57 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:02:57 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:02:57 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:02:57 -0330 Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 02:02:57 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (6.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 47.8ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:02:58 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:02:58 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:02:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:02:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:02:58 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:02:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:02:58 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:02:58 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:02:58 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:02:58 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:02:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:02:58 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:02:58 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:02:58 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:02:58 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:02:58 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:03:17 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.3ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigatable_id" = ? AND "guts_navigation_items"."navigatable_type" = ? [["navigatable_id", 1], ["navigatable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (11.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 66ms (Views: 64.7ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:03:17 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:03:17 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:03:17 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:03:17 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:03:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:03:17 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:03:17 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:03:17 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:03:17 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:03:17 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:03:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:03:17 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:03:17 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:03:17 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:03:17 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:03:17 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:04:15 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigatable_id" = ? AND "guts_navigation_items"."navigatable_type" = ? [["navigatable_id", 1], ["navigatable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (3.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 50.6ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:04:15 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:04:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:04:15 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:04:15 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:04:15 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:04:15 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:04:15 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:04:15 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:04:15 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:04:15 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:04:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:04:15 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:04:15 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:04:15 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:04:15 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:04:15 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:04:26 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (3.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 49.2ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:04:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:04:27 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:04:27 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:04:27 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:04:27 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:04:27 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:04:27 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:04:27 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:04:27 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:04:27 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:04:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:04:27 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:04:27 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:04:27 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:04:27 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:04:27 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:05:02 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (3.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 51.8ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:05:02 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:05:02 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:05:02 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:05:02 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:05:02 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:05:02 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:05:02 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:05:02 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:05:02 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:05:02 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:05:02 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:05:02 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:05:02 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:05:02 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:05:02 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:05:02 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:05:34 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigatable_id" = ? AND "guts_navigation_items"."navigatable_type" = ? [["navigatable_id", 1], ["navigatable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (3.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 48.9ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:05:34 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:05:34 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:05:34 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:05:34 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:05:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:05:34 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:05:34 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:05:34 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:05:34 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:05:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:05:34 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:05:34 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:05:34 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:05:34 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:05:34 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:05:34 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:05:38 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (3.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 52.0ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:05:38 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:05:38 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:05:38 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:05:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:05:38 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:05:38 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:05:38 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:05:38 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:05:38 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:05:38 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:05:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:05:38 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:05:38 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:05:38 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:05:38 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:05:38 -0330 Started GET "/guts/types" for ::1 at 2015-12-15 02:06:04 -0330 Processing by Guts::TypesController#index as HTML Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (3.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 47.3ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:06:04 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:06:04 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:06:04 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:06:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:06:04 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:06:04 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:06:04 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:06:04 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:06:04 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:06:04 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:06:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:06:04 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:06:04 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:06:04 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:06:04 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:06:08 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (3.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 46.3ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:06:08 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:06:08 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:06:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:06:08 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:06:08 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:06:08 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:06:08 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:06:08 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:06:08 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:06:08 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:06:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:06:08 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:06:09 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:06:09 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:06:09 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:06:09 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:06:27 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigatable_id" = ? AND "guts_navigation_items"."navigatable_type" = ? [["navigatable_id", 1], ["navigatable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 47.6ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:06:28 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:06:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:06:28 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:06:28 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:06:28 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:06:28 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:06:28 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:06:28 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:06:28 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:06:28 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:06:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:06:28 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:06:28 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:06:28 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:06:28 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:06:28 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:06:32 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigatable_id" = ? AND "guts_navigation_items"."navigatable_type" = ? [["navigatable_id", 1], ["navigatable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (3.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 49.4ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:06:33 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:06:33 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:06:33 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:06:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:06:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:06:33 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:06:33 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:06:33 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:06:33 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:06:33 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:06:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:06:33 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:06:33 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:06:33 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:06:33 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:06:33 -0330  (1.9ms) CREATE TABLE "friendly_id_slugs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slug" varchar NOT NULL, "sluggable_id" integer NOT NULL, "sluggable_type" varchar(50), "scope" varchar, "created_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope" ON "friendly_id_slugs" ("slug", "sluggable_type", "scope")  (0.1ms) 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'  (0.9ms) CREATE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type" ON "friendly_id_slugs" ("slug", "sluggable_type")  (0.1ms) 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'  (0.1ms)  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'   (0.8ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_id" ON "friendly_id_slugs" ("sluggable_id")  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.9ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_type" ON "friendly_id_slugs" ("sluggable_type")  (0.9ms) CREATE TABLE "guts_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "metafields" varchar, "slug" varchar)   (0.9ms) CREATE UNIQUE INDEX "index_guts_categories_on_slug" ON "guts_categories" ("slug")  (0.9ms) CREATE TABLE "guts_categories_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer)   (0.9ms) CREATE TABLE "guts_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.4ms) CREATE TABLE "guts_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar, "type_id" integer, "visible" integer(1) DEFAULT 1)   (1.4ms) CREATE UNIQUE INDEX "index_guts_contents_on_slug" ON "guts_contents" ("slug")  (0.1ms)  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'   (0.9ms) CREATE INDEX "index_guts_contents_on_type_id" ON "guts_contents" ("type_id")  (0.9ms) CREATE TABLE "guts_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "position" integer, "content_id" integer, "caption" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "file_file_name" varchar, "file_content_type" varchar, "file_file_size" integer, "file_updated_at" datetime, "filable_id" integer, "filable_type" varchar)   (0.8ms) CREATE INDEX "index_guts_files_on_content_id" ON "guts_files" ("content_id")  (0.1ms)  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'   (3.1ms) CREATE INDEX "index_guts_files_on_filable_type_and_filable_id" ON "guts_files" ("filable_type", "filable_id")  (0.9ms) CREATE TABLE "guts_metafields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar, "value" text, "fieldable_id" integer, "fieldable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE INDEX "index_guts_metafields_on_fieldable_type_and_fieldable_id" ON "guts_metafields" ("fieldable_type", "fieldable_id")  (0.9ms) CREATE TABLE "guts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigation_id" integer, "navigatable_id" integer, "navigatable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE INDEX "index_nav_items_on_nav_with_type_and_id" ON "guts_navigation_items" ("navigatable_type", "navigatable_id")  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index'   (1.6ms) CREATE INDEX "index_guts_navigation_items_on_navigation_id" ON "guts_navigation_items" ("navigation_id")  (2.3ms) CREATE TABLE "guts_navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "metafields" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar)   (1.8ms) CREATE UNIQUE INDEX "index_guts_navigations_on_slug" ON "guts_navigations" ("slug")  (0.9ms) CREATE TABLE "guts_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "index_guts_types_on_slug" ON "guts_types" ("slug")  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20151209040634')  (1.0ms) CREATE TABLE "friendly_id_slugs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slug" varchar NOT NULL, "sluggable_id" integer NOT NULL, "sluggable_type" varchar(50), "scope" varchar, "created_at" datetime)   (0.1ms) select sqlite_version(*)  (2.3ms) CREATE UNIQUE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope" ON "friendly_id_slugs" ("slug", "sluggable_type", "scope")  (0.3ms) 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'  (1.5ms) CREATE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type" ON "friendly_id_slugs" ("slug", "sluggable_type")  (0.4ms) 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'  (0.1ms)  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'   (0.8ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_id" ON "friendly_id_slugs" ("sluggable_id")  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.7ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_type" ON "friendly_id_slugs" ("sluggable_type")  (0.8ms) CREATE TABLE "guts_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "metafields" varchar, "slug" varchar)   (0.7ms) CREATE UNIQUE INDEX "index_guts_categories_on_slug" ON "guts_categories" ("slug")  (3.0ms) CREATE TABLE "guts_categories_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer)   (0.9ms) CREATE TABLE "guts_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE TABLE "guts_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar, "type_id" integer, "visible" integer(1) DEFAULT 1)   (0.8ms) CREATE UNIQUE INDEX "index_guts_contents_on_slug" ON "guts_contents" ("slug")  (0.2ms)  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'   (1.8ms) CREATE INDEX "index_guts_contents_on_type_id" ON "guts_contents" ("type_id")  (2.3ms) CREATE TABLE "guts_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "position" integer, "content_id" integer, "caption" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "file_file_name" varchar, "file_content_type" varchar, "file_file_size" integer, "file_updated_at" datetime, "filable_id" integer, "filable_type" varchar)   (1.0ms) CREATE INDEX "index_guts_files_on_content_id" ON "guts_files" ("content_id")  (0.1ms)  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'   (1.3ms) CREATE INDEX "index_guts_files_on_filable_type_and_filable_id" ON "guts_files" ("filable_type", "filable_id")  (1.4ms) CREATE TABLE "guts_metafields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar, "value" text, "fieldable_id" integer, "fieldable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.0ms) CREATE INDEX "index_guts_metafields_on_fieldable_type_and_fieldable_id" ON "guts_metafields" ("fieldable_type", "fieldable_id")  (1.0ms) CREATE TABLE "guts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigation_id" integer, "navigatable_id" integer, "navigatable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE INDEX "index_nav_items_on_nav_with_type_and_id" ON "guts_navigation_items" ("navigatable_type", "navigatable_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index'   (0.9ms) CREATE INDEX "index_guts_navigation_items_on_navigation_id" ON "guts_navigation_items" ("navigation_id")  (0.8ms) CREATE TABLE "guts_navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "metafields" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar)   (0.6ms) CREATE UNIQUE INDEX "index_guts_navigations_on_slug" ON "guts_navigations" ("slug")  (0.8ms) CREATE TABLE "guts_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "index_guts_types_on_slug" ON "guts_types" ("slug")  (2.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (1.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.5ms) SELECT version FROM "schema_migrations"  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151209040634') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_guts_files_on_filable_type_and_filable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_files_on_filable_type_and_filable_id' AND type='index'  (0.1ms)  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'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_guts_metafields_on_fieldable_type_and_fieldable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_metafields_on_fieldable_type_and_fieldable_id' AND type='index'  (0.1ms)  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'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index'  (0.1ms)  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'   (0.1ms) 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/types" for ::1 at 2015-12-15 02:09:04 -0330 Processing by Guts::TypesController#index as HTML Guts::Type Load (1.2ms) SELECT "guts_types".* FROM "guts_types" Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (21.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 353ms (Views: 319.7ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:09:04 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:09:05 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:09:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:09:05 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:09:05 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:09:05 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:09:05 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:09:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:09:05 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:09:05 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:09:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:09:05 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:09:05 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:09:05 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:09:05 -0330 Started GET "/guts/types/new" for ::1 at 2015-12-15 02:09:06 -0330 Processing by Guts::TypesController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (16.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/new.html.erb within layouts/guts/application (20.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 96ms (Views: 92.0ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:09:06 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:09:06 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:09:06 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:09:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:09:06 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:09:06 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:09:06 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:09:06 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:09:06 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:09:06 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:09:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:09:06 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:09:06 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:09:06 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:09:06 -0330 Started POST "/guts/types" for ::1 at 2015-12-15 02:09:10 -0330 Processing by Guts::TypesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"wlyroU3pFwaDv3uWS/Nur0MZ1zN546fdfhL3KlZFhLIfLbh8PsDEH9WJqzDJdjU4BcgTHMq1+a7wecxk0uwHgg==", "commit"=>"Save", "type"=>{"title"=>"Page"}}  (0.1ms) begin transaction Guts::Type Exists (0.3ms) SELECT 1 AS one FROM "guts_types" WHERE ("guts_types"."id" IS NOT NULL) AND "guts_types"."slug" = ? LIMIT 1 [["slug", "page"]] SQL (0.4ms) INSERT INTO "guts_types" ("title", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Page"], ["slug", "page"], ["created_at", "2015-12-15 05:39:10.550519"], ["updated_at", "2015-12-15 05:39:10.550519"]]  (1.4ms) commit transaction Redirected to http://localhost:3000/guts/types Completed 302 Found in 163ms (ActiveRecord: 2.2ms) Started GET "/guts/types" for ::1 at 2015-12-15 02:09:10 -0330 Processing by Guts::TypesController#index as HTML Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (48.6ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 125ms (Views: 124.4ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:09:10 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:09:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:09:10 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:09:10 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:09:10 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:09:10 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:09:10 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:09:10 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:09:10 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:09:10 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:09:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:09:10 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:09:11 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:09:11 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:09:11 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-15 02:09:11 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 79ms (Views: 75.8ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:09:12 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:09:12 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:09:12 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:09:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:09:12 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:09:12 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:09:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:09:12 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:09:12 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:09:12 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:09:12 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:09:12 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:09:12 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:09:12 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:09:12 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-12-15 02:09:13 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (20.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (21.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 80ms (Views: 74.3ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:09:13 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:09:13 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:09:13 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:09:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:09:13 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:09:13 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:09:13 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:09:13 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:09:13 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:09:13 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:09:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:09:13 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:09:13 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:09:13 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:09:13 -0330 Started POST "/guts/contents" for ::1 at 2015-12-15 02:09:18 -0330 Processing by Guts::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"bjNGDEFCb9QdnSOmD0MDzspowoRYf+BBMYF93Hx5ME2zQlXRMmu8zUur8wCNxlhZjLkGq+spvjK/6kaS+NCzfQ==", "commit"=>"Save Page", "content"=>{"title"=>"Test Page", "type_id"=>"1", "content"=>":)", "visible"=>"1", "category_ids"=>[""]}}  (0.1ms) begin transaction Guts::Content Exists (0.2ms) SELECT 1 AS one FROM "guts_contents" WHERE ("guts_contents"."id" IS NOT NULL) AND "guts_contents"."slug" = ? LIMIT 1 [["slug", "test-page"]] SQL (0.3ms) INSERT INTO "guts_contents" ("title", "content", "type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Test Page"], ["content", ":)"], ["type_id", 1], ["slug", "test-page"], ["created_at", "2015-12-15 05:39:18.673986"], ["updated_at", "2015-12-15 05:39:18.673986"]]  (0.8ms) commit transaction Completed 500 Internal Server Error in 8ms (ActiveRecord: 1.3ms) NoMethodError (undefined method `title' for nil:NilClass): /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:26:in `create' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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:38: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 (18.3ms) 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 (4.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 (110.9ms) Started GET "/guts/contents/new?type=page" for ::1 at 2015-12-15 02:09:20 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (6.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 57.4ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:09:20 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:09:20 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:09:20 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:09:20 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:09:20 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:09:20 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:09:20 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:09:20 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:09:20 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:09:20 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:09:20 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:09:20 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:09:20 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:09:20 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:09:20 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:09:21 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (1.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 56.8ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:09:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:09:22 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:09:22 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:09:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:09:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:09:22 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:09:22 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:09:22 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:09:22 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:09:22 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:09:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:09:22 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:09:22 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:09:22 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:09:22 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:09:22 -0330 Started GET "/guts/navigations/new" for ::1 at 2015-12-15 02:09:23 -0330 Processing by Guts::NavigationsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (2.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/new.html.erb within layouts/guts/application (4.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 60.1ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:09:24 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:09:24 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:09:24 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:09:24 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:09:24 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:09:24 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:09:24 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:09:24 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:09:24 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:09:24 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:09:24 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:09:24 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:09:24 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:09:24 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:09:24 -0330 Started POST "/guts/navigations" for ::1 at 2015-12-15 02:09:27 -0330 Processing by Guts::NavigationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"dkGFZ0n012YgOFugn/y0W9RYJOOUg2f3RngfPf0GXMqrMJa6Ot0Ef3YOiwYdee/MkongzCfVOYTIEyRzea/f+g==", "navigation"=>{"title"=>"Test Nav"}, "commit"=>"Create Navigation"}  (0.3ms) begin transaction Guts::Navigation Exists (0.2ms) SELECT 1 AS one FROM "guts_navigations" WHERE ("guts_navigations"."id" IS NOT NULL) AND "guts_navigations"."slug" = ? LIMIT 1 [["slug", "test-nav"]] SQL (0.3ms) INSERT INTO "guts_navigations" ("title", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Test Nav"], ["slug", "test-nav"], ["created_at", "2015-12-15 05:39:27.390589"], ["updated_at", "2015-12-15 05:39:27.390589"]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/navigations/test-nav Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/guts/navigations/test-nav" for ::1 at 2015-12-15 02:09:27 -0330 Processing by Guts::NavigationsController#show as HTML Parameters: {"id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/show.html.erb within layouts/guts/application (1.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 74ms (Views: 72.6ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:09:27 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:09:27 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:09:27 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:09:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:09:27 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:09:27 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:09:27 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:09:27 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:09:27 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:09:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:09:27 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:09:27 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:09:27 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:09:27 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:09:27 -0330 Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2015-12-15 02:09:27 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:09:29 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigatable_id" = ? AND "guts_navigation_items"."navigatable_type" = ? [["navigatable_id", 1], ["navigatable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (7.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 68ms (Views: 66.7ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:09:30 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:09:30 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:09:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:09:30 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:09:30 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:09:30 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:09:30 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:09:30 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:09:30 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:09:30 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:09:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:09:30 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:09:30 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:09:30 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:09:30 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:09:30 -0330 Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 02:09:33 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) 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/navigation_items_controller.rb:52:in `set_navigation' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting' 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.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 (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.3ms) 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 (43.6ms) Started GET "/guts/navigations/test_nav/items" for ::1 at 2015-12-15 02:09:52 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test_nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test_nav"]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) 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/navigation_items_controller.rb:52:in `set_navigation' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting' 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.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.5ms) 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.7ms) 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.7ms) Started GET "/guts/navigations/test-nav/items" for ::1 at 2015-12-15 02:09:57 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (2.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 47.5ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:09:57 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:09:57 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:09:57 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:09:57 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:09:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:09:57 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:09:57 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:09:57 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:09:57 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:09:57 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:09:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:09:57 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:09:57 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:09:57 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:09:57 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:09:57 -0330 Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 02:09:59 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (19.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (20.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 85ms (Views: 65.7ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:09:59 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:09:59 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:09:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:09:59 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:09:59 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:09:59 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:09:59 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:09:59 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:09:59 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:09:59 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:09:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:09:59 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:09:59 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:09:59 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:09:59 -0330 Started POST "/guts/navigations/test-nav/items" for ::1 at 2015-12-15 02:10:05 -0330 Processing by Guts::NavigationItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"LSrWupK7EUrPtbTNZ4qHtcl0ni7xipfbRv3wofTA6ubwW8Vn4ZLCU5mDZGvlD9wij6VaAULcyajIlsvvcGlp1g==", "commit"=>"Save", "navigation_item"=>{"title"=>"Cool", "custom"=>"", "navigatable_id"=>"1", "navigatable_type"=>"Guts::Content", "navigation_id"=>"1"}, "_navigation_item"=>{"_navigatable_type"=>"Guts::Content", "_navigatable_id__content"=>"1"}, "navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "guts_navigation_items" ("title", "custom", "navigation_id", "navigatable_type", "navigatable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "Cool"], ["custom", ""], ["navigation_id", 1], ["navigatable_type", "Guts::Content"], ["navigatable_id", 1], ["created_at", "2015-12-15 05:40:05.079001"], ["updated_at", "2015-12-15 05:40:05.079001"]]  (0.8ms) commit transaction Redirected to Completed 500 Internal Server Error in 19ms (ActiveRecord: 1.4ms) NoMethodError (undefined method `navigation_item_url' for #): actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:268:in `handle_model_call' actionpack (4.2.5) lib/action_dispatch/routing/url_for.rb:168:in `url_for' actionpack (4.2.5) lib/action_controller/metal/redirecting.rb:95:in `_compute_redirect_to_location' actionpack (4.2.5) lib/action_controller/metal/redirecting.rb:75:in `redirect_to' actionpack (4.2.5) lib/action_controller/metal/flash.rb:57:in `redirect_to' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:64:in `block in redirect_to' 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:63:in `redirect_to' /Users/tyler/Development/guts/app/controllers/guts/navigation_items_controller.rb:27:in `create' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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:38: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.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 (2.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.0ms) 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 (75.7ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 02:10:06 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (5.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 48.5ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:10:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:10:07 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:10:07 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:10:07 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:10:07 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:10:07 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:10:07 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:10:07 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:10:07 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:10:07 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:10:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:10:07 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:10:07 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:10:07 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:10:07 -0330 Started GET "/guts/navigations/test-nav/items" for ::1 at 2015-12-15 02:10:08 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (5.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 50.7ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:10:08 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:10:08 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:10:08 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:10:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:10:08 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:10:08 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:10:08 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:10:08 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:10:08 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:10:08 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:10:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:10:08 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:10:08 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:10:08 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:10:08 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:10:08 -0330 Started GET "/guts/navigations/test_nav/items" for ::1 at 2015-12-15 02:10:13 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test_nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test_nav"]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) 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/navigation_items_controller.rb:52:in `set_navigation' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting' 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.3ms) 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 (42.6ms) Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 02:10:14 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) 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/navigation_items_controller.rb:52:in `set_navigation' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting' 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.9ms) 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.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 (45.1ms) Started GET "/guts/navigations" for ::1 at 2015-12-15 02:10:15 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigatable_id" = ? AND "guts_navigation_items"."navigatable_type" = ? [["navigatable_id", 1], ["navigatable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (3.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 46.4ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:10:15 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:10:15 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:10:15 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:10:15 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:10:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:10:15 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:10:15 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:10:15 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:10:15 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:10:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:10:15 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:10:15 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:10:15 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:10:15 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:10:15 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:10:15 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:10:16 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigatable_id" = ? AND "guts_navigation_items"."navigatable_type" = ? [["navigatable_id", 1], ["navigatable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 49.8ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:10:16 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:10:16 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:10:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:10:16 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:10:16 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:10:16 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:10:16 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:10:16 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:10:16 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:10:16 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:10:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:10:16 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:10:16 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:10:16 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:10:16 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:10:16 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:11:04 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.4ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigatable_id" = ? AND "guts_navigation_items"."navigatable_type" = ? [["navigatable_id", 1], ["navigatable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (8.7ms) Guts::Type Load (2.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 77ms (Views: 70.6ms | ActiveRecord: 3.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:11:05 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:11:05 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:11:05 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:11:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:11:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:11:05 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:11:05 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:11:05 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:11:05 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:11:05 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:11:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:11:05 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:11:05 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:11:05 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:11:05 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:11:05 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:11:07 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigatable_id" = ? AND "guts_navigation_items"."navigatable_type" = ? [["navigatable_id", 1], ["navigatable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 60.8ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:11:07 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:11:07 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:11:07 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:11:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:11:07 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:11:07 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:11:07 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:11:07 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:11:07 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:11:07 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:11:07 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:11:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:11:07 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:11:07 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:11:07 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:11:07 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:11:16 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.4ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigatable_id" = ? AND "guts_navigation_items"."navigatable_type" = ? [["navigatable_id", 1], ["navigatable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (9.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 61.0ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:11:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:11:17 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:11:17 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:11:17 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:11:17 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:11:17 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:11:17 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:11:17 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:11:17 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:11:17 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:11:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:11:17 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:11:17 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:11:17 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:11:17 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:11:17 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:11:19 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.6ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigatable_id" = ? AND "guts_navigation_items"."navigatable_type" = ? [["navigatable_id", 1], ["navigatable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (10.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 70ms (Views: 65.3ms | ActiveRecord: 1.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:11:19 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:11:19 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:11:19 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:11:19 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:11:19 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:11:19 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:11:19 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:11:19 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:11:19 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:11:19 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:11:19 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:11:19 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:11:19 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:11:19 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:11:19 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:11:19 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:11:52 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.8ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (11.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 83ms (Views: 77.8ms | ActiveRecord: 2.1ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:11:52 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:11:52 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:11:52 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:11:52 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:11:52 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:11:52 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:11:52 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:11:52 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:11:52 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:11:52 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:11:52 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:11:52 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:11:52 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:11:52 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:11:52 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:11:52 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:16:44 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (1.3ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (33.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 443ms (Views: 402.8ms | ActiveRecord: 2.2ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:16:44 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:16:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:16:44 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:16:44 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:16:44 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:16:44 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:16:44 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:16:44 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:16:44 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:16:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:16:44 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:16:44 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:16:44 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:16:45 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:16:45 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:16:45 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:18:50 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.6ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (9.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 149ms (Views: 147.4ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:18:50 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:18:50 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:18:50 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:18:50 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:18:50 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:18:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:18:50 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:18:50 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:18:50 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:18:50 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:18:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:18:50 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:18:50 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:18:51 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:18:51 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:18:51 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:20:09 -0330 Processing by Guts::NavigationsController#index as HTML Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (4.8ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms) ActionView::Template::Error (No route matches {:action=>"index", :controller=>"guts/metafields", :fieldable_type=>"Guts::Navigation"} missing required keys: [:navigation_id]): 2:
    3:

    Navigations

    4: <%= link_to "New", new_navigation_path, class: "button" %> 5: <%= link_to "Metafields", navigation_metafields_path, class: "hallow button" %> 6:
    7: 8: actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344830507700' 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 (8.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 (3.5ms) 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.6ms) 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 (53.1ms) Started GET "/guts/navigatis" for ::1 at 2015-12-15 02:20:35 -0330 ActionController::RoutingError (No route matches [GET] "/guts/navigatis"): 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.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (11.9ms) 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.6ms) 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 (113.1ms) Started GET "/guts/navigations" for ::1 at 2015-12-15 02:20:41 -0330 Processing by Guts::NavigationsController#index as HTML Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (2.4ms) Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) ActionView::Template::Error (No route matches {:action=>"index", :controller=>"guts/metafields", :fieldable_type=>"Guts::Navigation"} missing required keys: [:navigation_id]): 2:
    3:

    Navigations

    4: <%= link_to "New", new_navigation_path, class: "button" %> 5: <%= link_to "Metafields", navigation_metafields_path, class: "hallow button" %> 6:
    7: 8: actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344830507700' 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 (6.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 (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 (1.1ms) 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 (49.2ms) Started GET "/guts/navigations" for ::1 at 2015-12-15 02:21:20 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.6ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (6.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 69ms (Views: 67.7ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:21:21 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:21:21 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:21:21 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:21:21 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:21:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:21:21 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:21:21 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:21:21 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:21:21 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:21:21 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:21:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:21:21 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:21:21 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:21:21 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:21:21 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:21:21 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:21:32 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (3.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 59.1ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:21:32 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:21:32 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:21:32 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:21:32 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:21:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:21:32 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:21:32 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:21:32 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:21:32 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:21:32 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:21:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:21:32 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:21:32 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:21:32 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:21:32 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:21:32 -0330 Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2015-12-15 02:21:32 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:21:50 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (3.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 58.3ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:21:50 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:21:50 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:21:50 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:21:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:21:50 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:21:50 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:21:51 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:21:51 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:21:51 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:21:51 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:21:51 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:21:51 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:21:51 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:21:51 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:21:51 -0330 Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2015-12-15 02:21:51 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:21:51 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:22:08 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (4.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 66ms (Views: 64.9ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:22:08 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:22:08 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:22:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:22:08 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:22:08 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:22:08 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:22:08 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:22:08 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:22:08 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:22:08 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:22:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:22:08 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:22:08 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:22:08 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:22:08 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:22:08 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:23:40 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (4.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 50.6ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:23:41 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:23:41 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:23:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:23:41 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:23:41 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:23:41 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:23:41 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:23:41 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:23:41 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:23:41 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:23:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:23:41 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:23:41 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:23:41 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:23:41 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:23:41 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:23:54 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.3ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (11.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 66.1ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:23:55 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:23:55 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:23:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:23:55 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:23:55 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:23:55 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:23:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:23:55 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:23:55 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:23:55 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:23:55 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:23:55 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:23:55 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:23:55 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:23:55 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:23:55 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:23:58 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (4.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 50.0ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:23:58 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:23:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:23:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:23:58 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:23:58 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:23:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:23:58 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:23:58 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:23:58 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:23:58 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:23:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:23:58 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:23:58 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:23:59 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:23:59 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:23:59 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:25:04 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (5.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 53.5ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:25:04 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:25:04 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:25:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:25:04 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:25:04 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:25:04 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:25:04 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:25:04 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:25:04 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:25:04 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:25:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:25:04 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:25:04 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:25:04 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:25:04 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:25:04 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:25:33 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (7.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 53.2ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:25:33 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:25:33 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:25:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:25:33 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:25:33 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:25:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:25:33 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:25:33 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:25:33 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:25:33 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:25:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:25:33 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:25:33 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:25:33 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:25:33 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:25:33 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:25:41 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (4.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 50.6ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:25:41 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:25:41 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:25:41 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:25:41 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:25:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:25:41 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:25:41 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:25:41 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:25:41 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:25:41 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:25:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:25:41 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:25:41 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:25:41 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:25:41 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:25:41 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:25:56 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (3.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 50.3ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:25:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:25:56 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:25:56 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:25:56 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:25:56 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:25:56 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:25:56 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:25:56 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:25:56 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:25:56 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:25:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:25:56 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:25:56 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:25:56 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:25:56 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:25:56 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:27:19 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.6ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (15.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 69ms (Views: 67.3ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:27:19 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:27:19 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:27:19 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:27:19 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:27:19 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:27:19 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:27:19 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:27:19 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:27:19 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:27:19 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:27:19 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:27:19 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:27:19 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:27:19 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:27:19 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:27:19 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:27:47 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (1.6ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (7.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 97ms (Views: 94.7ms | ActiveRecord: 2.1ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:27:47 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:27:47 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:27:47 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:27:47 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:27:47 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:27:47 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:27:47 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:27:47 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:27:47 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:27:47 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:27:47 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:27:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:27:48 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:27:48 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:27:48 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:27:48 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:28:38 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (4.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 61.1ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:28:38 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:28:38 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:28:38 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:28:38 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:28:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:28:38 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:28:38 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:28:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:28:38 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:28:38 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:28:38 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:28:38 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:28:39 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:28:39 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:28:39 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:28:39 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:29:17 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (6.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 60.3ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:29:18 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:29:18 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:29:18 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:29:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:29:18 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:29:18 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:29:18 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:29:18 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:29:18 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:29:18 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:29:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:29:18 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:29:18 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:29:18 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:29:18 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:29:18 -0330 Started GET "/guts/navigations/testing/items" for ::1 at 2015-12-15 02:29:24 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"testing"} Guts::Navigation Load (0.8ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "testing"]] Completed 404 Not Found in 7ms (ActiveRecord: 0.8ms) 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/navigation_items_controller.rb:52:in `set_navigation' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting' 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.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 (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 (42.9ms) Started GET "/guts/navigations/test-nav/items" for ::1 at 2015-12-15 02:29:25 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.5ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (24.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 94ms (Views: 91.1ms | ActiveRecord: 1.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:29:26 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:29:26 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:29:26 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:29:26 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:29:26 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:29:26 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:29:26 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:29:26 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:29:26 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:29:26 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:29:26 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:29:26 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:29:26 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:29:26 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:29:26 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:29:26 -0330 Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 02:29:28 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (32.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (34.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 109ms (Views: 89.6ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:29:28 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:29:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:29:28 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:29:28 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:29:28 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:29:28 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:29:28 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:29:28 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:29:28 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:29:28 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:29:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:29:28 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:29:28 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:29:28 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:29:28 -0330 Started POST "/guts/navigations/test-nav/items" for ::1 at 2015-12-15 02:29:37 -0330 Processing by Guts::NavigationItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iI/9Bx3fS5u8OpLcXdo4Su0j/djR3aRLBP4cpIrWe7dV/u7abvaYguoMQnrfX2Pdq/I592KL+jiKlSfqDn/4hw==", "commit"=>"Save", "navigation_item"=>{"title"=>"Hey Yoo", "custom"=>"/cool", "navigatable_id"=>"", "navigatable_type"=>"custom", "navigation_id"=>"1"}, "_navigation_item"=>{"_navigatable_type"=>"custom", "_navigatable_id__content"=>""}, "navigation_id"=>"test-nav"} Guts::Navigation Load (0.3ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]]  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "guts_navigation_items" ("title", "custom", "navigation_id", "navigatable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Hey Yoo"], ["custom", "/cool"], ["navigation_id", 1], ["navigatable_type", "custom"], ["created_at", "2015-12-15 05:59:37.267462"], ["updated_at", "2015-12-15 05:59:37.267462"]]  (0.8ms) commit transaction Redirected to Completed 500 Internal Server Error in 23ms (ActiveRecord: 2.1ms) NoMethodError (undefined method `navigation_item_url' for #): actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:268:in `handle_model_call' actionpack (4.2.5) lib/action_dispatch/routing/url_for.rb:168:in `url_for' actionpack (4.2.5) lib/action_controller/metal/redirecting.rb:95:in `_compute_redirect_to_location' actionpack (4.2.5) lib/action_controller/metal/redirecting.rb:75:in `redirect_to' actionpack (4.2.5) lib/action_controller/metal/flash.rb:57:in `redirect_to' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:64:in `block in redirect_to' 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:63:in `redirect_to' /Users/tyler/Development/guts/app/controllers/guts/navigation_items_controller.rb:27:in `create' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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:38: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.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.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 (53.8ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 02:29:39 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (6.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 72ms (Views: 68.1ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:29:39 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:29:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:29:39 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:29:39 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:29:39 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:29:39 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:29:39 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:29:39 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:29:39 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:29:39 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:29:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:29:39 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:29:39 -0330 Started GET "/guts/navigations/test-nav/items" for ::1 at 2015-12-15 02:29:39 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (7.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 78ms (Views: 75.8ms | ActiveRecord: 0.7ms) Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:29:40 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:29:40 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:29:40 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:29:40 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:29:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:29:40 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:29:40 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:29:40 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:29:40 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:29:40 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:29:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:29:40 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:29:40 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:29:40 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:29:40 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:29:40 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:29:40 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:29:40 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:29:40 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (4.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 88ms (Views: 87.3ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:29:40 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:29:40 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:29:40 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:29:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:29:41 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:29:41 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:29:41 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:29:41 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:29:41 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:29:41 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:29:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:29:41 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:29:41 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:29:41 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:29:41 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:29:41 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:30:36 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (5.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 58.9ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:30:36 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:30:36 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:30:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:30:36 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:30:36 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:30:36 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:30:36 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:30:36 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:30:36 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:30:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:30:36 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:30:36 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:30:36 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:30:36 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:30:36 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:30:36 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:30:49 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.3ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (6.4ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `demodularize' for "Guts::Content":String): 27:
      28: <% if navigation.navigation_items.size > 0 %> 29: <% navigation.navigation_items.each do |item| %> 30:
    • <%= item.title %> (<%= item.navigatable_type.demodularize.humanize %>) %>
    • 31: <% end %> 32: <% end %> 33:
    /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:30:in `block (2 levels) in ___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344825626280' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:29:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344825626280' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:19:in `___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344825626280' 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 (5.9ms) 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/template_error.html.erb within rescues/layout (46.6ms) Started GET "/guts/navigations" for ::1 at 2015-12-15 02:31:00 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (7.4ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `demoduleize' for "Guts::Content":String): 27:
      28: <% if navigation.navigation_items.size > 0 %> 29: <% navigation.navigation_items.each do |item| %> 30:
    • <%= item.title %> (<%= item.navigatable_type.demoduleize.humanize %>) %>
    • 31: <% end %> 32: <% end %> 33:
    /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:30:in `block (2 levels) in ___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344832263060' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:29:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344832263060' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:19:in `___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344832263060' 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 (5.9ms) 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.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.9ms) 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 (46.8ms) Started GET "/guts/navigations" for ::1 at 2015-12-15 02:31:05 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (4.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 68ms (Views: 66.7ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:31:05 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:31:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:31:05 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:31:05 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:31:05 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:31:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:31:05 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:31:05 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:31:05 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:31:05 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:31:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:31:05 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:31:06 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:31:06 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:31:06 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:31:06 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:31:14 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (6.6ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 59.6ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:31:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:31:15 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:31:15 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:31:15 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:31:15 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:31:15 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:31:15 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:31:15 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:31:15 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:31:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:31:15 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:31:15 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:31:15 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:31:15 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:31:15 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:31:15 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:34:08 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (8.4ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `id' for nil:NilClass): 27:
      28: <% if navigation.navigation_items.size > 0 %> 29: <% navigation.navigation_items.each do |item| %> 30:
    • <%= item.title %> (<%= item.navigatable.id %><%= item.navigatable_type.demodulize.humanize %>)
    • 31: <% end %> 32: <% end %> 33:
    /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:30:in `block (2 levels) in ___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344801393940' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:29:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344801393940' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:19:in `___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344801393940' 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 (6.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 (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/template_error.html.erb within rescues/layout (46.2ms) Started GET "/guts/navigations" for ::1 at 2015-12-15 02:35:05 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (8.7ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 60.0ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:35:05 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:35:05 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:35:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:35:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:35:05 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:35:05 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:35:06 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:35:06 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:35:06 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:35:06 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:35:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:35:06 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:35:06 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:35:06 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:35:06 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:35:06 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:36:57 -0330 Processing by Guts::NavigationsController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) SyntaxError (/Users/tyler/Development/guts/app/models/guts/navigation.rb:6: syntax error, unexpected tIDENTIFIER, expecting keyword_end has_many :navigation_items, as: :navigatable dependent: :destroy ^): /Users/tyler/Development/guts/app/models/guts/navigation.rb:6: syntax error, unexpected tIDENTIFIER, expecting keyword_end has_many :navigation_items, as: :navigatable dependent: :destroy ^ 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/dependencies.rb:526:in `load_missing_constant' activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing' /Users/tyler/Development/guts/app/controllers/guts/navigations_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (4.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.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.3ms) 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 (43.9ms) Started GET "/guts/navigations" for ::1 at 2015-12-15 02:37:08 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.4ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigatable_id" = ? AND "guts_navigation_items"."navigatable_type" = ? [["navigatable_id", 1], ["navigatable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (9.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 66ms (Views: 62.1ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:37:08 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:37:08 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:37:08 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:37:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:37:08 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:37:08 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:37:08 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:37:08 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:37:08 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:37:08 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:37:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:37:08 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:37:08 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:37:08 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:37:08 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:37:08 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:37:36 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.4ms) SELECT "guts_navigations".* FROM "guts_navigations" Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (11.8ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.6ms) ActionView::Template::Error (Could not find the association :navigatable in model Guts::Navigation): 25: <%= link_to "Destroy", navigation, {class: "alert button"} %> 26: 27:
      28: <% if navigation.navigation_items.size > 0 %> 29: <% navigation.navigation_items.each do |item| %> 30:
    • <%= item.title %> (<%= item.methods %><%= item.navigatable_type.demodulize.humanize %>)
    • 31: <% end %> activerecord (4.2.5) lib/active_record/reflection.rb:838:in `check_validity!' activerecord (4.2.5) lib/active_record/associations/association.rb:25:in `initialize' activerecord (4.2.5) lib/active_record/associations/has_many_through_association.rb:10:in `initialize' activerecord (4.2.5) lib/active_record/associations.rb:162:in `new' activerecord (4.2.5) lib/active_record/associations.rb:162:in `association' activerecord (4.2.5) lib/active_record/associations/builder/association.rb:115:in `navigation_items' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:28:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344831224120' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:19:in `___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344831224120' 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 (8.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.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/template_error.html.erb within rescues/layout (50.8ms) Started GET "/guts/navigations" for ::1 at 2015-12-15 02:38:17 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.4ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (15.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 73ms (Views: 67.4ms | ActiveRecord: 1.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:38:17 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:38:17 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:38:17 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:38:17 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:38:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:38:17 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:38:17 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:38:17 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:38:17 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:38:17 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:38:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:38:17 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:38:17 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:38:18 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:38:18 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:38:18 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:43:22 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.4ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (17.2ms) Completed 500 Internal Server Error in 26ms (ActiveRecord: 1.1ms) ActionView::Template::Error (undefined method `navigation_type' for #): 27:
        28: <% if navigation.navigation_items.size > 0 %> 29: <% navigation.navigation_items.each do |item| %> 30:
      • <%= item.title %> (<%= item.object %><%= item.navigatable_type.demodulize.humanize %>)
      • 31: <% end %> 32: <% end %> 33:
      activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/models/guts/navigation_item.rb:7:in `object' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:30:in `block (2 levels) in ___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344831934540' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:29:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344831934540' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:19:in `___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344831934540' 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 (15.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.8ms) 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/template_error.html.erb within rescues/layout (59.3ms) Started GET "/guts/navigations" for ::1 at 2015-12-15 02:43:51 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (6.4ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `navigation_type' for #): 27:
        28: <% if navigation.navigation_items.size > 0 %> 29: <% navigation.navigation_items.each do |item| %> 30:
      • <%= item.title %> (<%= item.object %><%= item.navigatable_type.demodulize.humanize %>)
      • 31: <% end %> 32: <% end %> 33:
      activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/models/guts/navigation_item.rb:7:in `object' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:30:in `block (2 levels) in ___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344797234200' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:29:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344797234200' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:19:in `___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344797234200' 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 (6.2ms) 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 (0.9ms) 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 (48.4ms) Started GET "/guts/navigations" for ::1 at 2015-12-15 02:44:00 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.5ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.3ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (22.2ms) Completed 500 Internal Server Error in 31ms (ActiveRecord: 1.9ms) ActionView::Template::Error (undefined method `navigation_type' for #): 27:
        28: <% if navigation.navigation_items.size > 0 %> 29: <% navigation.navigation_items.each do |item| %> 30:
      • <%= item.title %> (<%= item.object %><%= item.navigatable_type.demodulize.humanize %>)
      • 31: <% end %> 32: <% end %> 33:
      activerecord (4.2.5) lib/active_record/dynamic_matchers.rb:26:in `method_missing' /Users/tyler/Development/guts/app/models/guts/navigation_item.rb:7:in `object' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:30:in `block (2 levels) in ___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344797234200' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:29:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344797234200' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:19:in `___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344797234200' 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 (2.9ms) 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/template_error.html.erb within rescues/layout (50.1ms) Started GET "/guts/navigations" for ::1 at 2015-12-15 02:44:03 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.4ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (16.6ms) Completed 500 Internal Server Error in 25ms (ActiveRecord: 1.1ms) ActionView::Template::Error (undefined method `navigation_type' for #): 27:
        28: <% if navigation.navigation_items.size > 0 %> 29: <% navigation.navigation_items.each do |item| %> 30:
      • <%= item.title %> (<%= item.object %><%= item.navigatable_type.demodulize.humanize %>)
      • 31: <% end %> 32: <% end %> 33:
      activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/models/guts/navigation_item.rb:7:in `object' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:30:in `block (2 levels) in ___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344797234200' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:29:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344797234200' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:19:in `___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344797234200' 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.3ms) 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 (1.3ms) 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 (53.8ms) Started GET "/guts/navigations" for ::1 at 2015-12-15 02:44:10 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.4ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (16.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 69ms (Views: 65.1ms | ActiveRecord: 1.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:44:10 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:44:10 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:44:10 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:44:10 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:44:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:44:10 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:44:10 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:44:10 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:44:10 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:44:10 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:44:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:44:10 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:44:10 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:44:10 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:44:10 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:44:10 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:49:21 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.5ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (31.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 90ms (Views: 85.3ms | ActiveRecord: 1.9ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:49:22 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:49:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:49:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:49:22 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:49:22 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:49:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:49:22 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:49:22 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:49:22 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:49:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:49:22 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:49:22 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:49:22 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:49:22 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:49:22 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:49:22 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:49:36 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (16.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 74ms (Views: 73.3ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:49:36 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:49:36 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:49:36 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:49:36 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:49:36 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:49:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:49:36 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:49:36 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:49:36 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:49:36 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:49:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:49:36 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:49:36 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:49:36 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:49:36 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:49:36 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:49:47 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.3ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (4.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 77ms (Views: 76.2ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:49:47 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:49:47 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:49:47 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:49:47 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:49:47 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:49:47 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:49:47 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:49:47 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:49:47 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:49:47 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:49:47 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:49:47 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:49:47 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:49:47 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:49:47 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:49:47 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:50:15 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (6.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 53.3ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:50:15 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:50:15 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:50:15 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:50:15 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:50:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:50:15 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:50:15 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:50:15 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:50:15 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:50:15 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:50:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:50:15 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:50:15 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:50:15 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:50:15 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:50:15 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:50:45 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (6.0ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `empty?' for #): 27:
        28: <% if navigation.navigation_items.size > 0 %> 29: <% navigation.navigation_items.each do |item| %> 30:
      • <%= item.title %> (<%= item.navigatable.empty? ? "Custom" : item.navigatable_type.demodulize.humanize %>)
      • 31: <% end %> 32: <% end %> 33:
      activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:30:in `block (2 levels) in ___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344825806180' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:29:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344825806180' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:19:in `___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___588291276789210580_70344825806180' 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 (6.2ms) 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.7ms) 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/template_error.html.erb within rescues/layout (45.5ms) Started GET "/guts/navigations" for ::1 at 2015-12-15 02:51:11 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (5.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 52.1ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:51:11 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:51:11 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:51:11 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:51:11 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:51:11 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:51:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:51:11 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:51:11 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:51:11 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:51:11 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:51:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:51:11 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:51:11 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:51:11 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:51:11 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:51:11 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:51:32 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (3.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 47.1ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:51:33 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:51:33 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:51:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:51:33 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:51:33 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:51:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:51:33 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:51:33 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:51:33 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:51:33 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:51:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:51:33 -0330 Started GET "/assets/guts/application.self-b8158fdebfd5fee5da96c6d6571302c6eb3f2a7c04b92dbbe4a5c6533d91d68a.js?body=1" for ::1 at 2015-12-15 02:51:33 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:51:33 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:51:33 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:51:33 -0330 Started GET "/guts/navigations/test-nav/items" for ::1 at 2015-12-15 02:51:56 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (5.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 150ms (Views: 147.9ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:51:57 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:51:57 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:51:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:51:57 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:51:57 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:51:57 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:51:57 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:51:57 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:51:57 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:51:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:51:57 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:51:57 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 02:51:57 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:51:57 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:51:57 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:51:57 -0330 Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 02:51:58 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (5.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (6.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 54.4ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:51:59 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:51:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:51:59 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:51:59 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:51:59 -0330 Started GET "/assets/guts/application.self-3be603e406bc511c942fd4cdc793ad9859aca5d06cb195cbeb9965e4d4dc8951.css?body=1" for ::1 at 2015-12-15 02:51:59 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:51:59 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:51:59 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:51:59 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:51:59 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:51:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:51:59 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 02:51:59 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:51:59 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:51:59 -0330 Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 02:53:21 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (6.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (9.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 168ms (Views: 160.1ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:53:21 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:53:21 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:53:21 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:53:21 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:53:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:53:21 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:53:21 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:53:21 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 02:53:21 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:53:21 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:53:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:53:21 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 02:53:21 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:53:21 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:53:21 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:53:23 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (6.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 53.3ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:53:23 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:53:23 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:53:23 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:53:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:53:23 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 02:53:23 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:53:23 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:53:23 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:53:24 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:53:24 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:53:24 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:53:24 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 02:53:24 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:53:24 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:53:24 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:53:24 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:53:59 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (4.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 51.1ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:53:59 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:53:59 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:53:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:53:59 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:53:59 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:53:59 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 02:53:59 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:53:59 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:53:59 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:53:59 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:53:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:53:59 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 02:53:59 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:53:59 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:53:59 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:53:59 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:56:00 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (6.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 50.5ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:56:00 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:56:00 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:56:00 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:56:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:56:00 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 02:56:00 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:56:00 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:56:00 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:56:00 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:56:00 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:56:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:56:00 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 02:56:00 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:56:00 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:56:00 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:56:00 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:56:24 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (5.9ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 53.3ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:56:24 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:56:24 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:56:24 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 02:56:24 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:56:24 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:56:24 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:56:24 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:56:24 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:56:24 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:56:24 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:56:24 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:56:24 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 02:56:24 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:56:24 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:56:24 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:56:24 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:56:45 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (6.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 52.0ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:56:45 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:56:45 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:56:45 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 02:56:45 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:56:45 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:56:45 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:56:45 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:56:45 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:56:45 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:56:45 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:56:45 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:56:45 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 02:56:45 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:56:45 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:56:45 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:56:45 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 02:56:59 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (7.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 51.0ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 02:57:00 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 02:57:00 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 02:57:00 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 02:57:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 02:57:00 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 02:57:00 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 02:57:00 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 02:57:00 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 02:57:00 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 02:57:00 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 02:57:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 02:57:00 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 02:57:00 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 02:57:00 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 02:57:00 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 02:57:00 -0330 Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-15 21:40:35 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Completed 404 Not Found in 65ms (ActiveRecord: 2.3ms) 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/metafields_controller.rb:52:in `set_object' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting' 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.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.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 (10.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 (59.4ms) Started GET "/guts/navigations" for ::1 at 2015-12-15 21:40:44 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.4ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (59.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 570ms (Views: 564.8ms | ActiveRecord: 2.1ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:40:45 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:40:45 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:40:45 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:40:45 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:40:45 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:40:45 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:40:45 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:40:45 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:40:45 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:40:45 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:40:45 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:40:45 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:40:45 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:40:45 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:40:45 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 21:40:45 -0330 Started GET "/guts/navigations/test-nav/edit" for ::1 at 2015-12-15 21:40:48 -0330 Processing by Guts::NavigationsController#edit as HTML Parameters: {"id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (26.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/edit.html.erb within layouts/guts/application (32.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 85ms (Views: 83.0ms | ActiveRecord: 0.3ms) Started GET "/guts/navigations/test-nav/items" for ::1 at 2015-12-15 21:40:57 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.3ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::NavigationItem Load (0.3ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (6.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 57.1ms | ActiveRecord: 0.9ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 21:41:01 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (13.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (15.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 88ms (Views: 67.0ms | ActiveRecord: 0.6ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 21:41:54 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (6.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (7.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 87ms (Views: 81.8ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:41:54 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:41:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:41:54 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:41:54 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:41:54 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:41:54 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:41:54 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:41:54 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:41:54 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:41:54 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:41:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:41:54 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:41:54 -0330 Started GET "/guts/navigations/test-nav/items" for ::1 at 2015-12-15 21:43:39 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (5.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 66ms (Views: 64.1ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:43:39 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:43:39 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:43:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:43:39 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:43:39 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:43:39 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:43:39 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:43:39 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:43:39 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:43:40 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:43:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:43:40 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:43:40 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:43:40 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 21:43:40 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:43:40 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:43:43 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (5.6ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `map' for nil:NilClass): 27: <%= 28: f.select( 29: :navigatable_type, 30: @navigatable.map {|model| [model[:readable], model[:name]]} << ["Custom", "custom"], 31: {prompt: "Choose a type..."}, 32: {required: true} 33: ) /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:30:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1390910323321604266_70137042070780' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1390910323321604266_70137042070780' 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/navigation_items/edit.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_edit_html_erb__3032417995840984266_70137042088760' 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 (8.9ms) 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 (57.9ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:44:05 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (19.6ms) Completed 500 Internal Server Error in 46ms (ActiveRecord: 1.1ms) ActionView::Template::Error (undefined method `navigation_item_path' for #<#:0x007f9420018680>): 2: 3: <%= render 'form' %> 4: 5: <%= link_to 'Show', @navigation_item %> | 6: <%= link_to 'Back', navigation_items_path %> actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:268:in `handle_model_call' actionview (4.2.5) lib/action_view/routing_url_for.rb:114:in `url_for' actionview (4.2.5) lib/action_view/helpers/url_helper.rb:181:in `link_to' /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_edit_html_erb__3032417995840984266_70137042088760' 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.3ms) 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.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.1ms) 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.4ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:44:58 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (20.8ms) Completed 500 Internal Server Error in 44ms (ActiveRecord: 1.0ms) ActionView::Template::Error (undefined method `navigation_item_path' for #<#:0x007f9420060e08>): 2: 3: <%= render 'form' %> 4: 5: <%= link_to 'Show', @navigation_item %> | 6: <%= link_to 'Back', navigation_items_path %> actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:268:in `handle_model_call' actionview (4.2.5) lib/action_view/routing_url_for.rb:114:in `url_for' actionview (4.2.5) lib/action_view/helpers/url_helper.rb:181:in `link_to' /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_edit_html_erb__3032417995840984266_70137042088760' 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.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 (3.5ms) 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 (56.4ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:45:00 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.3ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (31.0ms) Completed 500 Internal Server Error in 47ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `navigation_item_path' for #<#:0x007f941a4f66f8>): 2: 3: <%= render 'form' %> 4: 5: <%= link_to 'Show', @navigation_item %> | 6: <%= link_to 'Back', navigation_items_path %> actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:268:in `handle_model_call' actionview (4.2.5) lib/action_view/routing_url_for.rb:114:in `url_for' actionview (4.2.5) lib/action_view/helpers/url_helper.rb:181:in `link_to' /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_edit_html_erb__3032417995840984266_70137042088760' 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 (8.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 (7.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.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 (71.2ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:45:12 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (4.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 69ms (Views: 64.5ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:45:12 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:45:12 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:45:12 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:45:12 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:45:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:45:12 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:45:12 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:45:12 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:45:12 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:45:12 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:45:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:45:12 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:45:12 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:45:13 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:45:13 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:45:38 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Completed 500 Internal Server Error in 15ms (ActiveRecord: 1.2ms) StandardError (SHIT): /Users/tyler/Development/guts/app/controllers/guts/navigation_items_controller.rb:60:in `set_navigatable_models' 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 (3.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 (1.8ms) 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.6ms) 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 (45.6ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:46:00 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (5.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 81ms (Views: 64.1ms | ActiveRecord: 1.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:46:01 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:46:01 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:46:01 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:46:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:46:01 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:46:01 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:46:01 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:46:01 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:46:01 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:46:01 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:46:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:46:01 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:46:01 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:46:01 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:46:01 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:46:21 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (7.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (11.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 102ms (Views: 74.9ms | ActiveRecord: 1.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:46:22 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:46:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:46:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:46:22 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:46:22 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:46:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:46:22 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:46:22 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:46:22 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:46:22 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:46:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:46:22 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:46:22 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:46:22 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:46:22 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:46:39 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (5.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 91ms (Views: 73.0ms | ActiveRecord: 1.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:46:39 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:46:39 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:46:39 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:46:39 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:46:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:46:39 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:46:39 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:46:39 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:46:39 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:46:39 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:46:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:46:39 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:46:39 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:46:40 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:46:40 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:47:07 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (5.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 77ms (Views: 58.6ms | ActiveRecord: 1.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:47:07 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:47:07 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:47:07 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:47:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:47:07 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:47:07 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:47:07 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:47:07 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:47:07 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:47:07 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:47:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:47:07 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:47:07 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:47:07 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:47:07 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:47:27 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.3ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (5.4ms) Completed 500 Internal Server Error in 31ms (ActiveRecord: 1.2ms) ActionView::Template::Error (undefined method `map' for nil:NilClass): 27: <%= 28: f.select( 29: :navigatable_type, 30: @navigatable.map {|model| [model[:readable], model[:name]]} << ["Custom", "custom"], 31: {prompt: "Choose a type..."}, 32: {required: true} 33: ) /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:30:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1390910323321604266_70137083873140' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1390910323321604266_70137083873140' 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/navigation_items/edit.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_edit_html_erb__3032417995840984266_70137049707440' 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.2ms) 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.9ms) 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 (51.8ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:47:39 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (4.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 78ms (Views: 60.4ms | ActiveRecord: 1.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:47:40 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:47:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:47:40 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:47:40 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:47:40 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:47:40 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:47:40 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:47:40 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:47:40 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:47:40 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:47:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:47:40 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:47:40 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:47:40 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:47:40 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:47:52 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (5.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 83ms (Views: 64.1ms | ActiveRecord: 1.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:47:53 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:47:53 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:47:53 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:47:53 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:47:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:47:53 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:47:53 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:47:53 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:47:53 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:47:53 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:47:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:47:53 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:47:53 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:47:53 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:47:53 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:48:08 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (5.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 83ms (Views: 62.1ms | ActiveRecord: 1.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:48:08 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:48:08 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:48:08 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:48:08 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:48:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:48:08 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:48:08 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:48:08 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:48:08 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:48:08 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:48:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:48:08 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:48:08 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:48:08 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:48:08 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:48:56 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (9.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (11.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 114ms (Views: 89.3ms | ActiveRecord: 1.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:48:56 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:48:56 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:48:56 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:48:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:48:56 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:48:56 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:48:56 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:48:56 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:48:56 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:48:56 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:48:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:48:56 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:48:56 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:48:57 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:48:57 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:49:10 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (5.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 88ms (Views: 68.6ms | ActiveRecord: 1.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:49:10 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:49:10 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:49:10 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:49:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:49:10 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:49:10 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:49:10 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:49:10 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:49:10 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:49:10 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:49:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:49:10 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:49:10 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:49:10 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:49:10 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:49:39 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (6.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 86ms (Views: 59.8ms | ActiveRecord: 1.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:49:39 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:49:39 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:49:39 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:49:39 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:49:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:49:39 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:49:39 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:49:39 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:49:39 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:49:39 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:49:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:49:39 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:49:39 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:49:40 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:49:40 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:50:25 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (5.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 92ms (Views: 70.0ms | ActiveRecord: 1.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:50:25 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:50:25 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:50:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:50:25 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:50:25 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:50:25 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:50:25 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:50:25 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:50:25 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:50:26 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:50:26 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:50:26 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:50:26 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:50:26 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:50:26 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:51:37 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.3ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (5.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 75ms (Views: 58.1ms | ActiveRecord: 1.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:51:38 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:51:38 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:51:38 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:51:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:51:38 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:51:38 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:51:38 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:51:38 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:51:38 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:51:38 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:51:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:51:38 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:51:38 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:51:38 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:51:38 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:52:08 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (5.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (7.1ms) Completed 500 Internal Server Error in 37ms (ActiveRecord: 1.1ms) ActionView::Template::Error (undefined method `map' for nil:NilClass): 27: <%= 28: f.select( 29: :navigatable_type, 30: @navigatable.map {|model| [model[:readable], model[:name]]} << ["Custom", "custom"], 31: {prompt: "Choose a type..."}, 32: {required: true} 33: ) /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:30:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1390910323321604266_70137083873140' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1390910323321604266_70137083873140' 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/navigation_items/edit.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_edit_html_erb__3032417995840984266_70137049707440' 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.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.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.6ms) 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 (57.2ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:52:26 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (33.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (39.1ms) Completed 500 Internal Server Error in 147ms (ActiveRecord: 2.7ms) ActionView::Template::Error (undefined method `map' for nil:NilClass): 27: <%= 28: f.select( 29: :navigatable_type, 30: @navigatable.map {|model| [model[:readable], model[:name]]} << ["Custom", "custom"], 31: {prompt: "Choose a type..."}, 32: {required: true} 33: ) /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:30:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb__2316525584377652800_70349705026140' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb__2316525584377652800_70349705026140' 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/navigation_items/edit.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_edit_html_erb___163858950512560237_70349705071260' 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 (8.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 (3.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 (13.8ms) 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 (67.3ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:52:56 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (46.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (53.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 629ms (Views: 551.4ms | ActiveRecord: 2.9ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:52:57 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:52:57 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:52:57 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:52:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:52:57 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:52:57 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:52:57 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:52:57 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:52:57 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:52:57 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:52:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:52:57 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:52:57 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:52:57 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:52:57 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:53:31 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (5.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (6.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 53.7ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:53:31 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:53:31 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:53:31 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:53:31 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:53:31 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:53:31 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:53:31 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:53:31 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:53:31 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:53:31 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:53:31 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:53:31 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:53:31 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:53:31 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:53:31 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:53:44 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (7.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 54.1ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:53:44 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:53:44 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:53:44 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:53:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:53:44 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:53:44 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:53:44 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:53:44 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:53:44 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:53:44 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:53:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:53:44 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:53:44 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:53:45 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:53:45 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:54:48 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (23.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (26.4ms) Completed 500 Internal Server Error in 46ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `navigatable_type' for #): 27: <%= 28: f.select( 29: :navigatable_type, 30: @navigatable.navigatable_type, 31: @navigatable.map {|model| [model[:readable], model[:name]]} << ["Custom", nil], 32: {prompt: "Choose a type..."} 33: ) /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:30:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1715216422089847786_70269852085080' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1715216422089847786_70269852085080' 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/navigation_items/edit.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_edit_html_erb__580595002230264590_70269884832560' 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 (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 (3.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 (1.3ms) 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.1ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:55:00 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (5.8ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `navigatable_type' for nil:NilClass): 27: <%= 28: f.select( 29: :navigatable_type, 30: @navigate_item.navigatable_type, 31: @navigatable.map {|model| [model[:readable], model[:name]]} << ["Custom", nil], 32: {prompt: "Choose a type..."} 33: ) /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:30:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1715216422089847786_70269887651760' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1715216422089847786_70269887651760' 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/navigation_items/edit.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_edit_html_erb__580595002230264590_70269884832560' 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.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 (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 (49.6ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:55:11 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (6.5ms) Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `merge' for [["Content", "Guts::Content"], ["Custom", nil]]:Array): 25:
      26: <%= f.label :type %> 27: <%= 28: f.select( 29: :navigatable_type, 30: @navigation_item.navigatable_type, 31: @navigatable.map {|model| [model[:readable], model[:name]]} << ["Custom", nil], actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1870:in `objectify_options' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:777:in `select' /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:28:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1715216422089847786_70269887334680' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1715216422089847786_70269887334680' 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/navigation_items/edit.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_edit_html_erb__580595002230264590_70269884832560' 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 (8.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 (3.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 (1.3ms) 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 (51.0ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:55:27 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (6.0ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `merge' for [["Content", "Guts::Content"]]:Array): 25:
      26: <%= f.label :type %> 27: <%= 28: f.select( 29: :navigatable_type, 30: @navigation_item.navigatable_type, 31: @navigatable.map {|model| [model[:readable], model[:name]]}, actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1870:in `objectify_options' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:777:in `select' /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:28:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1715216422089847786_70269902137480' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1715216422089847786_70269902137480' 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/navigation_items/edit.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_edit_html_erb__580595002230264590_70269884832560' 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 (5.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 (2.5ms) 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 (47.8ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:56:05 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.3ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (5.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (7.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 72ms (Views: 67.1ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:56:05 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:56:05 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:56:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:56:05 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:56:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:56:05 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:56:05 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:56:05 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:56:05 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:56:05 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:56:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:56:05 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:56:05 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:56:05 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:56:05 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:56:26 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (5.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (6.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 57.7ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:56:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:56:27 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:56:27 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:56:27 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:56:27 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:56:27 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:56:27 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:56:27 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:56:27 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:56:27 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:56:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:56:27 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:56:27 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:56:27 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:56:27 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:56:36 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (5.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (7.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 59.0ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:56:36 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:56:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:56:36 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:56:36 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:56:36 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:56:36 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:56:36 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:56:36 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:56:36 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:56:36 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:56:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:56:36 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:56:36 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:56:36 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:56:36 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 21:56:41 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (6.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (7.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 58.6ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:56:41 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:56:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:56:41 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:56:41 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:56:41 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:56:41 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:56:41 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:56:41 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:56:41 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:56:41 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:56:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:56:41 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:56:41 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:56:41 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:56:41 -0330 Started GET "/guts/navigations/test-nav/items" for ::1 at 2015-12-15 21:57:04 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (8.6ms) Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 58.7ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:57:04 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:57:04 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:57:04 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:57:04 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:57:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:57:04 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:57:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:57:04 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:57:04 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:57:04 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:57:04 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:57:04 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:57:04 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:57:05 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:57:05 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 21:57:05 -0330 Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 21:57:06 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (6.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 70ms (Views: 65.7ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:57:06 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:57:07 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:57:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:57:07 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:57:07 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:57:07 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:57:07 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:57:07 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:57:07 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:57:07 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:57:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:57:07 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:57:07 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:57:07 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:57:07 -0330 Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 21:58:11 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.4ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (4.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 48.4ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:58:11 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:58:11 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:58:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:58:11 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:58:11 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:58:11 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:58:11 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:58:11 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:58:11 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:58:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:58:11 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:58:11 -0330 Started GET "/assets/guts/application.self-bcffdf884b20e8b729f649e634ba8308a5837021a1caac28ad548b767fe9d75a.js?body=1" for ::1 at 2015-12-15 21:58:11 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:58:11 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:58:11 -0330 Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 21:58:52 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (4.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 139ms (Views: 134.5ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:58:52 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:58:52 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:58:53 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:58:53 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:58:53 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:58:53 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:58:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:58:53 -0330 Started GET "/assets/guts/application.self-d8b776d7deb3eebc24ccd23b39951c241e9cf821fe4896505431dacf068fdaa0.js?body=1" for ::1 at 2015-12-15 21:58:53 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:58:53 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:58:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:58:53 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:58:53 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:58:53 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:58:53 -0330 Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 21:58:56 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.5ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (3.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 55.5ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:58:56 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:58:56 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:58:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:58:56 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:58:56 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:58:56 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:58:56 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:58:56 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:58:56 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:58:56 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:58:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:58:56 -0330 Started GET "/assets/guts/application.self-d8b776d7deb3eebc24ccd23b39951c241e9cf821fe4896505431dacf068fdaa0.js?body=1" for ::1 at 2015-12-15 21:58:56 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:58:56 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:58:56 -0330 Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 21:59:35 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (4.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 137ms (Views: 132.1ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:59:35 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:59:35 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:59:35 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:59:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:59:35 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:59:35 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:59:35 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:59:35 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:59:35 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:59:36 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:59:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:59:36 -0330 Started GET "/assets/guts/application.self-16c7bfd13316b7220f10c03c8f53ccbc87daab5d56b0c67a497de5d2363a803e.js?body=1" for ::1 at 2015-12-15 21:59:36 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:59:36 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:59:36 -0330 Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 21:59:40 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (3.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 152ms (Views: 146.3ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 21:59:40 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 21:59:40 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 21:59:40 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 21:59:40 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 21:59:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 21:59:40 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 21:59:40 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 21:59:40 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 21:59:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 21:59:40 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 21:59:40 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 21:59:40 -0330 Started GET "/assets/guts/application.self-48e7ba42d491f5cb723d049dc31134570967e5a4ecf5880e36f8749c11e4a4f0.js?body=1" for ::1 at 2015-12-15 21:59:40 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 21:59:41 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 21:59:41 -0330 Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:01:14 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (5.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 96ms (Views: 76.2ms | ActiveRecord: 1.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:01:14 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:01:14 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:01:14 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:01:14 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:01:14 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 22:01:14 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:01:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:01:14 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:01:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:01:14 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:01:14 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:01:14 -0330 Started GET "/assets/guts/application.self-48e7ba42d491f5cb723d049dc31134570967e5a4ecf5880e36f8749c11e4a4f0.js?body=1" for ::1 at 2015-12-15 22:01:14 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:01:14 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:01:14 -0330 Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:02:40 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.4ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (5.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 55.2ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:02:40 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:02:40 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:02:40 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:02:40 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:02:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:02:40 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:02:40 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:02:40 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:02:40 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 22:02:40 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:02:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:02:40 -0330 Started GET "/assets/guts/application.self-48e7ba42d491f5cb723d049dc31134570967e5a4ecf5880e36f8749c11e4a4f0.js?body=1" for ::1 at 2015-12-15 22:02:40 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:02:40 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:02:40 -0330 Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:02:58 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (4.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 54.7ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:02:58 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:02:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:02:58 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:02:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:02:58 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:02:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:02:58 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:02:58 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:02:58 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 22:02:58 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:02:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:02:58 -0330 Started GET "/assets/guts/application.self-48e7ba42d491f5cb723d049dc31134570967e5a4ecf5880e36f8749c11e4a4f0.js?body=1" for ::1 at 2015-12-15 22:02:58 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:02:59 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:02:59 -0330 Started GET "/guts/navigations/test-nav/itemss" for ::1 at 2015-12-15 22:03:09 -0330 ActionController::RoutingError (No route matches [GET] "/guts/navigations/test-nav/itemss"): 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 (3.5ms) 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.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.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.3ms) 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 (113.6ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:03:40 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (5.5ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.1ms) ActionView::Template::Error (No route matches {:action=>"navigatable_objects", :controller=>"guts/navigation_items", :navigation_id=>"test-nav"} missing required keys: [:navigation_item_id]): 29: :navigatable_type, 30: @navigatable.map {|model| [model[:readable], model[:name]]} << ["Custom", nil], 31: {include_blank: "Choose a type..."}, 32: {data: {callback_url: navigation_navigation_item_navigatable_objects_path}} 33: ) 34: %> 35:
      actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:32:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1715216422089847786_70269902362520' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1715216422089847786_70269902362520' 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/navigation_items/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_new_html_erb__3244749580154320459_70269865070980' 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.2ms) 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.4ms) 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 (48.5ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:03:41 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (4.8ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.1ms) ActionView::Template::Error (No route matches {:action=>"navigatable_objects", :controller=>"guts/navigation_items", :navigation_id=>"test-nav"} missing required keys: [:navigation_item_id]): 29: :navigatable_type, 30: @navigatable.map {|model| [model[:readable], model[:name]]} << ["Custom", nil], 31: {include_blank: "Choose a type..."}, 32: {data: {callback_url: navigation_navigation_item_navigatable_objects_path}} 33: ) 34: %> 35:
      actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:32:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1715216422089847786_70269902362520' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1715216422089847786_70269902362520' 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/navigation_items/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_new_html_erb__3244749580154320459_70269865070980' 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.9ms) 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.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 (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 (53.8ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:03:56 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (5.3ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.2ms) ActionView::Template::Error (No route matches {:action=>"navigatable_objects", :controller=>"guts/navigation_items", :navigation_id=>#, :navigation_item_id=>nil} missing required keys: [:navigation_id, :navigation_item_id]): 29: :navigatable_type, 30: @navigatable.map {|model| [model[:readable], model[:name]]} << ["Custom", nil], 31: {include_blank: "Choose a type..."}, 32: {data: {callback_url: navigation_navigation_item_navigatable_objects_path(@navigation_item)}} 33: ) 34: %> 35: actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:32:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1715216422089847786_70269882409940' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1715216422089847786_70269882409940' 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/navigation_items/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_new_html_erb__3244749580154320459_70269865070980' 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.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 (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 (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 (49.5ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:04:07 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (5.4ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.1ms) ActionView::Template::Error (No route matches {:action=>"navigatable_objects", :controller=>"guts/navigation_items", :navigation_id=>#, :navigation_item_id=>#} missing required keys: [:navigation_item_id]): 29: :navigatable_type, 30: @navigatable.map {|model| [model[:readable], model[:name]]} << ["Custom", nil], 31: {include_blank: "Choose a type..."}, 32: {data: {callback_url: navigation_navigation_item_navigatable_objects_path(@navigation, @navigation_item)}} 33: ) 34: %> 35: actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:32:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1715216422089847786_70269883472960' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1715216422089847786_70269883472960' 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/navigation_items/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_new_html_erb__3244749580154320459_70269865070980' 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 (8.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.9ms) 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.8ms) 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 (52.2ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:04:19 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.3ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (5.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (6.3ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.3ms) ActionView::Template::Error (No route matches {:action=>"navigatable_objects", :controller=>"guts/navigation_items", :navigation_id=>#, :navigation_item_id=>#} missing required keys: [:navigation_id]): 29: :navigatable_type, 30: @navigatable.map {|model| [model[:readable], model[:name]]} << ["Custom", nil], 31: {include_blank: "Choose a type..."}, 32: {data: {callback_url: navigation_navigation_item_navigatable_objects_path(@navigation_item, @navigation)}} 33: ) 34: %> 35: actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:32:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1715216422089847786_70269864987100' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1715216422089847786_70269864987100' 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/navigation_items/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_new_html_erb__3244749580154320459_70269865070980' 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 (8.2ms) 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.9ms) 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 (52.8ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:04:28 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (6.3ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.1ms) ActionView::Template::Error (No route matches {:action=>"navigatable_objects", :controller=>"guts/navigation_items", :navigation_id=>[#, #], :navigation_item_id=>nil} missing required keys: [:navigation_item_id]): 29: :navigatable_type, 30: @navigatable.map {|model| [model[:readable], model[:name]]} << ["Custom", nil], 31: {include_blank: "Choose a type..."}, 32: {data: {callback_url: navigation_navigation_item_navigatable_objects_path([@navigation, @navigation_item])}} 33: ) 34: %> 35: actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:32:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1715216422089847786_70269906192480' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1715216422089847786_70269906192480' 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/navigation_items/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_new_html_erb__3244749580154320459_70269865070980' 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.9ms) 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.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 (1.3ms) 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.8ms) Started GET "/guts/navigations/test-nav/itemss" for ::1 at 2015-12-15 22:05:07 -0330 ActionController::RoutingError (No route matches [GET] "/guts/navigations/test-nav/itemss"): 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.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.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 (3.0ms) 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.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 (2.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 (95.6ms) Started GET "/guts/navigations/test-nav/itemss" for ::1 at 2015-12-15 22:05:41 -0330 ActionController::RoutingError (No route matches [GET] "/guts/navigations/test-nav/itemss"): 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.4ms) 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.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 (4.9ms) 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.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 (97.4ms) Started GET "/guts/navigations/test-nav/itemss" for ::1 at 2015-12-15 22:05:58 -0330 ActionController::RoutingError (No route matches [GET] "/guts/navigations/test-nav/itemss"): 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.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) 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.5ms) 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.3ms) 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 (103.3ms) Started GET "/guts/navigations/test-nav/itemss" for ::1 at 2015-12-15 22:06:59 -0330 ActionController::RoutingError (No route matches [GET] "/guts/navigations/test-nav/itemss"): 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.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.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 (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 (1.8ms) 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.3ms) 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 (97.2ms) Started GET "/guts/navigations/test-nav/itemss" for ::1 at 2015-12-15 22:07:20 -0330 ActionController::RoutingError (No route matches [GET] "/guts/navigations/test-nav/itemss"): 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 (0.7ms) 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 (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 (101.1ms) Started GET "/guts/navigations/test-nav/itemss" for ::1 at 2015-12-15 22:07:28 -0330 ActionController::RoutingError (No route matches [GET] "/guts/navigations/test-nav/itemss"): 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 (8.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) 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.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 (2.5ms) 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 (110.9ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:07:29 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (16.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (17.8ms) Completed 500 Internal Server Error in 43ms (ActiveRecord: 1.0ms) ActionView::Template::Error (undefined method `navigation_navigation_item_navigatable_objects_path' for #<#:0x007fd1f90acc60>): 29: :navigatable_type, 30: @navigatable.map {|model| [model[:readable], model[:name]]} << ["Custom", nil], 31: {include_blank: "Choose a type..."}, 32: {data: {callback_url: navigation_navigation_item_navigatable_objects_path([@navigation, @navigation_item])}} 33: ) 34: %> 35: /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:32:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1715216422089847786_70269906192480' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1715216422089847786_70269906192480' 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/navigation_items/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_new_html_erb__3244749580154320459_70269865070980' 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.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 (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 (1.8ms) 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 (48.7ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:07:30 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (13.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (15.1ms) Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `navigation_navigation_item_navigatable_objects_path' for #<#:0x007fd1f996a668>): 29: :navigatable_type, 30: @navigatable.map {|model| [model[:readable], model[:name]]} << ["Custom", nil], 31: {include_blank: "Choose a type..."}, 32: {data: {callback_url: navigation_navigation_item_navigatable_objects_path([@navigation, @navigation_item])}} 33: ) 34: %> 35: /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:32:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1715216422089847786_70269906192480' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___1715216422089847786_70269906192480' 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/navigation_items/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_new_html_erb__3244749580154320459_70269865070980' 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 (6.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.8ms) 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/template_error.html.erb within rescues/layout (48.3ms) Started GET "/guts/navigations/test-nav/itemss" for ::1 at 2015-12-15 22:07:33 -0330 ActionController::RoutingError (No route matches [GET] "/guts/navigations/test-nav/itemss"): 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.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) 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 (1.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 (1.6ms) 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 (96.8ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:08:17 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (6.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 70ms (Views: 65.9ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:08:18 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:08:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:08:18 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:08:18 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:08:18 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:08:18 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:08:18 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:08:18 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:08:18 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 22:08:18 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:08:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:08:18 -0330 Started GET "/assets/guts/application.self-48e7ba42d491f5cb723d049dc31134570967e5a4ecf5880e36f8749c11e4a4f0.js?body=1" for ::1 at 2015-12-15 22:08:18 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:08:18 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:08:18 -0330 Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:09:10 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (5.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 143ms (Views: 134.8ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:09:11 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:09:11 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:09:11 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:09:11 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:09:11 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:09:11 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:09:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:09:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:09:11 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 22:09:11 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:09:11 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:09:11 -0330 Started GET "/assets/guts/application.self-ac2c3f4d3b674ece32bab6f3500945c59e0310b58e05182969305418bf2ae720.js?body=1" for ::1 at 2015-12-15 22:09:11 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:09:11 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:09:11 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?type=Guts%3A%3AContent" for ::1 at 2015-12-15 22:09:15 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"type"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:10:40 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (5.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 144ms (Views: 127.4ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:10:41 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:10:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:10:41 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:10:41 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:10:41 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:10:41 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:10:41 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:10:41 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:10:41 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 22:10:41 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:10:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:10:41 -0330 Started GET "/assets/guts/application.self-b930a7a1a0fd6995c941fabc0ef433c932c960f1faec2186cc432cdf3cd94f7d.js?body=1" for ::1 at 2015-12-15 22:10:41 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:10:41 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:10:41 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:10:43 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:12:26 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (12.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (14.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 84ms (Views: 64.7ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:12:27 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:12:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:12:27 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:12:27 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:12:27 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:12:27 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:12:27 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:12:27 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:12:27 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 22:12:27 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:12:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:12:27 -0330 Started GET "/assets/guts/application.self-b930a7a1a0fd6995c941fabc0ef433c932c960f1faec2186cc432cdf3cd94f7d.js?body=1" for ::1 at 2015-12-15 22:12:27 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:12:27 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:12:27 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:12:29 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.6ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 7ms (ActiveRecord: 0.7ms) ActiveRecord::RecordNotFound (Couldn't find Guts::Content with 'id'=all): activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:324:in `raise_record_not_found_exception!' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:444:in `find_one' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:423:in `find_with_ids' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:71:in `find' activerecord (4.2.5) lib/active_record/querying.rb:3:in `find' activerecord (4.2.5) lib/active_record/core.rb:130:in `find' /Users/tyler/Development/guts/app/controllers/guts/navigation_items_controller.rb:48:in `navigatable_objects' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (2.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.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.text.erb (52.4ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:12:39 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (3.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 66ms (Views: 60.6ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:12:39 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:12:39 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:12:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:12:39 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:12:39 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:12:39 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:12:39 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:12:39 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:12:39 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 22:12:39 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:12:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:12:39 -0330 Started GET "/assets/guts/application.self-b930a7a1a0fd6995c941fabc0ef433c932c960f1faec2186cc432cdf3cd94f7d.js?body=1" for ::1 at 2015-12-15 22:12:39 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:12:39 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:12:39 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:12:41 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 4ms (ActiveRecord: 0.2ms) ActiveRecord::RecordNotFound (Couldn't find Guts::Content with 'id'=all): activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:324:in `raise_record_not_found_exception!' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:444:in `find_one' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:423:in `find_with_ids' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:71:in `find' activerecord (4.2.5) lib/active_record/querying.rb:3:in `find' activerecord (4.2.5) lib/active_record/core.rb:130:in `find' /Users/tyler/Development/guts/app/controllers/guts/navigation_items_controller.rb:48:in `navigatable_objects' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (3.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (2.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (65.5ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:13:05 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (4.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 79ms (Views: 60.1ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:13:05 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:13:05 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:13:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:13:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:13:05 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:13:05 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:13:05 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:13:05 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:13:05 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 22:13:05 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:13:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:13:05 -0330 Started GET "/assets/guts/application.self-b930a7a1a0fd6995c941fabc0ef433c932c960f1faec2186cc432cdf3cd94f7d.js?body=1" for ::1 at 2015-12-15 22:13:05 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:13:05 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:13:05 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:13:08 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.4ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 7ms (ActiveRecord: 0.7ms) ActiveRecord::RecordNotFound (Couldn't find Guts::Content with 'id'=all): activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:324:in `raise_record_not_found_exception!' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:444:in `find_one' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:423:in `find_with_ids' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:71:in `find' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:20:in `find' /Users/tyler/Development/guts/app/controllers/guts/navigation_items_controller.rb:48:in `navigatable_objects' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (2.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (50.1ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:13:32 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.3ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (38.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (44.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 555ms (Views: 457.3ms | ActiveRecord: 4.2ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:13:33 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:13:33 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:13:33 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:13:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:13:33 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:13:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:13:33 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:13:33 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:13:33 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:13:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:13:33 -0330 Started GET "/assets/guts/application.self-b930a7a1a0fd6995c941fabc0ef433c932c960f1faec2186cc432cdf3cd94f7d.js?body=1" for ::1 at 2015-12-15 22:13:33 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 22:13:33 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:13:34 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:13:34 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:13:35 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.3ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 9ms (ActiveRecord: 1.4ms) ActiveRecord::RecordNotFound (Couldn't find Guts::Content with 'id'=all): activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:324:in `raise_record_not_found_exception!' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:444:in `find_one' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:423:in `find_with_ids' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:71:in `find' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:20:in `find' /Users/tyler/Development/guts/app/controllers/guts/navigation_items_controller.rb:48:in `navigatable_objects' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (3.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (1.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.text.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.text.erb (69.7ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:13:49 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (5.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (6.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 90ms (Views: 76.6ms | ActiveRecord: 1.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:13:49 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:13:49 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:13:49 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:13:49 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:13:49 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:13:49 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:13:49 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:13:49 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:13:49 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 22:13:49 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:13:49 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:13:49 -0330 Started GET "/assets/guts/application.self-b930a7a1a0fd6995c941fabc0ef433c932c960f1faec2186cc432cdf3cd94f7d.js?body=1" for ::1 at 2015-12-15 22:13:49 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:13:49 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:13:49 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:13:51 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Completed 200 OK in 19ms (Views: 17.5ms | ActiveRecord: 0.2ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:14:57 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (6.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 83ms (Views: 71.7ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:14:57 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:14:57 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:14:57 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:14:57 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:14:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:14:57 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:14:57 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:14:57 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:14:57 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 22:14:57 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:14:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:14:57 -0330 Started GET "/assets/guts/application.self-b930a7a1a0fd6995c941fabc0ef433c932c960f1faec2186cc432cdf3cd94f7d.js?body=1" for ::1 at 2015-12-15 22:14:57 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:14:58 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:14:58 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:15:00 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.4ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 26ms (Views: 0.8ms | ActiveRecord: 1.1ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:16:07 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (6.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 160ms (Views: 156.0ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:16:07 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:16:07 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:16:07 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:16:07 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:16:07 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 22:16:07 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:16:07 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:16:07 -0330 Started GET "/assets/guts/application.self-47c7105ad25760f12a11f593666ef92bfabbb45461de8d63b251f47dd171ec5a.js?body=1" for ::1 at 2015-12-15 22:16:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:16:07 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:16:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:16:07 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:16:07 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:16:07 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:16:07 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:16:09 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.8ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.7ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 14ms (Views: 0.4ms | ActiveRecord: 1.7ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:16:18 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.5ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (3.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 146ms (Views: 139.2ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:16:18 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:16:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:16:18 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:16:18 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:16:18 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:16:18 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:16:18 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:16:18 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:16:18 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 22:16:18 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:16:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:16:18 -0330 Started GET "/assets/guts/application.self-afac1575f73d4789130630a418fb75d162acaf5abc44544d39e3a95b8285e135.js?body=1" for ::1 at 2015-12-15 22:16:18 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:16:18 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:16:18 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:16:20 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.7ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 9ms (Views: 0.5ms | ActiveRecord: 1.3ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:16:39 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.6ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (5.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 173ms (Views: 157.5ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:16:39 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:16:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:16:39 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:16:39 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:16:39 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:16:39 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:16:39 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:16:39 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 22:16:39 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:16:39 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:16:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:16:39 -0330 Started GET "/assets/guts/application.self-a33cfdc715d97fbff95d4341dd3780aaf3afa86993fb991e514307fa946c732e.js?body=1" for ::1 at 2015-12-15 22:16:39 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:16:39 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:16:39 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:16:41 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.4ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:17:36 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (5.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 136ms (Views: 132.0ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:17:37 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:17:37 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:17:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:17:37 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:17:37 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:17:37 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:17:37 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:17:37 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:17:37 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 22:17:37 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:17:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:17:37 -0330 Started GET "/assets/guts/application.self-b2d35fef8fb665d06b062bd8383a98732f65abbee2a9d0daa8532fa2d641470e.js?body=1" for ::1 at 2015-12-15 22:17:37 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:17:37 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:17:37 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:17:39 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.3ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.5ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:17:48 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (9.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (13.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 161ms (Views: 152.9ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:17:49 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:17:49 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:17:49 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:17:49 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:17:49 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:17:49 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:17:49 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:17:49 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 22:17:49 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:17:49 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:17:49 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:17:49 -0330 Started GET "/assets/guts/application.self-5d381befd76530f4aa12157fba148c1cf316b9c609523a65318d8cec3a26dd7a.js?body=1" for ::1 at 2015-12-15 22:17:49 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:17:49 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:17:49 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:17:51 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.8ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:20:08 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (5.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 132ms (Views: 127.8ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:20:09 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:20:09 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:20:09 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:20:09 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:20:09 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:20:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:20:09 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:20:09 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:20:09 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 22:20:09 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:20:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:20:09 -0330 Started GET "/assets/guts/application.self-69df713d573c1557cb155f12f1b54ba50f34a95a4da2a065a46e929f0acd6896.js?body=1" for ::1 at 2015-12-15 22:20:09 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:20:09 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:20:09 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:20:12 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.3ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:20:46 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.4ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (5.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 152ms (Views: 136.8ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:20:46 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:20:46 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:20:46 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:20:46 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:20:46 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:20:46 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:20:46 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:20:46 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:20:46 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 22:20:46 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:20:46 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:20:46 -0330 Started GET "/assets/guts/application.self-4f25b98713dfe98f8442b9cd45984938230bf0d0e9800e77dbfb2ed899a10003.js?body=1" for ::1 at 2015-12-15 22:20:46 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:20:46 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:20:46 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:20:49 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.5ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 0.7ms) Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:20:53 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 9ms (Views: 0.6ms | ActiveRecord: 1.1ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:21:37 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.3ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (4.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 152ms (Views: 146.7ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:21:37 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:21:37 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:21:37 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:21:37 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:21:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:21:37 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:21:37 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:21:37 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 22:21:37 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:21:37 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:21:37 -0330 Started GET "/assets/guts/application.self-4f4b43d578153ee7d5d0ee33f74f5db798b2779796f58a245880a3e9094be2a7.js?body=1" for ::1 at 2015-12-15 22:21:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:21:37 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:21:38 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:21:38 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:21:39 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.4ms) Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:21:43 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 0.6ms) Started GET "/guts/navigations/test-nav/items" for ::1 at 2015-12-15 22:21:57 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (7.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 61.0ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:21:58 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:21:58 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:21:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:21:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:21:58 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:21:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:21:58 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:21:58 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:21:58 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 22:21:58 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:21:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:21:58 -0330 Started GET "/assets/guts/application.self-4f4b43d578153ee7d5d0ee33f74f5db798b2779796f58a245880a3e9094be2a7.js?body=1" for ::1 at 2015-12-15 22:21:58 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:21:58 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:21:58 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 22:21:58 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 22:22:00 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (4.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 61.3ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:22:00 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:22:00 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:22:00 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:22:00 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:22:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:22:00 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:22:00 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:22:00 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:22:00 -0330 Started GET "/assets/guts/metafields.self-d293fdd553fb004d3d8c3f41ee2fc204eb97a8dfc47b3fdb18c55d3b5114ee7c.js?body=1" for ::1 at 2015-12-15 22:22:00 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:22:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:22:00 -0330 Started GET "/assets/guts/application.self-4f4b43d578153ee7d5d0ee33f74f5db798b2779796f58a245880a3e9094be2a7.js?body=1" for ::1 at 2015-12-15 22:22:00 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:22:00 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:22:00 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 22:24:01 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (4.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 146ms (Views: 140.6ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:24:01 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:24:01 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:24:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:24:01 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:24:01 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:24:01 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:24:01 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:24:01 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:24:01 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:24:01 -0330 Started GET "/assets/guts/navigation.self-27d233cd8a1da8f158107b41505d9b0bd5bc643aae0e16922179b4f4b81f0221.js?body=1" for ::1 at 2015-12-15 22:24:01 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:24:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:24:01 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:24:01 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:24:01 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:24:01 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 22:24:12 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (5.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 154ms (Views: 149.7ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:24:13 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:24:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:24:13 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:24:13 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:24:13 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:24:13 -0330 Started GET "/assets/guts/navigation.self-02c9d9be301edecb64f72f975901655a9cde0b21cb7e3963dbbfd1d70cb6b94e.js?body=1" for ::1 at 2015-12-15 22:24:13 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:24:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:24:13 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:24:13 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:24:13 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:24:13 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:24:13 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:24:13 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:24:13 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:24:13 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 22:25:00 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (4.4ms) Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 149ms (Views: 143.1ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:25:00 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:25:00 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:25:00 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:25:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:25:00 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:25:00 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:25:00 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:25:00 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:25:00 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:25:00 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:25:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:25:00 -0330 Started GET "/assets/guts/navigation.self-c7bd660b938324e3cd5f2532ee18063ad1730ef9fc91224ae4ab0573fd83845e.js?body=1" for ::1 at 2015-12-15 22:25:00 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:25:00 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:25:00 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:25:00 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:25:01 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.5ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 22:25:33 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (4.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 155ms (Views: 150.2ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:25:33 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:25:33 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:25:33 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:25:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:25:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:25:33 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:25:33 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:25:33 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:25:33 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:25:34 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:25:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:25:34 -0330 Started GET "/assets/guts/navigation.self-a179543c0d592fc93e8a987861afa0a430f7d01dd3594547563b5d0bb53cf679.js?body=1" for ::1 at 2015-12-15 22:25:34 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:25:34 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:25:34 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:25:34 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 22:26:13 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (6.3ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `empty?' for 1:Fixnum): 35: 36:
      37: <%= f.label :value %> 38: <%= f.select :navigatable_id, @navigation_item.navigatable_id %> 39: 40: <%= f.text_field :custom, {style: "display: none"} %> 41:
      actionview (4.2.5) lib/action_view/helpers/tags/select.rb:36:in `grouped_choices?' actionview (4.2.5) lib/action_view/helpers/tags/select.rb:20:in `render' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:163:in `select' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:777:in `select' /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:38:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___175832963304535044_70339927314060' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___175832963304535044_70339927314060' 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/navigation_items/edit.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_edit_html_erb__4153179680954807325_70339916481480' 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.2ms) 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.9ms) 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 (49.7ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 22:27:24 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (5.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 58.5ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:27:24 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:27:24 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:27:24 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:27:24 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:27:24 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:27:24 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:27:24 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:27:24 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:27:24 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:27:24 -0330 Started GET "/assets/guts/navigation.self-a179543c0d592fc93e8a987861afa0a430f7d01dd3594547563b5d0bb53cf679.js?body=1" for ::1 at 2015-12-15 22:27:24 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:27:24 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:27:24 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:27:24 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:27:24 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:27:24 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 22:28:59 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (4.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 144ms (Views: 139.1ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:29:00 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:29:00 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:29:00 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:29:00 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:29:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:29:00 -0330 Started GET "/assets/guts/navigation.self-cd38ab2c2fb45db1f5e60f56fd36651c24efffdc10e72c00ec18cdd26545a336.js?body=1" for ::1 at 2015-12-15 22:29:00 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:29:00 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:29:00 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:29:00 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:29:00 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:29:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:29:00 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:29:00 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:29:00 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:29:00 -0330 Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 22:29:12 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (3.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 158ms (Views: 153.6ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:29:12 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:29:12 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:29:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:29:12 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:29:12 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:29:12 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:29:12 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:29:12 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:29:12 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:29:12 -0330 Started GET "/assets/guts/navigation.self-bfc5d9471c611e887d6f595e94290e1313bb357650bee37d481ea20360e65454.js?body=1" for ::1 at 2015-12-15 22:29:12 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:29:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:29:12 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:29:12 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:29:13 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:29:13 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:29:13 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 16ms (Views: 0.2ms | ActiveRecord: 0.5ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 22:30:32 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (4.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 146ms (Views: 140.3ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:30:32 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:30:32 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:30:32 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:30:32 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:30:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:30:32 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:30:32 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:30:32 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:30:32 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:30:32 -0330 Started GET "/assets/guts/navigation.self-70966167d09d4879b69d3647fdf9ab6b4dcadc3d14229aa71f48986b1da18c3d.js?body=1" for ::1 at 2015-12-15 22:30:32 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:30:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:30:32 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:30:32 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:30:32 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:30:32 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:30:33 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.6ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 22:30:48 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (6.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (10.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 169ms (Views: 164.1ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:30:48 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:30:48 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:30:48 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:30:48 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:30:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:30:48 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:30:48 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:30:48 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:30:48 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:30:48 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:30:48 -0330 Started GET "/assets/guts/navigation.self-61b889f4b3ade423cd5b19efa9939252e343f11c840c48f126589bfc38e0797b.js?body=1" for ::1 at 2015-12-15 22:30:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:30:48 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:30:48 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:30:48 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:30:48 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:30:49 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 0.4ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 22:30:57 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (4.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 168ms (Views: 163.3ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:30:58 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:30:58 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:30:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:30:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:30:58 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:30:58 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:30:58 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:30:58 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:30:58 -0330 Started GET "/assets/guts/navigation.self-86bc46024e294a25910aa113bf364c44319097cccee602633b23066306189852.js?body=1" for ::1 at 2015-12-15 22:30:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:30:58 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:30:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:30:58 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:30:58 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:30:58 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:30:58 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:30:58 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 0.7ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 22:31:52 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (3.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 140ms (Views: 135.9ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:31:52 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:31:52 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:31:52 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:31:52 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:31:52 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:31:52 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:31:52 -0330 Started GET "/assets/guts/navigation.self-2de9b1d1e00de20995390804b6529348ccba0547132215357fce7f1b20db5730.js?body=1" for ::1 at 2015-12-15 22:31:52 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:31:52 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:31:52 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:31:52 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:31:52 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:31:52 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:31:52 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:31:52 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:31:52 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:31:53 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.5ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 22:32:05 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (4.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 165ms (Views: 160.0ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:32:05 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:32:05 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:32:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:32:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:32:05 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:32:05 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:32:05 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:32:05 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:32:05 -0330 Started GET "/assets/guts/navigation.self-d69f48531a95ae158c9eff2c847eac6442573e998e130397bda3ec5cb2531d1e.js?body=1" for ::1 at 2015-12-15 22:32:05 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:32:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:32:05 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:32:05 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:32:05 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:32:06 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:32:06 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:32:06 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.5ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 22:32:16 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (4.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 152ms (Views: 147.8ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:32:16 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:32:16 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:32:16 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:32:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:32:16 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:32:16 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:32:16 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:32:16 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:32:16 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:32:16 -0330 Started GET "/assets/guts/navigation.self-f7698300483fca38d0b67c3f92da42f035b4ba3657c6eccb10c7702cea0c1d21.js?body=1" for ::1 at 2015-12-15 22:32:16 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:32:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:32:16 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:32:16 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:32:16 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:32:16 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:32:17 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.5ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 22:32:26 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (4.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 162ms (Views: 156.4ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:32:26 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:32:26 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:32:26 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:32:26 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:32:26 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:32:26 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:32:27 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:32:27 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:32:27 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:32:27 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:32:27 -0330 Started GET "/assets/guts/navigation.self-42edc201755a6272e192a5bcd36fabf16c382e974567e18f773d5e6ca81d66d0.js?body=1" for ::1 at 2015-12-15 22:32:27 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:32:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:32:27 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:32:27 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:32:27 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:32:27 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.6ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 22:32:32 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (4.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 157ms (Views: 151.7ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:32:32 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:32:32 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:32:32 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:32:32 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:32:32 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:32:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:32:32 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:32:32 -0330 Started GET "/assets/guts/navigation.self-a064ea6086bde21fad00158aa7ed4df33202ed51fe4c5107c7de9e6947f67e83.js?body=1" for ::1 at 2015-12-15 22:32:32 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:32:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:32:32 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:32:32 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:32:32 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:32:32 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:32:33 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:32:33 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:32:33 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 0.7ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 22:32:36 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (4.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 69ms (Views: 63.9ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:32:37 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:32:37 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:32:37 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:32:37 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:32:37 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:32:37 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:32:37 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:32:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:32:37 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:32:37 -0330 Started GET "/assets/guts/navigation.self-42edc201755a6272e192a5bcd36fabf16c382e974567e18f773d5e6ca81d66d0.js?body=1" for ::1 at 2015-12-15 22:32:37 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:32:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:32:37 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:32:37 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:32:37 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:32:37 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:32:37 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.5ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 22:32:46 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (3.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 150ms (Views: 144.9ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:32:46 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:32:47 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:32:47 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:32:47 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:32:47 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:32:47 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:32:47 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:32:47 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:32:47 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:32:47 -0330 Started GET "/assets/guts/navigation.self-549357e6bdec7fe812e0311bea899c0e02fb8e803a527221823687c3896e5681.js?body=1" for ::1 at 2015-12-15 22:32:47 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:32:47 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:32:47 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:32:47 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:32:47 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:32:47 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:32:47 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 0.4ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 22:33:00 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (5.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 165ms (Views: 158.9ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:33:00 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:33:00 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:33:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:33:00 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:33:00 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:33:00 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:33:00 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:33:00 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:33:00 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:33:00 -0330 Started GET "/assets/guts/navigation.self-df7590f3cef2fd822c3f8baa1be21f5fef32da1225cd22e1ac8aff4e9094060a.js?body=1" for ::1 at 2015-12-15 22:33:00 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:33:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:33:00 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:33:00 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:33:01 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:33:01 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:33:01 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.5ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 22:34:48 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (4.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 154ms (Views: 148.5ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:34:48 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:34:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:34:48 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:34:48 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:34:48 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:34:48 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:34:48 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:34:48 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:34:48 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:34:48 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:34:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:34:48 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:34:48 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:34:48 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:34:48 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:34:48 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:34:49 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.7ms) Started PATCH "/guts/navigations/test-nav/items/1" for ::1 at 2015-12-15 22:34:50 -0330 Processing by Guts::NavigationItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jLdE4eeZNsphIb5NykVM4jZzmYr9mxV4SdaTddTw4AVRxlc8lLDl0zcXbutIwBd1cKJdpU7NSwvHvag7UFljNQ==", "commit"=>"Save", "navigation_item"=>{"title"=>"Cool", "navigatable_type"=>"Guts::Content", "navigatable_id"=>"1", "custom"=>""}, "navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]]  (0.5ms) begin transaction  (0.1ms) commit transaction Redirected to Completed 500 Internal Server Error in 17ms (ActiveRecord: 1.0ms) NoMethodError (undefined method `navigation_item_url' for #): actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:268:in `handle_model_call' actionpack (4.2.5) lib/action_dispatch/routing/url_for.rb:168:in `url_for' actionpack (4.2.5) lib/action_controller/metal/redirecting.rb:95:in `_compute_redirect_to_location' actionpack (4.2.5) lib/action_controller/metal/redirecting.rb:75:in `redirect_to' actionpack (4.2.5) lib/action_controller/metal/flash.rb:57:in `redirect_to' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:64:in `block in redirect_to' 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:63:in `redirect_to' /Users/tyler/Development/guts/app/controllers/guts/navigation_items_controller.rb:35:in `update' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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:38: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.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.8ms) 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/diagnostics.html.erb within rescues/layout (52.0ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-15 22:34:53 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (4.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 52.4ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:34:53 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:34:53 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:34:53 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:34:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:34:53 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:34:53 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:34:53 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:34:53 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:34:53 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:34:53 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:34:53 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:34:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:34:53 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:34:53 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:34:53 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:34:53 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:34:54 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.6ms) Started GET "/guts/navigations/test-nav/items" for ::1 at 2015-12-15 22:34:55 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (4.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 57.8ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:34:55 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:34:55 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:34:55 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:34:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:34:55 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:34:55 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:34:55 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:34:55 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:34:55 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:34:55 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:34:55 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:34:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:34:55 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:34:55 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:34:55 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 22:34:55 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:34:55 -0330 Started GET "/guts/navigations/test-nav/items" for ::1 at 2015-12-15 22:34:56 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (6.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 101ms (Views: 98.4ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:34:56 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:34:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:34:56 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:34:56 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:34:56 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:34:56 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:34:56 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:34:56 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:34:56 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:34:56 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:34:56 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:34:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:34:56 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:34:56 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:34:57 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 22:34:57 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:34:57 -0330 Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:34:58 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (4.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 57.4ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:34:58 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:34:58 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:34:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:34:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:34:58 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:34:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:34:58 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:34:58 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:34:58 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:34:58 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:34:58 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:34:58 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:34:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:34:58 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:34:58 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:34:58 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-15 22:35:00 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.4ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.7ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 11ms (Views: 0.2ms | ActiveRecord: 1.3ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:35:39 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (5.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 73ms (Views: 61.3ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:35:39 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:35:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:35:39 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:35:39 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:35:39 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:35:39 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:35:39 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:35:39 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:35:39 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:35:39 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:35:39 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:35:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:35:39 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:35:39 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:35:39 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:35:39 -0330 Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:35:42 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (4.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 58.5ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:35:42 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:35:42 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:35:42 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:35:42 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:35:42 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:35:42 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:35:42 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:35:42 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:35:42 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:35:42 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:35:42 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:35:42 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:35:42 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:35:42 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:35:42 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:35:42 -0330 Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:35:47 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (37.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (43.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 562ms (Views: 486.8ms | ActiveRecord: 2.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:35:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:35:48 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:35:48 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:35:48 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:35:48 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:35:48 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:35:48 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:35:48 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:35:48 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:35:48 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:35:48 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:35:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:35:48 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:35:48 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:35:48 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:35:48 -0330 Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3ACategory" for ::1 at 2015-12-15 22:35:50 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Category", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Category Load (1.1ms) SELECT "guts_categories".* FROM "guts_categories" Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.6ms) Started POST "/guts/navigations/test-nav/items" for ::1 at 2015-12-15 22:36:05 -0330 Processing by Guts::NavigationItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"BfjrMm/Izx9jAEeIzIXMNj5zL426v0ndhjzDuJkLGEjYifjvHOEcBjU2ly5OAJeheKLrognpF64IV/j2HaKbeA==", "commit"=>"Save", "navigation_item"=>{"title"=>"Coolio", "navigatable_type"=>"Guts::Category", "custom"=>"", "navigatable_id"=>""}, "navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]]  (0.1ms) begin transaction SQL (1.3ms) INSERT INTO "guts_navigation_items" ("title", "custom", "navigatable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Coolio"], ["custom", ""], ["navigatable_type", "Guts::Category"], ["created_at", "2015-12-16 02:06:05.404885"], ["updated_at", "2015-12-16 02:06:05.404885"]]  (0.8ms) commit transaction Redirected to Completed 500 Internal Server Error in 18ms (ActiveRecord: 2.3ms) NoMethodError (undefined method `navigation_item_url' for #): actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:268:in `handle_model_call' actionpack (4.2.5) lib/action_dispatch/routing/url_for.rb:168:in `url_for' actionpack (4.2.5) lib/action_controller/metal/redirecting.rb:95:in `_compute_redirect_to_location' actionpack (4.2.5) lib/action_controller/metal/redirecting.rb:75:in `redirect_to' actionpack (4.2.5) lib/action_controller/metal/flash.rb:57:in `redirect_to' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:64:in `block in redirect_to' 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:63:in `redirect_to' /Users/tyler/Development/guts/app/controllers/guts/navigation_items_controller.rb:27:in `create' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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:38: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 (1.9ms) 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 (48.7ms) Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:36:07 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (3.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 56.0ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:36:07 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:36:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:36:07 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:36:07 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:36:07 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:36:07 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:36:07 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:36:07 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:36:07 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:36:07 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:36:07 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:36:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:36:07 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:36:07 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:36:07 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:36:07 -0330 Started GET "/guts/navigations/test-nav/items" for ::1 at 2015-12-15 22:36:46 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (20.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 75ms (Views: 72.4ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:36:46 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:36:46 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:36:46 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:36:46 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:36:46 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:36:46 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:36:46 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:36:46 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:36:46 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:36:46 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:36:46 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:36:46 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:36:46 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:36:46 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:36:46 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:36:46 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 22:36:46 -0330 Started GET "/guts/navigations/test-nav/items/2/edit" for ::1 at 2015-12-15 22:36:50 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"2"} Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 2]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (4.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 59.3ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:36:50 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:36:50 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:36:50 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:36:50 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:36:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:36:50 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:36:50 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:36:50 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:36:50 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:36:50 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:36:50 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:36:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:36:50 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:36:50 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:36:50 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:36:50 -0330 Started PATCH "/guts/navigations/test-nav/items/2" for ::1 at 2015-12-15 22:37:25 -0330 Processing by Guts::NavigationItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cLBTATs6qCb2f48F17NL7nWlK2yrkfhPuu7miTxJb1WtwUDcSBN7P6BJX6NVNhB5M3TvQxjHpjw0hd3HuODsZQ==", "commit"=>"Save", "navigation_item"=>{"title"=>"Hey Yoo", "navigatable_type"=>"", "custom"=>"/coolio", "navigatable_id"=>""}, "navigation_id"=>"test-nav", "id"=>"2"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 2]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "guts_navigation_items" SET "custom" = ?, "updated_at" = ? WHERE "guts_navigation_items"."id" = ? [["custom", "/coolio"], ["updated_at", "2015-12-16 02:07:25.969390"], ["id", 2]]  (2.5ms) commit transaction Redirected to Completed 500 Internal Server Error in 24ms (ActiveRecord: 3.1ms) NoMethodError (undefined method `navigation_item_url' for #): actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:268:in `handle_model_call' actionpack (4.2.5) lib/action_dispatch/routing/url_for.rb:168:in `url_for' actionpack (4.2.5) lib/action_controller/metal/redirecting.rb:95:in `_compute_redirect_to_location' actionpack (4.2.5) lib/action_controller/metal/redirecting.rb:75:in `redirect_to' actionpack (4.2.5) lib/action_controller/metal/flash.rb:57:in `redirect_to' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:64:in `block in redirect_to' 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:63:in `redirect_to' /Users/tyler/Development/guts/app/controllers/guts/navigation_items_controller.rb:35:in `update' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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:38: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 (6.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 (2.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 (60.8ms) Started GET "/guts/navigations/test-nav/items/2/edit" for ::1 at 2015-12-15 22:37:26 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"2"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 2]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (4.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 53.2ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:37:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:37:27 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:37:27 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:37:27 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:37:27 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:37:27 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:37:27 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:37:27 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:37:27 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:37:27 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:37:27 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:37:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:37:27 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:37:27 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:37:27 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:37:27 -0330 Started GET "/guts/navigations/test-nav/items/2/edit" for ::1 at 2015-12-15 22:37:28 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"2"} Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 2]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (3.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 69ms (Views: 64.7ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:37:28 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:37:28 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:37:28 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:37:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:37:28 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:37:28 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:37:28 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:37:28 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:37:28 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:37:28 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:37:28 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:37:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:37:28 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:37:28 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:37:28 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:37:28 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 22:37:46 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (16.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 70ms (Views: 68.8ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:37:46 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:37:46 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:37:46 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:37:46 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:37:46 -0330 Started GET "/assets/guts/application.self-959f74f3490a36b039bab8196642f65979cd415aab325c4a95d4be3ffa27bb98.css?body=1" for ::1 at 2015-12-15 22:37:46 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:37:46 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:37:46 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:37:46 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:37:46 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:37:46 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:37:46 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:37:46 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:37:46 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:37:46 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 22:37:46 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:37:46 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 22:39:47 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.8ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (11.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 153ms (Views: 150.7ms | ActiveRecord: 1.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:39:48 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:39:48 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:39:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:39:48 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:39:48 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:39:48 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:39:48 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:39:48 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:39:48 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:39:48 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:39:48 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:39:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:39:48 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:39:48 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:39:48 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:39:48 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 22:39:48 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 22:42:40 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (8.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 62.6ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:42:40 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:42:40 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:42:40 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:42:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:42:40 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:42:40 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:42:40 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:42:40 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:42:41 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:42:41 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:42:41 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:42:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:42:41 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:42:41 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:42:41 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 22:42:41 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:42:41 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 22:43:01 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.3ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (1.9ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (32.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 107ms (Views: 103.5ms | ActiveRecord: 2.9ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:43:01 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:43:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:43:01 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:43:01 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:43:02 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:43:02 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:43:02 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:43:02 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:43:02 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:43:02 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:43:02 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:43:02 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:43:02 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:43:02 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:43:02 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:43:02 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 22:43:02 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 22:43:58 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (7.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 55.3ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:43:59 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:43:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:43:59 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:43:59 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:43:59 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:43:59 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:43:59 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:43:59 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:43:59 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:43:59 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:43:59 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:43:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:43:59 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:43:59 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:43:59 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:43:59 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-15 22:43:59 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 22:44:18 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (7.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 81ms (Views: 79.9ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:44:18 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:44:18 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:44:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:44:18 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:44:18 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:44:18 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:44:18 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:44:18 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:44:18 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:44:18 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:44:18 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:44:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:44:18 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:44:18 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:44:18 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:44:18 -0330 Started GET "/guts/navigations/test-nav/edit" for ::1 at 2015-12-15 22:45:31 -0330 Processing by Guts::NavigationsController#edit as HTML Parameters: {"id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (2.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/edit.html.erb within layouts/guts/application (5.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 121ms (Views: 120.1ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:45:32 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:45:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:45:32 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:45:32 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:45:32 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:45:32 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:45:32 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:45:32 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:45:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:45:32 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:45:32 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:45:32 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:45:32 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:45:32 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:45:32 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:45:32 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 22:45:34 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (5.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 56.6ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:45:34 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:45:34 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:45:34 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:45:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:45:34 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:45:34 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:45:34 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:45:34 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:45:34 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:45:34 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:45:34 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:45:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:45:34 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:45:34 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:45:34 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:45:34 -0330 Started GET "/guts/navigations/test-nav" for ::1 at 2015-12-15 22:45:40 -0330 Processing by Guts::NavigationsController#show as HTML Parameters: {"id"=>"test-nav"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/show.html.erb within layouts/guts/application (1.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 52.6ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:45:40 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:45:40 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:45:40 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:45:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:45:40 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:45:40 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:45:40 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:45:40 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:45:40 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:45:40 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:45:40 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:45:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:45:40 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:45:40 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:45:40 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:45:40 -0330 Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2015-12-15 22:45:40 -0330 Started GET "/guts/navigations/test-nav" for ::1 at 2015-12-15 22:47:16 -0330 Processing by Guts::NavigationsController#show as HTML Parameters: {"id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/show.html.erb within layouts/guts/application (4.0ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `created_at' for nil:NilClass): 18:
    19: 20: 21: 22: 23: 24: /Users/tyler/Development/guts/app/views/guts/navigations/show.html.erb:21:in `___sers_tyler__evelopment_guts_app_views_guts_navigations_show_html_erb___1906590436202279033_70206595953760' 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 (11.3ms) 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.7ms) 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 (53.8ms) Started GET "/guts/navigations/test-nav" for ::1 at 2015-12-15 22:47:24 -0330 Processing by Guts::NavigationsController#show as HTML Parameters: {"id"=>"test-nav"} Guts::Navigation Load (0.6ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/show.html.erb within layouts/guts/application (2.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 76ms (Views: 71.6ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:47:24 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:47:24 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:47:24 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:47:24 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:47:24 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:47:24 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:47:24 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:47:24 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:47:24 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:47:24 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:47:24 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:47:24 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:47:25 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:47:25 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:47:25 -0330 Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2015-12-15 22:47:25 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:47:25 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 22:47:27 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (4.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 52.6ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:47:27 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:47:27 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:47:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:47:27 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:47:27 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:47:27 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:47:27 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:47:27 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:47:27 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:47:27 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:47:27 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:47:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:47:27 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:47:27 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:47:27 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:47:27 -0330 Started GET "/guts/navigations/test-nav/edit" for ::1 at 2015-12-15 22:49:07 -0330 Processing by Guts::NavigationsController#edit as HTML Parameters: {"id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (1.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/edit.html.erb within layouts/guts/application (3.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 59.1ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:49:07 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:49:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:49:07 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:49:07 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:49:07 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:49:07 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:49:07 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:49:07 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:49:07 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:49:07 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:49:07 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:49:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:49:07 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:49:07 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:49:07 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:49:07 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 22:49:09 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (4.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 55.9ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:49:09 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:49:09 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:49:09 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:49:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:49:09 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:49:09 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:49:09 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:49:09 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:49:09 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:49:09 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:49:09 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:49:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:49:09 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:49:09 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:49:09 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:49:09 -0330 Started GET "/guts/navigations/new" for ::1 at 2015-12-15 22:49:10 -0330 Processing by Guts::NavigationsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (1.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/new.html.erb within layouts/guts/application (4.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 74ms (Views: 73.5ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:49:10 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:49:10 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:49:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:49:10 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:49:10 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:49:10 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:49:10 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:49:10 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:49:10 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:49:10 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:49:10 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:49:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:49:10 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:49:10 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:49:11 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:49:11 -0330 Started GET "/guts/navigations/new" for ::1 at 2015-12-15 22:49:41 -0330 Processing by Guts::NavigationsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (1.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/new.html.erb within layouts/guts/application (4.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 60.7ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:49:41 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:49:41 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:49:41 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:49:41 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:49:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:49:41 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:49:41 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:49:41 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:49:41 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:49:41 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:49:41 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:49:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:49:41 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:49:41 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:49:41 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:49:41 -0330 Started GET "/guts/navigations/new" for ::1 at 2015-12-15 22:51:11 -0330 Processing by Guts::NavigationsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (2.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/new.html.erb within layouts/guts/application (4.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 64.6ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:51:11 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:51:11 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:51:11 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:51:11 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:51:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:51:11 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:51:11 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:51:11 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:51:11 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:51:11 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:51:11 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:51:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:51:11 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:51:11 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:51:11 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:51:11 -0330 Started GET "/guts/navigations/new" for ::1 at 2015-12-15 22:54:53 -0330 Processing by Guts::NavigationsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (2.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/new.html.erb within layouts/guts/application (4.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 61.6ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:54:53 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:54:53 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:54:53 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:54:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:54:53 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:54:53 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:54:53 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:54:53 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:54:53 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:54:53 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:54:53 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:54:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:54:53 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:54:53 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:54:53 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:54:53 -0330 Started GET "/guts/navigations/new" for ::1 at 2015-12-15 22:55:23 -0330 Processing by Guts::NavigationsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (2.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/new.html.erb within layouts/guts/application (3.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 59.5ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:55:23 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:55:23 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:55:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:55:23 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:55:23 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:55:23 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:55:23 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:55:23 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:55:23 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:55:23 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:55:23 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:55:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:55:23 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:55:23 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:55:24 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:55:24 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 22:55:24 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (4.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 68ms (Views: 67.5ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:55:24 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:55:24 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:55:24 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:55:24 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:55:24 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:55:24 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:55:24 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:55:24 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:55:24 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:55:24 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:55:24 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:55:24 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:55:24 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:55:24 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:55:25 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:55:25 -0330 Started GET "/guts/navigations/test-nav/edit" for ::1 at 2015-12-15 22:55:26 -0330 Processing by Guts::NavigationsController#edit as HTML Parameters: {"id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (2.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/edit.html.erb within layouts/guts/application (3.5ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `size' for nil:NilClass): 3: <%= f.submit "Save", class: "success button" %> 4: <%= link_to "Back", navigations_path, class: "secondary hollow button" %> 5: <% unless @navigation.new_record? %> 6: <%= link_to "Metafields (#{@navigation.metafields.size})", navigation_metafields_path(@navigation), class: "hollow button" %> 7: <% end %> 8: 9: /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb:6:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigations__form_html_erb__1795400621775128048_70206595785960' 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/navigations/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigations__form_html_erb__1795400621775128048_70206595785960' 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/navigations/edit.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_navigations_edit_html_erb__1616286828438921109_70206610123100' 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.9ms) 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 (52.0ms) Started GET "/guts/navigations/test-nav/edit" for ::1 at 2015-12-15 22:55:49 -0330 Processing by Guts::NavigationsController#edit as HTML Parameters: {"id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]]  (0.9ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (6.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/edit.html.erb within layouts/guts/application (8.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 74ms (Views: 64.0ms | ActiveRecord: 1.9ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:55:49 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:55:49 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:55:49 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:55:49 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:55:49 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:55:49 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:55:49 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:55:49 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:55:49 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:55:49 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:55:49 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:55:49 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:55:49 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:55:49 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:55:49 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:55:49 -0330 Started GET "/guts/navigations/test-nav/edit" for ::1 at 2015-12-15 22:56:11 -0330 Processing by Guts::NavigationsController#edit as HTML Parameters: {"id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (3.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/edit.html.erb within layouts/guts/application (4.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 68ms (Views: 66.1ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:56:11 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:56:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:56:11 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:56:11 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:56:11 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:56:11 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:56:11 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:56:11 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:56:12 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:56:12 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:56:12 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:56:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:56:12 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:56:12 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:56:12 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:56:12 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 22:56:40 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (7.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 59.2ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:56:41 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:56:41 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:56:41 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:56:41 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:56:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:56:41 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:56:41 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:56:41 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:56:41 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:56:41 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:56:41 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:56:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:56:41 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:56:41 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:56:41 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:56:41 -0330 Started GET "/guts/navigations/test-nav/edit" for ::1 at 2015-12-15 22:56:44 -0330 Processing by Guts::NavigationsController#edit as HTML Parameters: {"id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (3.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/edit.html.erb within layouts/guts/application (4.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 60.3ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:56:44 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:56:45 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:56:45 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:56:45 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:56:45 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:56:45 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:56:45 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:56:45 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:56:45 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:56:45 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:56:45 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:56:45 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:56:45 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:56:45 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:56:45 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:56:45 -0330 Started GET "/guts/navigations/test-nav/metafields" for ::1 at 2015-12-15 22:56:45 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Navigation", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (2.5ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 65.2ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:56:46 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:56:46 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:56:46 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:56:46 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:56:46 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:56:46 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:56:46 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:56:46 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:56:46 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:56:46 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:56:46 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:56:46 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:56:46 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:56:46 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:56:46 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:56:46 -0330 Started GET "/guts/navigations/test-nav/edit" for ::1 at 2015-12-15 22:56:47 -0330 Processing by Guts::NavigationsController#edit as HTML Parameters: {"id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (3.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/edit.html.erb within layouts/guts/application (4.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 82ms (Views: 80.5ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:56:47 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:56:47 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:56:47 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:56:47 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:56:47 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:56:47 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:56:48 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:56:48 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:56:48 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:56:48 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:56:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:56:48 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:56:48 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:56:48 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:56:48 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:56:48 -0330 Started GET "/guts/navigations/test-nav/metafields" for ::1 at 2015-12-15 22:56:54 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Navigation", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]]  (0.3ms) SELECT COUNT(*) FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (2.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 62.9ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:56:54 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:56:54 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:56:54 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:56:54 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:56:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:56:54 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:56:54 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:56:54 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:56:54 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:56:54 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:56:54 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:56:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:56:54 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:56:54 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:56:54 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:56:54 -0330 Started GET "/guts/navigations/test-nav/edit" for ::1 at 2015-12-15 22:56:56 -0330 Processing by Guts::NavigationsController#edit as HTML Parameters: {"id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (3.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/edit.html.erb within layouts/guts/application (5.4ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 81ms (Views: 79.0ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:56:56 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:56:56 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:56:56 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:56:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:56:56 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:56:56 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:56:56 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:56:56 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:56:56 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:56:56 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:56:56 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:56:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:56:56 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:56:56 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:56:56 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:56:56 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 22:56:57 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (6.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 92ms (Views: 90.6ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:56:57 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:56:58 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:56:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:56:58 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:56:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:56:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:56:58 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:56:58 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:56:58 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:56:58 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:56:58 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:56:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:56:58 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:56:58 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:56:58 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:56:58 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 22:58:16 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (6.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 54.4ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:58:16 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:58:16 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:58:16 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:58:16 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:58:16 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:58:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:58:16 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:58:16 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:58:16 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:58:16 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:58:16 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:58:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:58:16 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:58:16 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:58:16 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:58:16 -0330 Started GET "/guts/navigations/test-nav" for ::1 at 2015-12-15 22:58:17 -0330 Processing by Guts::NavigationsController#show as HTML Parameters: {"id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/show.html.erb within layouts/guts/application (0.4ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 76ms (Views: 74.0ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:58:17 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:58:17 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:58:17 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:58:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:58:17 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:58:17 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:58:17 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:58:17 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:58:17 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:58:17 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:58:17 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:58:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:58:17 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:58:17 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:58:17 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:58:17 -0330 Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2015-12-15 22:58:17 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 22:58:19 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (6.8ms) Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 107ms (Views: 105.1ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:58:20 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:58:20 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:58:20 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:58:20 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:58:20 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:58:20 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:58:20 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:58:20 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:58:20 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:58:20 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:58:20 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:58:20 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:58:20 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:58:20 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:58:20 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:58:20 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 22:58:28 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (22.3ms) Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `new_navigation_item_path' for #<#:0x007fb47dae5978>): 21:
    22:
    <%= navigation.title %>
    23:
    24: <%= link_to "New", new_navigation_item_path(navigation), {class: "button"} %> 25: <%= link_to "Edit", edit_navigation_path(navigation), {class: "warning button"} %> 26: <%= link_to "Destroy", navigation, {class: "alert button"} %> 27:
    /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:24:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb__1419979150303762511_70206589697260' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:19:in `___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb__1419979150303762511_70206589697260' 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 (6.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 (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/template_error.html.erb within rescues/layout (48.7ms) Started GET "/guts/navigatd" for ::1 at 2015-12-15 22:58:31 -0330 ActionController::RoutingError (No route matches [GET] "/guts/navigatd"): 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 (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 (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 (3.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.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 (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 (104.5ms) Started GET "/guts/navigations" for ::1 at 2015-12-15 22:58:53 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (6.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 61.9ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:58:53 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:58:53 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:58:53 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:58:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:58:53 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:58:53 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:58:53 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:58:53 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:58:53 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:58:53 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:58:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:58:53 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:58:53 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:58:53 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:58:54 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:58:54 -0330 Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-15 22:58:54 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (5.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 88ms (Views: 83.9ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:58:55 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:58:55 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:58:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:58:55 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:58:55 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:58:55 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:58:55 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:58:55 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:58:55 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:58:55 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:58:55 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:58:55 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:58:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:58:55 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:58:55 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:58:55 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 22:58:59 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (6.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 64.0ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 22:58:59 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 22:58:59 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 22:58:59 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 22:58:59 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 22:58:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 22:58:59 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 22:58:59 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 22:58:59 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 22:58:59 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 22:58:59 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 22:58:59 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 22:58:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 22:58:59 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 22:58:59 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 22:58:59 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 22:58:59 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 23:00:45 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.5ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (14.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 71ms (Views: 69.3ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 23:00:45 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 23:00:45 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 23:00:45 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 23:00:45 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 23:00:45 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 23:00:45 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 23:00:45 -0330 Started GET "/assets/guts/application.self-b775818a8231b1e39426f9064afb512a29ae42248c75f40f6c682f4a83af8a88.css?body=1" for ::1 at 2015-12-15 23:00:45 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 23:00:45 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 23:00:45 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 23:00:45 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 23:00:45 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 23:00:45 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 23:00:45 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 23:00:45 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 23:00:45 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 23:01:26 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (7.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 157ms (Views: 156.3ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 23:01:26 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 23:01:26 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 23:01:26 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 23:01:26 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 23:01:26 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 23:01:26 -0330 Started GET "/assets/guts/application.self-c198a8e6c3a7410090cbf2495ddc0a197febcefdf7e42c56b908d8d4fbc965f5.css?body=1" for ::1 at 2015-12-15 23:01:26 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 23:01:26 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 23:01:26 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 23:01:26 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 23:01:26 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 23:01:26 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 23:01:26 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 23:01:26 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 23:01:27 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 23:01:27 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 23:01:37 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (5.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 136ms (Views: 135.4ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 23:01:37 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 23:01:37 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 23:01:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 23:01:37 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-15 23:01:37 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 23:01:37 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 23:01:37 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 23:01:37 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 23:01:37 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 23:01:37 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 23:01:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 23:01:37 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 23:01:37 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 23:01:37 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 23:01:38 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 23:01:38 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-15 23:01:38 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (3.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 85ms (Views: 82.8ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 23:01:39 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-15 23:01:39 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 23:01:39 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 23:01:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 23:01:39 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 23:01:39 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 23:01:39 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 23:01:39 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 23:01:39 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 23:01:39 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 23:01:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 23:01:39 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 23:01:39 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 23:01:39 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 23:01:39 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 23:01:39 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 23:01:42 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (5.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 57.1ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 23:01:42 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 23:01:42 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-15 23:01:42 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 23:01:42 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 23:01:42 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 23:01:42 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 23:01:42 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 23:01:42 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 23:01:42 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 23:01:42 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 23:01:42 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 23:01:42 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 23:01:42 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 23:01:42 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 23:01:42 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 23:01:42 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 23:04:08 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (15.5ms) Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.9ms) ActionView::Template::Error (No route matches {:action=>"edit", :controller=>"guts/navigation_items", :id=>nil, :navigation_id=>[#, #]} missing required keys: [:id]): 31:
  • 32: <%= item.title %>  —>  <%= item.navigatable_type.empty? ? "Custom" : item.navigatable.navigatable_format %> <%= "to: #{item.custom}" unless item.custom.empty? %> 33: 37:
  • actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:34:in `block (2 levels) in ___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb__1419979150303762511_70206594577000' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:30:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb__1419979150303762511_70206594577000' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:19:in `___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb__1419979150303762511_70206594577000' 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 (8.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 (3.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.1ms) 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 (52.9ms) Started GET "/guts/navigations" for ::1 at 2015-12-15 23:04:30 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (7.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 62.6ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 23:04:30 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 23:04:30 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 23:04:30 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 23:04:30 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 23:04:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 23:04:30 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-15 23:04:30 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 23:04:30 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 23:04:30 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 23:04:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 23:04:30 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 23:04:30 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 23:04:30 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 23:04:30 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 23:04:31 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 23:04:31 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-15 23:05:06 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.3ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (6.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 60.0ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 23:05:06 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 23:05:06 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 23:05:06 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 23:05:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 23:05:06 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-15 23:05:06 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 23:05:06 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 23:05:06 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 23:05:06 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 23:05:06 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 23:05:06 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 23:05:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 23:05:06 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 23:05:06 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 23:05:06 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 23:05:06 -0330 Started GET "/guts/categories" for ::1 at 2015-12-15 23:06:17 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (1.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 55.7ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 23:06:18 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 23:06:18 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 23:06:18 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 23:06:18 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-15 23:06:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 23:06:18 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 23:06:18 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 23:06:18 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 23:06:18 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 23:06:18 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 23:06:18 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 23:06:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 23:06:18 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 23:06:18 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 23:06:18 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 23:06:18 -0330 Started GET "/guts/types" for ::1 at 2015-12-15 23:06:19 -0330 Processing by Guts::TypesController#index as HTML Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (5.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 89ms (Views: 88.7ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 23:06:19 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 23:06:19 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 23:06:19 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-15 23:06:19 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 23:06:19 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 23:06:19 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 23:06:19 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 23:06:19 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 23:06:19 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 23:06:19 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 23:06:19 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 23:06:19 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 23:06:19 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 23:06:19 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 23:06:19 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 23:06:19 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-15 23:06:23 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 50.7ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 23:06:24 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 23:06:24 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 23:06:24 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-15 23:06:24 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 23:06:24 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 23:06:24 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 23:06:24 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 23:06:24 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 23:06:24 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 23:06:24 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 23:06:24 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 23:06:24 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 23:06:24 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 23:06:24 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 23:06:24 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 23:06:24 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-12-15 23:06:29 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (20.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (22.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 87ms (Views: 84.6ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 23:06:29 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 23:06:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 23:06:29 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 23:06:29 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 23:06:29 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-15 23:06:29 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 23:06:29 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 23:06:29 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 23:06:29 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 23:06:29 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 23:06:29 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 23:06:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 23:06:29 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 23:06:29 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 23:06:29 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 23:06:29 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-12-15 23:15:40 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (65.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (70.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 1489ms (Views: 1422.0ms | ActiveRecord: 2.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.self-b49f7fedb637730093eeb2d02251e7d4b3fd2135a52b604a5652de461bbc59a7.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.self-476e7936e49de726948a0e31b001d58f4d361a2255d17ba50ee16f2a6236ae6e.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.self-e49bcec4e552bbc65cc3c9e1df0da8c9a5607fcd150036790f1ad7ff5a80aaa9.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/bbcode/plugin.min.self-dae2432b6477ca1acc3bd6ac7af33c379797c7f2dcf2c82513475d4c234d851d.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autosave/plugin.min.self-946127716e8aaa004863c851f6c3a68edf854f21614a92e66c5f77583924aeb8.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autoresize/plugin.min.self-21c57c8a75f58426c77542872a6c2d64974023b331a0449df0b5929270e6e375.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.self-60789ca55181e576705f1d575264f4d42bca63f9230cdf9387a6b14ca0f610a4.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/codesample/plugin.min.self-466852640544eefed7593d913a305e110cfac4fe2c791c2ba47354bbc0bab79d.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.self-093b2519070297197c89cabd2b7bf7b7920786fa3ae5b055322fb16d51d113d4.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.self-526e08119d96ecdeeb21c1031cba4b471aba860fbc6ed0f8a010275088c00531.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.self-0bf5108705e3d552882936be8041d0fe328350624a5f10a6bca90ebdae7248b6.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.self-6381fb028625726e50977d00f342fa1f60e39dc794e0ea1c7d9feff8846ab9fc.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/emoticons/plugin.min.self-75971da62ade77af7e79b3a560c5ad5ac20ee5f88c7ba236e03902777fdec715.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/example_dependency/plugin.min.self-9bb52c9d45c0f7e4d67c12f546c68095b2d5284aa84ab3a2c45f1d986f464653.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/example/plugin.min.self-505b7ee82929e7338700605a4ca63d94dbe6ef2ce2d21104cc01c2adba829868.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullpage/plugin.min.self-8b7cbd02ffee3391d606c6b8467d3dc887e20de3ee5d52f32bc11e7b08c59402.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.self-c67f5a63faa41b506a97eedf27f00389f2ea0149cbd9934f0b13eb8975b84aa6.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.self-92558948637f4349e0f327350ddebdd225313e582f08aacf6cb5549d03fc9a8b.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.self-24e82654f2550d51a33509966520af3fb840354d4db79a08df913a54d0487497.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.self-e027c5a7935bad5ff586bdd8141b7932342a3c39d98a7bdfa74a70e7cd9cd173.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/importcss/plugin.min.self-2e1d9d22b3d714da30954a0475b9291b6c594e8e56a5b4a18d9f409f7823fbbe.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/layer/plugin.min.self-3edda16807c0682fce24a9015f0bc59a99cdf7a9a72acd31a8c1c8bf4ad5b43c.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.self-b29d2e750dfde4ca822aea1c4de939129ecaaa73fa5107fd2a2cee1288384c56.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/legacyoutput/plugin.min.self-bcdbec1970d7afe9e73ced4fa7f85b1f3e43498a2f3b158996a800f85cabdecc.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.self-c61136a0699f0941187f55fca3838b3dc0ea796dd0ea3b83b15dab723327c395.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.self-d1d65f04c15ffab606ed5e2984060b572fbe52d9d1499e2a2a0f53f8f6231915.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.self-6bce2078a3f56cfc28fc6cc3d8100c9a3ff1e0f5d800e24e0d64eaa1f41ed79e.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.self-d93fe713f8211ea92558f8191f12c583d6e1f979394f4287b2170d8fabebc5be.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.self-ab6b5ac921769c35d8d1c412d94b0388e9b675ed181ddca51e44ef6e39cb569d.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.self-58f4cd662a411a9c225db019b4dafbf00a377b6c13248cf6de1eb48622dd74cf.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/noneditable/plugin.min.self-a4bd813f4f3f8e9c8a2f5f8442caf92a34afe3d49fa5d0342ecd73fb34b376bf.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/preview/plugin.min.self-f7ec2e4bda5fb91355b9e316787c2358e3ce05e36645ff1fb8b00ebf14187c67.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/print/plugin.min.self-07acb7cbdb293f598245755b4a5a142b9d7b78f6b7a6268e3a447b8941f64472.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.self-11fdf28ca348302f0dc30b3f411a1b1d7ca6f5a43ecfe01dab3bb6cf05f3afed.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.self-6456b9be35b306c2554db1407f1fe77d1d59d7141ae78425ccbb645bcbb27f9c.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/tabfocus/plugin.min.self-7b502798dc2f12c001171cfa8fd71154def57290459dd48c7c27d9ca0d266ae6.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/spellchecker/plugin.min.self-30c5e9627aea375f15d1a1545f86db8da5e10aa219b0d7fdb573f165025c3470.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.self-97ec70b933ba0c75ddc0b58e9d39297eb2d12ef3644e0b38a8c1b7fd63d1179e.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/template/plugin.min.self-39885bbe34c7ed52f56ea75694d5aad526dec89e6a6d3863c778f57454c27d7d.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.self-acc02a5bee5e5b21c220fb0eb45d33b822a47fa225eb4c03a93da069f20e85f6.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.self-7bf0573ed083cf3c1c2246b9c2d1e5739e995dfd84fd27fac38a2b4897e2907c.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/wordcount/plugin.min.self-8eea42f8d225e93dee11f2caefc9cebe9ebafc78a22d224ef9d464a110b43532.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.self-8481fa66cf1e6d90aed58b1361604e88c478f11da1997f9c71ded15eb96546d6.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.self-6cdc811487cbbee106512812da68f1999fcb3db14f99c5cb4a070be578c9bb0a.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.self-fbf8571abf1ce10396ffbbd76289168e2f4c7ca403a61c9e6c0ba6d43a7d1d1b.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 23:15:42 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-12-15 23:19:04 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (5.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (7.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 108ms (Views: 106.2ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 23:19:04 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 23:19:04 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 23:19:04 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 23:19:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 23:19:04 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 23:19:04 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-15 23:19:04 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 23:19:04 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 23:19:04 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 23:19:04 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 23:19:04 -0330 Started GET "/assets/guts/application.self-bc494aab75c88449306d469d50aae212715625f2b8e2edfe6cad7ace514d6619.js?body=1" for ::1 at 2015-12-15 23:19:04 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 23:19:05 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 23:19:05 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-12-15 23:19:32 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (6.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 500 Internal Server Error in 59ms (ActiveRecord: 0.4ms) ActionView::Template::Error (couldn't find file './vendor/tincymce/tinymce.min.js' under '/Users/tyler/Development/guts/app/assets/javascripts' with type 'application/javascript'): 31:
    32: 33: 34: <%= javascript_include_tag "guts/application" %> 35: 36: /Users/tyler/Development/guts/app/assets/javascripts/guts/application.js:3 sprockets (3.4.1) lib/sprockets/resolve.rb:64:in `resolve!' sprockets (3.4.1) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.4.1) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.4.1) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.4.1) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.4.1) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.4.1) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.4.1) lib/sprockets/directive_processor.rb:68:in `call' sprockets (3.4.1) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.4.1) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.4.1) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.4.1) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.4.1) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache' sprockets (3.4.1) lib/sprockets/loader.rb:44:in `load' sprockets (3.4.1) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.4.1) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.4.1) lib/sprockets/utils.rb:183:in `dfs' sprockets (3.4.1) lib/sprockets/bundle.rb:24:in `call' sprockets (3.4.1) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.4.1) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.4.1) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.4.1) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.4.1) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache' sprockets (3.4.1) lib/sprockets/loader.rb:44:in `load' sprockets (3.4.1) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.4.1) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.4.1) lib/sprockets/environment.rb:30:in `find_asset' sprockets (3.4.1) 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:137:in `block in javascript_include_tag' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `map' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag' /Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:34:in `___sers_tyler__evelopment_guts_app_views_layouts_guts_application_html_erb___3013659346203816131_70140034119220' 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.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.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 (1.6ms) 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 (52.6ms) Started GET "/guts/contents/new?type=page" for ::1 at 2015-12-15 23:19:43 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (6.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 155ms (Views: 153.3ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 23:19:43 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 23:19:43 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 23:19:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 23:19:43 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 23:19:43 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-15 23:19:43 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 23:19:43 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 23:19:43 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-15 23:19:43 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 23:19:43 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 23:19:43 -0330 Started GET "/assets/guts/application.self-d7f32a4c030ec9a70a3270e93011def87591f5ef647d3bfd925b51f83e32e8a1.js?body=1" for ::1 at 2015-12-15 23:19:43 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 23:19:43 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 23:19:44 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 23:19:44 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-12-15 23:22:16 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (5.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (6.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 53.8ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 23:22:16 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 23:22:16 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 23:22:16 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 23:22:16 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 23:22:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 23:22:16 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-15 23:22:16 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 23:22:16 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-15 23:22:16 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 23:22:16 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 23:22:16 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 23:22:16 -0330 Started GET "/assets/guts/application.self-d7f32a4c030ec9a70a3270e93011def87591f5ef647d3bfd925b51f83e32e8a1.js?body=1" for ::1 at 2015-12-15 23:22:16 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 23:22:16 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 23:22:16 -0330 Started GET "/guts/contents/new?type=page" for ::1 at 2015-12-15 23:22:43 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (6.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (8.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 153ms (Views: 151.5ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-15 23:22:44 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-15 23:22:44 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-15 23:22:44 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-15 23:22:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-15 23:22:44 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-15 23:22:44 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-15 23:22:44 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-15 23:22:44 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-15 23:22:44 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-15 23:22:44 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-15 23:22:44 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-15 23:22:44 -0330 Started GET "/assets/guts/application.self-b7cbb17d8c2f3d5ca42caed890e44b2c057d5df9381971e2408aedf888cf07be.js?body=1" for ::1 at 2015-12-15 23:22:44 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-15 23:22:44 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-15 23:22:44 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-15 23:22:44 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-15 23:22:45 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-15 23:22:45 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-15 23:22:45 -0330 Started GET "/guts/categories" for ::1 at 2015-12-16 10:10:03 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (1.3ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (19.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 518ms (Views: 474.7ms | ActiveRecord: 1.8ms) Started GET "/guts/categories/new" for ::1 at 2015-12-16 10:10:05 -0330 Processing by Guts::CategoriesController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (24.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/new.html.erb within layouts/guts/application (28.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 96ms (Views: 92.3ms | ActiveRecord: 0.3ms) Started POST "/guts/categories" for ::1 at 2015-12-16 10:10:09 -0330 Processing by Guts::CategoriesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PNu3zyiydg7ppP7biVLVKNJIGLNe0k7TFFX/+5eOaSbhqqQSW5ulF7+SLn0L146/lJncnO2EEKCaPsS1EyfqFg==", "commit"=>"Save", "category"=>{"title"=>"Test"}}  (0.1ms) begin transaction Guts::Category Exists (0.5ms) SELECT 1 AS one FROM "guts_categories" WHERE ("guts_categories"."id" IS NOT NULL) AND "guts_categories"."slug" = ? LIMIT 1 [["slug", "test"]] SQL (0.4ms) INSERT INTO "guts_categories" ("title", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Test"], ["slug", "test"], ["created_at", "2015-12-16 13:40:09.437508"], ["updated_at", "2015-12-16 13:40:09.437508"]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/categories Completed 302 Found in 160ms (ActiveRecord: 1.7ms) Started GET "/guts/categories" for ::1 at 2015-12-16 10:10:09 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories"  (0.6ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (24.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 85ms (Views: 83.6ms | ActiveRecord: 1.0ms) Started GET "/guts/categories/new" for ::1 at 2015-12-16 10:10:10 -0330 Processing by Guts::CategoriesController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (1.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/new.html.erb within layouts/guts/application (4.0ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 71ms (Views: 70.9ms | ActiveRecord: 0.3ms) Started POST "/guts/categories" for ::1 at 2015-12-16 10:10:13 -0330 Processing by Guts::CategoriesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aOOv0SxfyiqBOspi4bmXzKLJc5FmhY/Ns0GX1r3Wn461krwMX3YZM9cMGsRjPMxb5Bi3vtXT0b49KqyYOX8cvg==", "commit"=>"Save", "category"=>{"title"=>"Again"}}  (0.1ms) begin transaction Guts::Category Exists (0.1ms) SELECT 1 AS one FROM "guts_categories" WHERE ("guts_categories"."id" IS NOT NULL) AND "guts_categories"."slug" = ? LIMIT 1 [["slug", "again"]] SQL (0.2ms) INSERT INTO "guts_categories" ("title", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Again"], ["slug", "again"], ["created_at", "2015-12-16 13:40:13.271483"], ["updated_at", "2015-12-16 13:40:13.271483"]]  (0.8ms) commit transaction Redirected to http://localhost:3000/guts/categories Completed 302 Found in 5ms (ActiveRecord: 1.2ms) Started GET "/guts/categories" for ::1 at 2015-12-16 10:10:13 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (6.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 73ms (Views: 72.0ms | ActiveRecord: 0.6ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-16 10:10:17 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (9.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 73ms (Views: 64.5ms | ActiveRecord: 0.8ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-16 10:10:19 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.5ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (40.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (42.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 111ms (Views: 100.4ms | ActiveRecord: 2.4ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-16 10:10:19 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-16 10:10:19 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-16 10:10:19 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-16 10:10:19 -0330 Started PATCH "/guts/contents/test-page" for ::1 at 2015-12-16 10:10:53 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yznqcA4ZIp0xMc4NGv08Ngb917Am8vKSg+wfDoiCz14WSPmtfTDxhGcHHquYeGehQCwTn5WkrOENhyRADCtMbg==", "commit"=>"Save Page", "content"=>{"title"=>"Test Page", "slug"=>"test-page", "type_id"=>"1", "content"=>"

    TEsting

    \r\n

     

    \r\n

    :)

    ", "visible"=>"1", "category_ids"=>["", "1"]}, "id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 1]] SQL (0.7ms) INSERT INTO "guts_categorizations" ("content_id", "category_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["content_id", 1], ["category_id", 1], ["created_at", "2015-12-16 13:40:53.309981"], ["updated_at", "2015-12-16 13:40:53.309981"]] SQL (0.2ms) UPDATE "guts_contents" SET "content" = ?, "updated_at" = ? WHERE "guts_contents"."id" = ? [["content", "

    TEsting

    \r\n

     

    \r\n

    :)

    "], ["updated_at", "2015-12-16 13:40:53.313204"], ["id", 1]]  (1.4ms) commit transaction Redirected to http://localhost:3000/guts/contents?type=page Completed 302 Found in 19ms (ActiveRecord: 2.7ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-16 10:10:53 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (3.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 92ms (Views: 88.2ms | ActiveRecord: 0.5ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-16 10:11:17 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 59.8ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-16 10:11:17 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-16 10:11:17 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-16 10:11:18 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-16 10:11:18 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-16 10:11:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-16 10:11:18 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-16 10:11:18 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-16 10:11:18 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-16 10:11:18 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-16 10:11:18 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-16 10:11:18 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-16 10:11:18 -0330 Started GET "/assets/guts/application.self-b7cbb17d8c2f3d5ca42caed890e44b2c057d5df9381971e2408aedf888cf07be.js?body=1" for ::1 at 2015-12-16 10:11:18 -0330 Started GET "/guts/types" for ::1 at 2015-12-16 10:11:23 -0330 Processing by Guts::TypesController#index as HTML Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (5.3ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 58.6ms | ActiveRecord: 0.3ms) Started GET "/guts/types" for ::1 at 2015-12-16 10:11:43 -0330 Processing by Guts::TypesController#index as HTML Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (4.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 54.0ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-16 10:11:43 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-16 10:11:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-16 10:11:43 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-16 10:11:43 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-16 10:11:43 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-16 10:11:43 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-16 10:11:43 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-16 10:11:43 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-16 10:11:43 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-16 10:11:43 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-16 10:11:43 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-16 10:11:43 -0330 Started GET "/assets/guts/application.self-b7cbb17d8c2f3d5ca42caed890e44b2c057d5df9381971e2408aedf888cf07be.js?body=1" for ::1 at 2015-12-16 10:11:43 -0330 Started GET "/guts/types/new" for ::1 at 2015-12-16 10:11:51 -0330 Processing by Guts::TypesController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (2.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/new.html.erb within layouts/guts/application (4.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 49.8ms | ActiveRecord: 0.2ms) Started POST "/guts/types" for ::1 at 2015-12-16 10:11:55 -0330 Processing by Guts::TypesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ua50PLpRk/hD1lB75FMyWhZm43OFzjAgYpo9Eu7Nq2eM32fhyXhA4RXggN1m1mnNULcnXDaYblPs8QZcamQoVw==", "commit"=>"Save", "type"=>{"title"=>"Posts"}}  (0.1ms) begin transaction Guts::Type Exists (0.1ms) SELECT 1 AS one FROM "guts_types" WHERE ("guts_types"."id" IS NOT NULL) AND "guts_types"."slug" = ? LIMIT 1 [["slug", "posts"]] SQL (0.3ms) INSERT INTO "guts_types" ("title", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Posts"], ["slug", "posts"], ["created_at", "2015-12-16 13:41:55.787455"], ["updated_at", "2015-12-16 13:41:55.787455"]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/types Completed 302 Found in 6ms (ActiveRecord: 1.1ms) Started GET "/guts/types" for ::1 at 2015-12-16 10:11:55 -0330 Processing by Guts::TypesController#index as HTML Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (3.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 59.1ms | ActiveRecord: 0.3ms) Started GET "/guts/types/page/edit" for ::1 at 2015-12-16 10:12:18 -0330 Processing by Guts::TypesController#edit as HTML Parameters: {"id"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (3.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (5.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 55.8ms | ActiveRecord: 0.4ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-16 10:12:23 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 55.9ms | ActiveRecord: 0.4ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-16 10:12:29 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 57.4ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-16 10:12:29 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-16 10:12:29 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-16 10:12:29 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-16 10:12:29 -0330 Started GET "/guts/contents/test-page/metafields" for ::1 at 2015-12-16 10:12:39 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 56.3ms | ActiveRecord: 0.4ms) Started GET "/guts/contents/test-page/metafields/new" for ::1 at 2015-12-16 10:12:40 -0330 Processing by Guts::MetafieldsController#new as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (5.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/new.html.erb within layouts/guts/application (7.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 69ms (Views: 64.0ms | ActiveRecord: 0.4ms) Started POST "/guts/contents/test-page/metafields" for ::1 at 2015-12-16 10:12:50 -0330 Processing by Guts::MetafieldsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"343jdRL3pI2blUl6xpWnJgdXms8ehLY2UnkxKFTgURoC/PCoYd53lM2jmdxEEPyxQYZe4K3S6EXcEgpm0EnSKg==", "commit"=>"Save", "metafield"=>{"key"=>"Testing a field", "value"=>"This is a TESTSTSTTSTS", "fieldable_id"=>"1", "fieldable_type"=>"Guts::Content"}, "fieldable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]]  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "guts_metafields" ("key", "value", "fieldable_id", "fieldable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["key", "Testing a field"], ["value", "This is a TESTSTSTTSTS"], ["fieldable_id", 1], ["fieldable_type", "Guts::Content"], ["created_at", "2015-12-16 13:42:50.495092"], ["updated_at", "2015-12-16 13:42:50.495092"]]  (0.9ms) commit transaction Redirected to http://localhost:3000/guts/contents/test-page/metafields Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Started GET "/guts/contents/test-page/metafields" for ::1 at 2015-12-16 10:12:50 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (14.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 93ms (Views: 89.6ms | ActiveRecord: 0.8ms) Started GET "/guts/categories" for ::1 at 2015-12-16 10:13:08 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (4.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 49.0ms | ActiveRecord: 0.5ms) Started GET "/guts/categories/test/edit" for ::1 at 2015-12-16 10:13:13 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"test"} Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "test"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (2.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (3.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 53.4ms | ActiveRecord: 0.3ms) Started GET "/guts/navigations" for ::1 at 2015-12-16 10:13:17 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (22.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 79ms (Views: 74.7ms | ActiveRecord: 1.3ms) Started GET "/guts/navigations/new" for ::1 at 2015-12-16 10:13:28 -0330 Processing by Guts::NavigationsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (2.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/new.html.erb within layouts/guts/application (4.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 51.9ms | ActiveRecord: 0.1ms) Started GET "/guts/navigations" for ::1 at 2015-12-16 10:13:31 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.3ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (7.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 59.4ms | ActiveRecord: 0.8ms) Started GET "/guts/navigations/test-nav/items/1/edit" for ::1 at 2015-12-16 10:13:35 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-nav", "id"=>"1"} Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (9.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (10.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 78ms (Views: 64.3ms | ActiveRecord: 0.5ms) Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-16 10:13:35 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.3ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Content Load (0.7ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 1.2ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-16 10:14:02 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 58.8ms | ActiveRecord: 0.4ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-16 10:15:08 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (10.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 58.2ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-16 10:15:09 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-16 10:15:09 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-16 10:15:09 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-16 10:15:09 -0330 Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.3ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 2]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 3]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 2]] Guts::Content Load (2.4ms) SELECT "guts_contents".* FROM "guts_contents" ORDER BY "guts_contents"."id" DESC LIMIT 1 Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" ORDER BY "guts_contents"."id" DESC LIMIT 1 Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" ORDER BY "guts_categories"."id" DESC LIMIT 1 Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" ORDER BY "guts_categories"."id" DESC LIMIT 1 Started GET "/guts/navigations" for ::1 at 2015-12-20 22:58:06 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (2.9ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.5ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.4ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.5ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (81.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 659ms (Views: 610.2ms | ActiveRecord: 5.9ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-20 22:58:07 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-20 22:58:07 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-20 22:58:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-20 22:58:07 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-20 22:58:07 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-20 22:58:07 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-20 22:58:07 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-20 22:58:07 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-20 22:58:07 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-20 22:58:07 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-20 22:58:07 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-20 22:58:07 -0330 Started GET "/assets/guts/application.self-b7cbb17d8c2f3d5ca42caed890e44b2c057d5df9381971e2408aedf888cf07be.js?body=1" for ::1 at 2015-12-20 22:58:07 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-20 22:58:07 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-20 22:58:07 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-20 22:58:10 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.3ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.7ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (36.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 139ms (Views: 136.1ms | ActiveRecord: 2.1ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-20 22:58:11 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-20 22:58:11 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-20 22:58:11 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-20 22:58:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-20 22:58:11 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-20 22:58:11 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-20 22:58:11 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-20 22:58:11 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-20 22:58:11 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-20 22:58:11 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-20 22:58:11 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-20 22:58:11 -0330 Started GET "/assets/guts/application.self-b7cbb17d8c2f3d5ca42caed890e44b2c057d5df9381971e2408aedf888cf07be.js?body=1" for ::1 at 2015-12-20 22:58:11 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-20 22:58:33 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (5.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 64.4ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-20 22:58:34 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-20 22:58:34 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-20 22:58:34 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-20 22:58:34 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-20 22:58:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-20 22:58:34 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-20 22:58:34 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-20 22:58:34 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-20 22:58:34 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-20 22:58:34 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-20 22:58:34 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-20 22:58:34 -0330 Started GET "/assets/guts/application.self-b7cbb17d8c2f3d5ca42caed890e44b2c057d5df9381971e2408aedf888cf07be.js?body=1" for ::1 at 2015-12-20 22:58:34 -0330 Started GET "/guts/navigations/test-nav/items/new" for ::1 at 2015-12-20 22:58:45 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-nav"} Guts::Navigation Load (0.8ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (44.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (51.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 142ms (Views: 109.9ms | ActiveRecord: 1.1ms) Started GET "/guts/navigations/test-nav/items/navigatable_objects?model=Guts%3A%3ACategory" for ::1 at 2015-12-20 22:58:47 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Category", "navigation_id"=>"test-nav"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-nav"]] Guts::Category Load (0.4ms) SELECT "guts_categories".* FROM "guts_categories" Completed 200 OK in 7ms (Views: 0.5ms | ActiveRecord: 0.7ms) Started GET "/guts/navigations" for ::1 at 2015-12-21 23:01:10 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (8.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 64.5ms | ActiveRecord: 0.6ms) Started GET "/guts/types" for ::1 at 2015-12-21 23:06:46 -0330 Processing by Guts::TypesController#index as HTML Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types"  (0.7ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (13.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 56.5ms | ActiveRecord: 1.5ms) Started GET "/guts/categories" for ::1 at 2015-12-21 23:06:47 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories"  (0.5ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (7.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 60.4ms | ActiveRecord: 0.9ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-21 23:06:49 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (6.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 59.0ms | ActiveRecord: 0.8ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-21 23:06:50 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.5ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.4ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (42.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (45.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 103ms (Views: 98.3ms | ActiveRecord: 2.1ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-21 23:06:51 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-21 23:06:51 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-21 23:06:51 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-21 23:06:51 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-21 23:08:05 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 154ms (Views: 151.9ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:08:05 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:08:05 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:08:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:08:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:08:05 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:08:05 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:08:05 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:08:05 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:08:05 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:08:05 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:08:05 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:08:05 -0330 Started GET "/assets/guts/application.self-471e28e189aa5e5b7072299bb48aaa21193652e07c211a2fe58c39f2459d9691.js?body=1" for ::1 at 2015-12-21 23:08:05 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-21 23:08:05 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-21 23:08:06 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-21 23:08:06 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-21 23:08:06 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-21 23:08:24 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (78.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (83.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 706ms (Views: 614.6ms | ActiveRecord: 3.9ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:08:25 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:08:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:08:25 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:08:25 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:08:25 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:08:25 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:08:25 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:08:25 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:08:25 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:08:25 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:08:25 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:08:25 -0330 Started GET "/assets/guts/application.self-471e28e189aa5e5b7072299bb48aaa21193652e07c211a2fe58c39f2459d9691.js?body=1" for ::1 at 2015-12-21 23:08:25 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-21 23:08:25 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-21 23:08:25 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-21 23:08:26 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-21 23:08:26 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-21 23:08:32 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-21 23:08:32 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-21 23:09:25 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (9.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 165ms (Views: 161.9ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:09:25 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:09:25 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:09:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:09:26 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:09:26 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:09:26 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:09:26 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:09:26 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:09:26 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:09:26 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:09:26 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:09:26 -0330 Started GET "/assets/guts/application.self-5339047bbbeb63da95527df7d723e41bc15291b77f9e32dd6c8ae8d4f51d5259.js?body=1" for ::1 at 2015-12-21 23:09:26 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-21 23:09:26 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-21 23:09:26 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-21 23:09:26 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-21 23:09:26 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-21 23:09:27 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-21 23:09:27 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-21 23:09:47 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (7.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 153ms (Views: 151.1ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:09:48 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:09:48 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:09:48 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:09:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:09:48 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:09:48 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:09:48 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:09:48 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:09:48 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:09:48 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:09:48 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:09:48 -0330 Started GET "/assets/guts/application.self-d2a3dc411dce658258fbfc910420784c19af52dea6f251c07a75287201773551.js?body=1" for ::1 at 2015-12-21 23:09:48 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-21 23:09:48 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-21 23:09:48 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-21 23:09:48 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-21 23:09:49 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-21 23:09:49 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-21 23:09:49 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-21 23:11:33 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 156ms (Views: 153.4ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:11:33 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:11:33 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:11:33 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:11:33 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:11:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:11:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:11:33 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:11:33 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:11:33 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:11:33 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:11:33 -0330 Started GET "/assets/guts/application.self-67481e5c9ccc7fd5d086663fee2e3a3b59859e3b0acad74c0ae458c0f71a163e.js?body=1" for ::1 at 2015-12-21 23:11:33 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:11:33 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-21 23:11:33 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-21 23:11:33 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/wordcount/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-21 23:11:34 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-21 23:11:35 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-21 23:11:35 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-21 23:13:50 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (14.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (15.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 162ms (Views: 159.9ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:13:50 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:13:50 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:13:50 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:13:50 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:13:50 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:13:50 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:13:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:13:50 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:13:50 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:13:50 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:13:50 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:13:50 -0330 Started GET "/assets/guts/application.self-235ee48f4a553b20989ac638f1c7c6ad4c64549574dbaf45c3f8883fca1ff1b2.js?body=1" for ::1 at 2015-12-21 23:13:50 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-21 23:13:50 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-21 23:13:50 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-21 23:13:51 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-21 23:13:52 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-21 23:14:35 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (9.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 154ms (Views: 151.3ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/application.self-81dd372fe0d64cddffbc5bf6083611f8a73f46537fe58381556dbc98a83daa8c.js?body=1" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-21 23:14:36 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-21 23:14:37 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-21 23:14:37 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-21 23:14:37 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-21 23:17:43 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (7.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 150ms (Views: 148.3ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:17:43 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:17:43 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:17:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:17:43 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:17:43 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:17:43 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:17:43 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:17:43 -0330 Started GET "/assets/guts/application.self-f09bd7eb1d6affa2c5818e90a0c72b4075429ae2aa5a5b1b337e5b4cf414123e.js?body=1" for ::1 at 2015-12-21 23:17:43 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:17:43 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:17:43 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:17:43 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:17:43 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-21 23:17:44 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-21 23:17:45 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-21 23:17:53 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.3ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 156ms (Views: 154.1ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/application.self-e3830c2608696d78ee84127d457424b30ecd532d8538c30eca48090981dd2ad1.js?body=1" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-21 23:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-21 23:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-21 23:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-21 23:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-21 23:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-21 23:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-21 23:17:55 -0330 Started GET "/guts/contents/test-page/mydialog.html" for ::1 at 2015-12-21 23:17:57 -0330 ActionController::RoutingError (No route matches [GET] "/guts/contents/test-page/mydialog.html"): 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 (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 (5.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.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 (1.3ms) 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 (117.6ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-21 23:21:01 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 162ms (Views: 159.3ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/application.self-410a95c0f06624706360d6813af6e3bb5fda4dc2e8183b56cf891b656f055a57.js?body=1" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-21 23:21:02 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-21 23:21:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-21 23:21:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-21 23:21:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-21 23:21:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-21 23:21:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-21 23:21:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-21 23:21:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-21 23:21:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-21 23:21:03 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-21 23:21:03 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-21 23:21:03 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-21 23:21:03 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-21 23:21:21 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 153ms (Views: 150.6ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:21:21 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:21:21 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:21:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:21:21 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:21:21 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:21:21 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:21:21 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:21:21 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:21:21 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:21:21 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:21:21 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:21:21 -0330 Started GET "/assets/guts/application.self-29c6f4598a9a997cfc5054ffdff3b922305da2f3d08f548cfd87ca39a77650f6.js?body=1" for ::1 at 2015-12-21 23:21:21 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-21 23:21:21 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-21 23:21:21 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-21 23:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-21 23:21:23 -0330 Started GET "/guts/contents/test-page/mydialog.html" for ::1 at 2015-12-21 23:21:24 -0330 ActionController::RoutingError (No route matches [GET] "/guts/contents/test-page/mydialog.html"): 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 (0.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 (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.3ms) 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.7ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-21 23:24:26 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (78.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (85.3ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 500 Internal Server Error in 621ms (ActiveRecord: 4.1ms) ActionView::Template::Error (undefined local variable or method `files_path' for #<#:0x007fb57f93f760>): 30: 31: 32: 33: <%= javascript_include_tag "guts/application" %> 34: 35: /Users/tyler/Development/guts/app/assets/javascripts/guts/application.js.erb:39:in `_evaluate_template' sprockets (3.4.1) lib/sprockets/erb_processor.rb:26:in `call' sprockets (3.4.1) lib/sprockets/erb_processor.rb:13:in `call' sprockets (3.4.1) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.4.1) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.4.1) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.4.1) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.4.1) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache' sprockets (3.4.1) lib/sprockets/loader.rb:44:in `load' sprockets (3.4.1) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.4.1) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.4.1) lib/sprockets/utils.rb:183:in `dfs' sprockets (3.4.1) lib/sprockets/bundle.rb:24:in `call' sprockets (3.4.1) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.4.1) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.4.1) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.4.1) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.4.1) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache' sprockets (3.4.1) lib/sprockets/loader.rb:44:in `load' sprockets (3.4.1) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.4.1) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.4.1) lib/sprockets/environment.rb:30:in `find_asset' sprockets (3.4.1) 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:137:in `block in javascript_include_tag' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `map' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag' /Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:33:in `___sers_tyler__evelopment_guts_app_views_layouts_guts_application_html_erb__283506930269711731_70208733196300' 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.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.5ms) 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 (3.4ms) 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 (59.5ms) Started GET "/guts/contents/test-paged" for ::1 at 2015-12-21 23:24:32 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"test-paged"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-paged"]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) 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:48: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.3ms) 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.9ms) 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/diagnostics.html.erb within rescues/layout (44.1ms) Started GET "/guts/contentsd" for ::1 at 2015-12-21 23:24:34 -0330 ActionController::RoutingError (No route matches [GET] "/guts/contentsd"): 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.4ms) 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.5ms) 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.3ms) 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.8ms) 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 (104.9ms) Started GET "/guts/contents/test-paged" for ::1 at 2015-12-21 23:24:41 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"test-paged"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-paged"]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) 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:48: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.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.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.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 (49.1ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-21 23:24:44 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (7.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 500 Internal Server Error in 53ms (ActiveRecord: 0.7ms) ActionView::Template::Error (undefined local variable or method `files_path' for #<#:0x007fb57945cac8>): 30: 31: 32: 33: <%= javascript_include_tag "guts/application" %> 34: 35: /Users/tyler/Development/guts/app/assets/javascripts/guts/application.js.erb:39:in `_evaluate_template' sprockets (3.4.1) lib/sprockets/erb_processor.rb:26:in `call' sprockets (3.4.1) lib/sprockets/erb_processor.rb:13:in `call' sprockets (3.4.1) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.4.1) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.4.1) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.4.1) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.4.1) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache' sprockets (3.4.1) lib/sprockets/loader.rb:44:in `load' sprockets (3.4.1) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.4.1) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.4.1) lib/sprockets/utils.rb:183:in `dfs' sprockets (3.4.1) lib/sprockets/bundle.rb:24:in `call' sprockets (3.4.1) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.4.1) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.4.1) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.4.1) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.4.1) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache' sprockets (3.4.1) lib/sprockets/loader.rb:44:in `load' sprockets (3.4.1) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.4.1) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.4.1) lib/sprockets/environment.rb:30:in `find_asset' sprockets (3.4.1) 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:137:in `block in javascript_include_tag' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `map' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag' /Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:33:in `___sers_tyler__evelopment_guts_app_views_layouts_guts_application_html_erb__283506930269711731_70208733196300' 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 (6.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.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 (0.8ms) 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 (47.1ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-21 23:27:01 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (19.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (21.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 500 Internal Server Error in 74ms (ActiveRecord: 1.0ms) ActionView::Template::Error (undefined local variable or method `files_path' for #<#:0x007fb57b2c9e70>): 30: 31: 32: 33: <%= javascript_include_tag "guts/application" %> 34: 35: /Users/tyler/Development/guts/app/assets/javascripts/guts/application.js.erb:39:in `_evaluate_template' sprockets (3.4.1) lib/sprockets/erb_processor.rb:26:in `call' sprockets (3.4.1) lib/sprockets/erb_processor.rb:13:in `call' sprockets (3.4.1) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.4.1) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.4.1) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.4.1) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.4.1) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache' sprockets (3.4.1) lib/sprockets/loader.rb:44:in `load' sprockets (3.4.1) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.4.1) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.4.1) lib/sprockets/utils.rb:183:in `dfs' sprockets (3.4.1) lib/sprockets/bundle.rb:24:in `call' sprockets (3.4.1) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.4.1) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.4.1) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.4.1) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.4.1) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache' sprockets (3.4.1) lib/sprockets/loader.rb:44:in `load' sprockets (3.4.1) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.4.1) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.4.1) lib/sprockets/environment.rb:30:in `find_asset' sprockets (3.4.1) 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:137:in `block in javascript_include_tag' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `map' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag' /Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:33:in `___sers_tyler__evelopment_guts_app_views_layouts_guts_application_html_erb__283506930269711731_70208733196300' 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 (6.2ms) 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.5ms) 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/template_error.html.erb within rescues/layout (49.8ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-21 23:28:06 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (7.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 500 Internal Server Error in 52ms (ActiveRecord: 0.7ms) ActionView::Template::Error (undefined method `files_path' for #): 30: 31: 32: 33: <%= javascript_include_tag "guts/application" %> 34: 35: /Users/tyler/Development/guts/app/assets/javascripts/guts/application.js.erb:39:in `_evaluate_template' sprockets (3.4.1) lib/sprockets/erb_processor.rb:26:in `call' sprockets (3.4.1) lib/sprockets/erb_processor.rb:13:in `call' sprockets (3.4.1) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.4.1) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.4.1) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.4.1) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.4.1) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache' sprockets (3.4.1) lib/sprockets/loader.rb:44:in `load' sprockets (3.4.1) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.4.1) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.4.1) lib/sprockets/utils.rb:183:in `dfs' sprockets (3.4.1) lib/sprockets/bundle.rb:24:in `call' sprockets (3.4.1) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.4.1) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.4.1) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.4.1) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.4.1) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.4.1) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache' sprockets (3.4.1) lib/sprockets/loader.rb:44:in `load' sprockets (3.4.1) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.4.1) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.4.1) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.4.1) lib/sprockets/environment.rb:30:in `find_asset' sprockets (3.4.1) 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:137:in `block in javascript_include_tag' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `map' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag' /Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:33:in `___sers_tyler__evelopment_guts_app_views_layouts_guts_application_html_erb__283506930269711731_70208733196300' 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 (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 (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 (86.7ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-21 23:32:55 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (9.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 182ms (Views: 179.0ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/application.self-bc906fcaaa02a1c2162f3df870a91d41e9cb1cb38d1e48e3e46edc90de2c35ca.js?body=1" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-21 23:32:56 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-21 23:32:57 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-21 23:32:57 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-21 23:32:57 -0330 Started GET "/guts/files" for ::1 at 2015-12-21 23:32:59 -0330 Processing by Guts::FilesController#index as HTML Guts::File Load (0.7ms) SELECT "guts_files".* FROM "guts_files" Rendered /Users/tyler/Development/guts/app/views/guts/files/index.html.erb within layouts/guts/application (4.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 89ms (Views: 87.1ms | ActiveRecord: 0.9ms) Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-21 23:32:59 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-21 23:35:09 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (10.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 68ms (Views: 65.1ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/application.self-bc906fcaaa02a1c2162f3df870a91d41e9cb1cb38d1e48e3e46edc90de2c35ca.js?body=1" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-21 23:35:10 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-21 23:35:11 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-21 23:35:11 -0330 Started GET "/guts/files" for ::1 at 2015-12-21 23:35:12 -0330 Processing by Guts::FilesController#index as HTML Guts::File Load (0.1ms) SELECT "guts_files".* FROM "guts_files" Rendered /Users/tyler/Development/guts/app/views/guts/files/index.html.erb within layouts/guts/application (1.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 71ms (Views: 70.6ms | ActiveRecord: 0.3ms) Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-21 23:35:12 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-21 23:35:27 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (7.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 55.9ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:35:27 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:35:27 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:35:27 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:35:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:35:27 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:35:27 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:35:27 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:35:27 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:35:27 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:35:27 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:35:27 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:35:27 -0330 Started GET "/assets/guts/application.self-bc906fcaaa02a1c2162f3df870a91d41e9cb1cb38d1e48e3e46edc90de2c35ca.js?body=1" for ::1 at 2015-12-21 23:35:27 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-21 23:35:27 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-21 23:35:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-21 23:35:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-21 23:35:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-21 23:35:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-21 23:35:27 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-21 23:35:28 -0330 Started GET "/guts/files" for ::1 at 2015-12-21 23:35:29 -0330 Processing by Guts::FilesController#index as HTML Guts::File Load (0.1ms) SELECT "guts_files".* FROM "guts_files" Rendered /Users/tyler/Development/guts/app/views/guts/files/index.html.erb within layouts/guts/application (1.7ms) Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 59.5ms | ActiveRecord: 0.7ms) Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-21 23:35:30 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-21 23:36:07 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (7.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 52.9ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:36:07 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:36:07 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:36:07 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:36:07 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:36:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:36:07 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:36:07 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:36:07 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:36:07 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:36:07 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:36:07 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:36:07 -0330 Started GET "/assets/guts/application.self-bc906fcaaa02a1c2162f3df870a91d41e9cb1cb38d1e48e3e46edc90de2c35ca.js?body=1" for ::1 at 2015-12-21 23:36:07 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-21 23:36:07 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-21 23:36:07 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-21 23:36:08 -0330 Started GET "/guts/files" for ::1 at 2015-12-21 23:36:11 -0330 Processing by Guts::FilesController#index as HTML Guts::File Load (0.1ms) SELECT "guts_files".* FROM "guts_files" Rendered /Users/tyler/Development/guts/app/views/guts/files/index.html.erb within layouts/guts/application (1.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 55.6ms | ActiveRecord: 0.3ms) Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-21 23:36:12 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-21 23:36:49 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (7.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 50.1ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/application.self-bc906fcaaa02a1c2162f3df870a91d41e9cb1cb38d1e48e3e46edc90de2c35ca.js?body=1" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-21 23:36:50 -0330 Started GET "/guts/files" for ::1 at 2015-12-21 23:36:53 -0330 Processing by Guts::FilesController#index as HTML Guts::File Load (0.1ms) SELECT "guts_files".* FROM "guts_files" Rendered /Users/tyler/Development/guts/app/views/guts/files/index.html.erb within layouts/guts/application (1.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 57.3ms | ActiveRecord: 0.3ms) Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-21 23:36:54 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-21 23:38:22 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 57.9ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:38:22 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:38:22 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:38:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:38:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:38:22 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:38:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:38:22 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:38:22 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:38:22 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:38:22 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:38:22 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:38:22 -0330 Started GET "/assets/guts/application.self-bc906fcaaa02a1c2162f3df870a91d41e9cb1cb38d1e48e3e46edc90de2c35ca.js?body=1" for ::1 at 2015-12-21 23:38:22 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-21 23:38:23 -0330 Started GET "/guts/files" for ::1 at 2015-12-21 23:38:24 -0330 Processing by Guts::FilesController#index as HTML Guts::File Load (0.1ms) SELECT "guts_files".* FROM "guts_files" Rendered /Users/tyler/Development/guts/app/views/guts/files/index.html.erb within layouts/guts/application (1.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 55.8ms | ActiveRecord: 0.3ms) Started GET "/guts/files/new" for ::1 at 2015-12-21 23:38:25 -0330 Processing by Guts::FilesController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/files/_form.html.erb (5.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/files/new.html.erb within layouts/guts/application (8.1ms) Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `extension' for #): 17: 18:
    19: <%= f.label :extension %>
    20: <%= f.text_field :extension %> 21:
    22:
    23: <%= f.label :tags %>
    activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:38:in `value_before_type_cast' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `fetch' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `render' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:787:in `text_field' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1323:in `text_field' /Users/tyler/Development/guts/app/views/guts/files/_form.html.erb:20:in `block in ___sers_tyler__evelopment_guts_app_views_guts_files__form_html_erb___1775846898449714046_70208754252360' 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/files/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_files__form_html_erb___1775846898449714046_70208754252360' 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/files/new.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_files_new_html_erb__3162886663028938402_70208700791140' 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.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 (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/template_error.html.erb within rescues/layout (50.9ms) Started GET "/guts/files/new" for ::1 at 2015-12-21 23:38:39 -0330 Processing by Guts::FilesController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/files/_form.html.erb (7.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/files/new.html.erb within layouts/guts/application (9.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 66ms (Views: 64.9ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:38:39 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:38:39 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:38:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:38:39 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:38:39 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:38:39 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:38:39 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:38:39 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:38:39 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:38:39 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:38:39 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:38:39 -0330 Started GET "/assets/guts/application.self-bc906fcaaa02a1c2162f3df870a91d41e9cb1cb38d1e48e3e46edc90de2c35ca.js?body=1" for ::1 at 2015-12-21 23:38:39 -0330 Started GET "/guts/files/new" for ::1 at 2015-12-21 23:40:11 -0330 Processing by Guts::FilesController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/files/_form.html.erb (7.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/files/new.html.erb within layouts/guts/application (8.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 52.3ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:40:11 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:40:11 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:40:11 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:40:11 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:40:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:40:11 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:40:11 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:40:11 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:40:11 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:40:11 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:40:11 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:40:11 -0330 Started GET "/assets/guts/application.self-bc906fcaaa02a1c2162f3df870a91d41e9cb1cb38d1e48e3e46edc90de2c35ca.js?body=1" for ::1 at 2015-12-21 23:40:11 -0330 Started POST "/guts/files" for ::1 at 2015-12-21 23:40:33 -0330 Processing by Guts::FilesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"h1d8uzI27J05ZCNTfebQWRxdE79g9GZC+UEZ2m5/YphaJm9mQR8/hG9S8/X/Y4vOWozXkNOiODF3KiKU6tbhqA==", "file"=>{"title"=>"TEST FILE", "tags"=>"", "position"=>"", "content_id"=>"", "caption"=>"", "file"=>#, @original_filename="Screen Shot 2015-12-09 at 1.53.48 AM.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"file[file]\"; filename=\"Screen Shot 2015-12-09 at 1.53.48 AM.png\"\r\nContent-Type: image/png\r\n">}, "commit"=>"Create File"} Command :: file -b --mime '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/6e242b72ec3956bf3faf32867a05a7fd20151221-2133-qbckg1.png' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151221-2133-vznd6h.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151221-2133-vznd6h.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151221-2133-vznd6h.png[0]' -auto-orient -resize "50x50" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/f467c2d7d5a577797645a9f927b24d6d20151221-2133-1mhyme0' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151221-2133-vznd6h.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151221-2133-vznd6h.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151221-2133-vznd6h.png[0]' -auto-orient -resize "100x100" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/f467c2d7d5a577797645a9f927b24d6d20151221-2133-16phm14' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151221-2133-vznd6h.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151221-2133-vznd6h.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151221-2133-vznd6h.png[0]' -auto-orient -resize "160x160" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/f467c2d7d5a577797645a9f927b24d6d20151221-2133-icyo89' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151221-2133-vznd6h.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151221-2133-vznd6h.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151221-2133-vznd6h.png[0]' -auto-orient -resize "240x240" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/f467c2d7d5a577797645a9f927b24d6d20151221-2133-1s3khbd' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151221-2133-vznd6h.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151221-2133-vznd6h.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151221-2133-vznd6h.png[0]' -auto-orient -resize "480x480" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/f467c2d7d5a577797645a9f927b24d6d20151221-2133-1skgbp8' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151221-2133-vznd6h.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151221-2133-vznd6h.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151221-2133-vznd6h.png[0]' -auto-orient -resize "600x600" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/f467c2d7d5a577797645a9f927b24d6d20151221-2133-1gtlk8f' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151221-2133-vznd6h.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151221-2133-vznd6h.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151221-2133-vznd6h.png[0]' -auto-orient -resize "1200x1200" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/f467c2d7d5a577797645a9f927b24d6d20151221-2133-1t2of19'  (0.1ms) begin transaction Command :: file -b --mime '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/6e242b72ec3956bf3faf32867a05a7fd20151221-2133-17ksdig.png' SQL (1.2ms) INSERT INTO "guts_files" ("title", "tags", "caption", "file_file_name", "file_content_type", "file_file_size", "file_updated_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "TEST FILE"], ["tags", ""], ["caption", ""], ["file_file_name", "Screen_Shot_2015-12-09_at_1.53.48_AM.png"], ["file_content_type", "image/png"], ["file_file_size", 1598230], ["file_updated_at", "2015-12-22 03:10:33.101639"], ["created_at", "2015-12-22 03:10:36.238264"], ["updated_at", "2015-12-22 03:10:36.238264"]]  (31.5ms) commit transaction Redirected to http://localhost:3000/guts/files/1 Completed 302 Found in 3186ms (ActiveRecord: 32.8ms) Started GET "/guts/files/1" for ::1 at 2015-12-21 23:40:36 -0330 Processing by Guts::FilesController#show as HTML Parameters: {"id"=>"1"} Guts::File Load (0.2ms) SELECT "guts_files".* FROM "guts_files" WHERE "guts_files"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/files/show.html.erb within layouts/guts/application (3.6ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `extension' for #): 7: 8:

    9: Extension: 10: <%= @file.extension %> 11:

    12: 13:

    activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/views/guts/files/show.html.erb:10:in `___sers_tyler__evelopment_guts_app_views_guts_files_show_html_erb__3406625922324874433_70208744216340' 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 (8.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 (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.4ms) 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 (59.5ms) Started GET "/guts/files" for ::1 at 2015-12-21 23:41:15 -0330 Processing by Guts::FilesController#index as HTML Guts::File Load (0.1ms) SELECT "guts_files".* FROM "guts_files" Rendered /Users/tyler/Development/guts/app/views/guts/files/index.html.erb within layouts/guts/application (3.8ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `extension' for #): 20: <% @files.each do |file| %> 21:

    22: 23: 24: 25: 26: activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/views/guts/files/index.html.erb:23:in `block in ___sers_tyler__evelopment_guts_app_views_guts_files_index_html_erb___3086605792344855329_70208747330500' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/files/index.html.erb:20:in `___sers_tyler__evelopment_guts_app_views_guts_files_index_html_erb___3086605792344855329_70208747330500' 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 (5.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 (2.5ms) 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/template_error.html.erb within rescues/layout (47.0ms) Started GET "/guts/files" for ::1 at 2015-12-21 23:41:16 -0330 Processing by Guts::FilesController#index as HTML Guts::File Load (0.2ms) SELECT "guts_files".* FROM "guts_files" Rendered /Users/tyler/Development/guts/app/views/guts/files/index.html.erb within layouts/guts/application (3.9ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `extension' for #): 20: <% @files.each do |file| %> 21: 22: 23: 24: 25: 26: activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/views/guts/files/index.html.erb:23:in `block in ___sers_tyler__evelopment_guts_app_views_guts_files_index_html_erb___3086605792344855329_70208747330500' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/files/index.html.erb:20:in `___sers_tyler__evelopment_guts_app_views_guts_files_index_html_erb___3086605792344855329_70208747330500' 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 (6.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 (3.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/template_error.html.erb within rescues/layout (50.2ms) Started GET "/guts/files" for ::1 at 2015-12-21 23:41:28 -0330 Processing by Guts::FilesController#index as HTML Guts::File Load (0.2ms) SELECT "guts_files".* FROM "guts_files" Rendered /Users/tyler/Development/guts/app/views/guts/files/index.html.erb within layouts/guts/application (4.3ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `content' for #): 22: 23: 24: 25: 26: 27: 28: activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/views/guts/files/index.html.erb:25:in `block in ___sers_tyler__evelopment_guts_app_views_guts_files_index_html_erb___3086605792344855329_70208747377960' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/files/index.html.erb:20:in `___sers_tyler__evelopment_guts_app_views_guts_files_index_html_erb___3086605792344855329_70208747377960' 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 (6.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.8ms) 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/template_error.html.erb within rescues/layout (48.4ms) Started GET "/guts/files" for ::1 at 2015-12-21 23:41:41 -0330 Processing by Guts::FilesController#index as HTML Guts::File Load (0.2ms) SELECT "guts_files".* FROM "guts_files" Rendered /Users/tyler/Development/guts/app/views/guts/files/index.html.erb within layouts/guts/application (9.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 55.7ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:41:42 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:41:42 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:41:42 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:41:42 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:41:42 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:41:42 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:41:42 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:41:42 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:41:42 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:41:42 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:41:42 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:41:42 -0330 Started GET "/assets/guts/application.self-bc906fcaaa02a1c2162f3df870a91d41e9cb1cb38d1e48e3e46edc90de2c35ca.js?body=1" for ::1 at 2015-12-21 23:41:42 -0330 Started GET "/guts/files/new" for ::1 at 2015-12-21 23:48:39 -0330 Processing by Guts::FilesController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/files/_form.html.erb (4.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/files/new.html.erb within layouts/guts/application (5.5ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `fileable_type' for #): 27: 28:
    29: <%= f.label :fileable_type %> 30: <%= f.text_field :fileable_type %> 31:
    32:
    33: <%= f.label :fileable_id %> activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:38:in `value_before_type_cast' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `fetch' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `render' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:787:in `text_field' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1323:in `text_field' /Users/tyler/Development/guts/app/views/guts/files/_form.html.erb:30:in `block in ___sers_tyler__evelopment_guts_app_views_guts_files__form_html_erb___1775846898449714046_70208700490440' 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/files/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_files__form_html_erb___1775846898449714046_70208700490440' 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/files/new.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_files_new_html_erb__3162886663028938402_70208700791140' 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.3ms) 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.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/template_error.html.erb within rescues/layout (49.8ms) Started GET "/guts/files/new" for ::1 at 2015-12-21 23:48:59 -0330 Processing by Guts::FilesController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/files/_form.html.erb (3.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/files/new.html.erb within layouts/guts/application (4.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 51.1ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:49:00 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:49:00 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:49:00 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:49:00 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:49:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:49:00 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:49:00 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:49:00 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:49:00 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:49:00 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:49:00 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:49:00 -0330 Started GET "/assets/guts/application.self-bc906fcaaa02a1c2162f3df870a91d41e9cb1cb38d1e48e3e46edc90de2c35ca.js?body=1" for ::1 at 2015-12-21 23:49:00 -0330 Started GET "/guts/files/new" for ::1 at 2015-12-21 23:50:20 -0330 Processing by Guts::FilesController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/files/_form.html.erb (7.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/files/new.html.erb within layouts/guts/application (9.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 56.8ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:50:20 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:50:20 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:50:20 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:50:20 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:50:20 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:50:20 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:50:20 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:50:20 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:50:20 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:50:20 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:50:20 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:50:20 -0330 Started GET "/assets/guts/application.self-bc906fcaaa02a1c2162f3df870a91d41e9cb1cb38d1e48e3e46edc90de2c35ca.js?body=1" for ::1 at 2015-12-21 23:50:20 -0330 Started GET "/guts/files/new" for ::1 at 2015-12-21 23:50:32 -0330 Processing by Guts::FilesController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/files/_form.html.erb (3.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/files/new.html.erb within layouts/guts/application (4.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 54.9ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:50:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:50:32 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:50:32 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:50:32 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:50:32 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:50:32 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:50:32 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:50:32 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:50:32 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:50:32 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:50:32 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:50:32 -0330 Started GET "/assets/guts/application.self-bc906fcaaa02a1c2162f3df870a91d41e9cb1cb38d1e48e3e46edc90de2c35ca.js?body=1" for ::1 at 2015-12-21 23:50:32 -0330 Started GET "/guts/files/new" for ::1 at 2015-12-21 23:50:34 -0330 Processing by Guts::FilesController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/files/_form.html.erb (2.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/files/new.html.erb within layouts/guts/application (3.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 48.2ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:50:34 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:50:34 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:50:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:50:34 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:50:34 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:50:34 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:50:34 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:50:34 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:50:34 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:50:34 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:50:34 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:50:34 -0330 Started GET "/assets/guts/application.self-bc906fcaaa02a1c2162f3df870a91d41e9cb1cb38d1e48e3e46edc90de2c35ca.js?body=1" for ::1 at 2015-12-21 23:50:34 -0330 Started GET "/guts/files/new" for ::1 at 2015-12-21 23:53:57 -0330 Processing by Guts::FilesController#new as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (wrong number of arguments (0 for 1..3)): /Users/tyler/Development/guts/app/controllers/guts/files_controller.rb:18:in `initialize' /Users/tyler/Development/guts/app/controllers/guts/files_controller.rb:18:in `new' /Users/tyler/Development/guts/app/controllers/guts/files_controller.rb:18:in `new' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (4.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.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 (12.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 (57.4ms) Started GET "/guts/contents/a-page-good-sir/metafields" for ::1 at 2015-12-21 23:54:12 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"a-page-good-sir"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "a-page-good-sir"]] Completed 404 Not Found in 54ms (ActiveRecord: 1.7ms) 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/metafields_controller.rb:52:in `set_object' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting' 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.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 (1.9ms) 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/diagnostics.html.erb within rescues/layout (47.6ms) Started GET "/guts/contents" for ::1 at 2015-12-21 23:54:15 -0330 Processing by Guts::ContentsController#index as HTML Completed 404 Not Found in 3ms (ActiveRecord: 0.1ms) ActiveRecord::RecordNotFound (Couldn't find Guts::Type without an ID): activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:421:in `find_with_ids' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:71:in `find' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:20:in `find' /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:52: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 (4.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.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.3ms) 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 (45.2ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-21 23:54:20 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (8.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 413ms (Views: 406.7ms | ActiveRecord: 0.7ms) Started GET "/guts/files" for ::1 at 2015-12-21 23:54:21 -0330 Processing by Guts::FilesController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `all' for File:Class): /Users/tyler/Development/guts/app/controllers/guts/files_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (4.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 (1.8ms) 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/diagnostics.html.erb within rescues/layout (59.1ms) Started GET "/guts/files" for ::1 at 2015-12-21 23:54:48 -0330 ActionController::RoutingError (No route matches [GET] "/guts/files"): 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 (0.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.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.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 (119.5ms) Started GET "/guts/files" for ::1 at 2015-12-21 23:54:52 -0330 Processing by Guts::FilesController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `all' for File:Class): /Users/tyler/Development/guts/app/controllers/guts/files_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (5.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.5ms) 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.3ms) 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.1ms) Started GET "/guts/files" for ::1 at 2015-12-21 23:54:54 -0330 Processing by Guts::FilesController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `all' for File:Class): /Users/tyler/Development/guts/app/controllers/guts/files_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (4.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 (1.9ms) 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 (46.9ms) Started GET "/guts/file" for ::1 at 2015-12-21 23:54:56 -0330 ActionController::RoutingError (No route matches [GET] "/guts/file"): 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.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 (0.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 (7.9ms) 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 (109.0ms) Started GET "/guts/files" for ::1 at 2015-12-21 23:55:05 -0330 Processing by Guts::FilesController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `all' for File:Class): /Users/tyler/Development/guts/app/controllers/guts/files_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (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 (1.9ms) 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 (47.5ms) Started GET "/guts/files" for ::1 at 2015-12-21 23:56:05 -0330 Processing by Guts::FilesController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `all' for File:Class): /Users/tyler/Development/guts/app/controllers/guts/files_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (4.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 (2.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 (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/files" for ::1 at 2015-12-21 23:56:06 -0330 Processing by Guts::FilesController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `all' for File:Class): /Users/tyler/Development/guts/app/controllers/guts/files_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (6.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.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.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 (49.3ms) Started GET "/guts/files" for ::1 at 2015-12-21 23:56:12 -0330 Processing by Guts::FilesController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `all' for File:Class): /Users/tyler/Development/guts/app/controllers/guts/files_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (4.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 (2.7ms) 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 (11.7ms) 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 (57.9ms) Started GET "/guts/fild" for ::1 at 2015-12-21 23:57:42 -0330 ActionController::RoutingError (No route matches [GET] "/guts/fild"): 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.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.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 (5.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 (6.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.0ms) 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 (121.7ms) Started GET "/guts/files" for ::1 at 2015-12-21 23:58:02 -0330 Processing by Guts::FilesController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `all' for File:Class): /Users/tyler/Development/guts/app/controllers/guts/files_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (4.2ms) 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.8ms) 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 (46.6ms) Started GET "/guts/files/new" for ::1 at 2015-12-21 23:58:05 -0330 Processing by Guts::FilesController#new as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (wrong number of arguments (0 for 1..3)): /Users/tyler/Development/guts/app/controllers/guts/files_controller.rb:18:in `initialize' /Users/tyler/Development/guts/app/controllers/guts/files_controller.rb:18:in `new' /Users/tyler/Development/guts/app/controllers/guts/files_controller.rb:18:in `new' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (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.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.0ms) 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 (45.3ms) Started GET "/guts/files" for ::1 at 2015-12-21 23:58:36 -0330 Processing by Guts::FilesController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `all' for File:Class): /Users/tyler/Development/guts/app/controllers/guts/files_controller.rb:10:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (5.3ms) 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.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 (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.8ms) Started GET "/guts/files" for ::1 at 2015-12-21 23:59:03 -0330 Processing by Guts::FilesController#index as HTML Guts::File Load (1.1ms) SELECT "guts_files".* FROM "guts_files" Rendered /Users/tyler/Development/guts/app/views/guts/files/index.html.erb within layouts/guts/application (21.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 492ms (Views: 468.9ms | ActiveRecord: 1.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-21 23:59:03 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 23:59:03 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-21 23:59:03 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-21 23:59:03 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-21 23:59:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-21 23:59:03 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-21 23:59:03 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-21 23:59:04 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-21 23:59:04 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-21 23:59:04 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-21 23:59:04 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-21 23:59:04 -0330 Started GET "/assets/guts/application.self-bc906fcaaa02a1c2162f3df870a91d41e9cb1cb38d1e48e3e46edc90de2c35ca.js?body=1" for ::1 at 2015-12-21 23:59:04 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-21 23:59:04 -0330 Started GET "/guts/files" for ::1 at 2015-12-21 23:59:11 -0330 Processing by Guts::FilesController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `all' for File:Class): /Users/tyler/Development/guts/app/controllers/guts/files_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (4.3ms) 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.7ms) 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.2ms) Started GET "/guts/files" for ::1 at 2015-12-22 00:00:21 -0330 ActionController::RoutingError (No route matches [GET] "/guts/files"): 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 (0.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 (5.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 (1.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/routing_error.html.erb within rescues/layout (110.5ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-22 00:00:27 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (7.7ms) Completed 500 Internal Server Error in 69ms (ActiveRecord: 1.0ms) ActionView::Template::Error (undefined local variable or method `files_path' for #<#:0x007fac10aa8688>): 12:
  • "><%= link_to "Content Types", types_path %>
  • 13:
  • "><%= link_to "Categories", categories_path %>
  • 14:
  • "><%= link_to "Navigation", navigations_path %>
  • 15:
  • "><%= link_to "Files", files_path %>
  • 16:
  •  
  • 17: <% Guts::Type.all.each do |type| %> 18:
  • "><%= link_to type.title.pluralize(2), contents_path(type: type.slug) %>
  • /Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:15:in `___sers_tyler__evelopment_guts_app_views_layouts_guts_application_html_erb___315189743232137444_70188464375820' 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 (5.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 (2.8ms) 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/template_error.html.erb within rescues/layout (50.5ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-22 00:00:38 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 49.1ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 00:00:38 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 00:00:38 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 00:00:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 00:00:38 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 00:00:38 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 00:00:38 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 00:00:38 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 00:00:38 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 00:00:38 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-22 00:00:38 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 00:00:38 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 00:00:38 -0330 Started GET "/assets/guts/application.self-bc906fcaaa02a1c2162f3df870a91d41e9cb1cb38d1e48e3e46edc90de2c35ca.js?body=1" for ::1 at 2015-12-22 00:00:38 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 00:00:39 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_files" WHERE "guts_files"."filable_id" = ? AND "guts_files"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (49.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (51.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 127ms (Views: 115.1ms | ActiveRecord: 1.6ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 00:00:40 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 00:00:41 -0330 Started GET "/guts/contents/test-page/files" for ::1 at 2015-12-22 00:00:43 -0330 Processing by Guts::FilesController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::File Load (0.1ms) SELECT "guts_files".* FROM "guts_files" Rendered /Users/tyler/Development/guts/app/views/guts/files/index.html.erb within layouts/guts/application (18.2ms) Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `file_path' for #<#:0x007fac10d609e8>): 24:
    25: 26: 27: 28: 29: 30: actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:268:in `handle_model_call' actionview (4.2.5) lib/action_view/routing_url_for.rb:114:in `url_for' actionview (4.2.5) lib/action_view/helpers/url_helper.rb:181:in `link_to' /Users/tyler/Development/guts/app/views/guts/files/index.html.erb:27:in `block in ___sers_tyler__evelopment_guts_app_views_guts_files_index_html_erb__151644355868607576_70188464392680' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/files/index.html.erb:20:in `___sers_tyler__evelopment_guts_app_views_guts_files_index_html_erb__151644355868607576_70188464392680' 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 (8.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.5ms) 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 (51.7ms) Started GET "/guts/contents/test-page/files" for ::1 at 2015-12-22 00:00:49 -0330 Processing by Guts::FilesController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::File Load (0.1ms) SELECT "guts_files".* FROM "guts_files" Rendered /Users/tyler/Development/guts/app/views/guts/files/index.html.erb within layouts/guts/application (12.2ms) Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `file_path' for #<#:0x007fac0dbb7bd0>): 24: 25: 26: 27: 28: 29: 30: actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:268:in `handle_model_call' actionview (4.2.5) lib/action_view/routing_url_for.rb:114:in `url_for' actionview (4.2.5) lib/action_view/helpers/url_helper.rb:181:in `link_to' /Users/tyler/Development/guts/app/views/guts/files/index.html.erb:27:in `block in ___sers_tyler__evelopment_guts_app_views_guts_files_index_html_erb__151644355868607576_70188464392680' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/files/index.html.erb:20:in `___sers_tyler__evelopment_guts_app_views_guts_files_index_html_erb__151644355868607576_70188464392680' 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.3ms) 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.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 (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 (52.7ms) Started GET "/guts/contents/test-page/files" for ::1 at 2015-12-22 00:00:57 -0330 Processing by Guts::FilesController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `all' for File:Class): /Users/tyler/Development/guts/app/controllers/guts/files_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (5.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.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.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 (51.9ms) Started GET "/guts/contents/test-page/files" for ::1 at 2015-12-22 00:01:10 -0330 Processing by Guts::FilesController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `all' for File:Class): /Users/tyler/Development/guts/app/controllers/guts/files_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (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.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.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 (49.9ms) Started GET "/guts/contents/test-page/files" for ::1 at 2015-12-22 00:01:12 -0330 Processing by Guts::FilesController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `all' for File:Class): /Users/tyler/Development/guts/app/controllers/guts/files_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (5.2ms) 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.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 (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.9ms) Started GET "/guts/contents/test-page/files" for ::1 at 2015-12-22 00:01:27 -0330 Processing by Guts::FilesController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::File Load (0.4ms) SELECT "guts_files".* FROM "guts_files" Rendered /Users/tyler/Development/guts/app/views/guts/files/index.html.erb within layouts/guts/application (8.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 62.2ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 00:01:28 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 00:01:28 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 00:01:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 00:01:28 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 00:01:28 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 00:01:28 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 00:01:28 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 00:01:28 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 00:01:28 -0330 Started GET "/assets/guts/files.self-2725b8557c1bfaccfabcee190b370c5bbecaecfe831db82f4def793c2b1ab16c.js?body=1" for ::1 at 2015-12-22 00:01:28 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 00:01:28 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 00:01:28 -0330 Started GET "/assets/guts/application.self-bc906fcaaa02a1c2162f3df870a91d41e9cb1cb38d1e48e3e46edc90de2c35ca.js?body=1" for ::1 at 2015-12-22 00:01:28 -0330 Started GET "/guts/contents/test-page/files" for ::1 at 2015-12-22 00:01:31 -0330 Processing by Guts::FilesController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `all' for File:Class): /Users/tyler/Development/guts/app/controllers/guts/files_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (4.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.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.3ms) 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 (45.0ms)  (1.0ms) CREATE TABLE "friendly_id_slugs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slug" varchar NOT NULL, "sluggable_id" integer NOT NULL, "sluggable_type" varchar(50), "scope" varchar, "created_at" datetime)   (0.5ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope" ON "friendly_id_slugs" ("slug", "sluggable_type", "scope")  (0.1ms) 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'  (0.8ms) CREATE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type" ON "friendly_id_slugs" ("slug", "sluggable_type")  (0.1ms) 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'  (0.1ms)  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'   (0.9ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_id" ON "friendly_id_slugs" ("sluggable_id")  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.8ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_type" ON "friendly_id_slugs" ("sluggable_type")  (0.9ms) CREATE TABLE "guts_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "metafields" varchar, "slug" varchar)   (0.9ms) CREATE UNIQUE INDEX "index_guts_categories_on_slug" ON "guts_categories" ("slug")  (0.9ms) CREATE TABLE "guts_categories_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer)   (0.8ms) CREATE TABLE "guts_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.0ms) CREATE TABLE "guts_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar, "type_id" integer, "visible" integer(1) DEFAULT 1)   (1.1ms) CREATE UNIQUE INDEX "index_guts_contents_on_slug" ON "guts_contents" ("slug")  (0.1ms)  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'   (2.2ms) CREATE INDEX "index_guts_contents_on_type_id" ON "guts_contents" ("type_id")  (3.9ms) CREATE TABLE "guts_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "position" integer, "content_id" integer, "caption" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "file_file_name" varchar, "file_content_type" varchar, "file_file_size" integer, "file_updated_at" datetime, "filable_id" integer, "filable_type" varchar)   (0.9ms) CREATE INDEX "index_guts_files_on_content_id" ON "guts_files" ("content_id")  (0.1ms)  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'   (0.9ms) CREATE INDEX "index_guts_files_on_filable_type_and_filable_id" ON "guts_files" ("filable_type", "filable_id")  (0.9ms) CREATE TABLE "guts_metafields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar, "value" text, "fieldable_id" integer, "fieldable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE INDEX "index_guts_metafields_on_fieldable_type_and_fieldable_id" ON "guts_metafields" ("fieldable_type", "fieldable_id")  (0.9ms) CREATE TABLE "guts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigation_id" integer, "navigatable_id" integer, "navigatable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE INDEX "index_nav_items_on_nav_with_type_and_id" ON "guts_navigation_items" ("navigatable_type", "navigatable_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index'   (0.9ms) CREATE INDEX "index_guts_navigation_items_on_navigation_id" ON "guts_navigation_items" ("navigation_id")  (0.9ms) CREATE TABLE "guts_navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "metafields" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar)   (1.6ms) CREATE UNIQUE INDEX "index_guts_navigations_on_slug" ON "guts_navigations" ("slug")  (1.3ms) CREATE TABLE "guts_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "index_guts_types_on_slug" ON "guts_types" ("slug")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151209040634')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124030755')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124032038')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124035838')  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124052216')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124052551')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124054712')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151125044535')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151203042848')  (0.8ms) CREATE TABLE "friendly_id_slugs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slug" varchar NOT NULL, "sluggable_id" integer NOT NULL, "sluggable_type" varchar(50), "scope" varchar, "created_at" datetime)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope" ON "friendly_id_slugs" ("slug", "sluggable_type", "scope")  (0.1ms) 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'  (0.9ms) CREATE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type" ON "friendly_id_slugs" ("slug", "sluggable_type")  (0.1ms) 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'  (0.1ms)  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'   (0.8ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_id" ON "friendly_id_slugs" ("sluggable_id")  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.9ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_type" ON "friendly_id_slugs" ("sluggable_type")  (2.0ms) CREATE TABLE "guts_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "metafields" varchar, "slug" varchar)   (0.9ms) CREATE UNIQUE INDEX "index_guts_categories_on_slug" ON "guts_categories" ("slug")  (0.9ms) CREATE TABLE "guts_categories_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer)   (0.8ms) CREATE TABLE "guts_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE TABLE "guts_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar, "type_id" integer, "visible" integer(1) DEFAULT 1)   (0.9ms) CREATE UNIQUE INDEX "index_guts_contents_on_slug" ON "guts_contents" ("slug")  (0.2ms)  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'   (1.0ms) CREATE INDEX "index_guts_contents_on_type_id" ON "guts_contents" ("type_id")  (1.0ms) CREATE TABLE "guts_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "position" integer, "content_id" integer, "caption" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "file_file_name" varchar, "file_content_type" varchar, "file_file_size" integer, "file_updated_at" datetime, "filable_id" integer, "filable_type" varchar)   (0.9ms) CREATE INDEX "index_guts_files_on_content_id" ON "guts_files" ("content_id")  (0.1ms)  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'   (1.0ms) CREATE INDEX "index_guts_files_on_filable_type_and_filable_id" ON "guts_files" ("filable_type", "filable_id")  (0.8ms) CREATE TABLE "guts_metafields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar, "value" text, "fieldable_id" integer, "fieldable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (3.5ms) CREATE INDEX "index_guts_metafields_on_fieldable_type_and_fieldable_id" ON "guts_metafields" ("fieldable_type", "fieldable_id")  (0.9ms) CREATE TABLE "guts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigation_id" integer, "navigatable_id" integer, "navigatable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE INDEX "index_nav_items_on_nav_with_type_and_id" ON "guts_navigation_items" ("navigatable_type", "navigatable_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index'   (0.8ms) CREATE INDEX "index_guts_navigation_items_on_navigation_id" ON "guts_navigation_items" ("navigation_id")  (0.9ms) CREATE TABLE "guts_navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "metafields" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar)   (2.1ms) CREATE UNIQUE INDEX "index_guts_navigations_on_slug" ON "guts_navigations" ("slug")  (1.4ms) CREATE TABLE "guts_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "index_guts_types_on_slug" ON "guts_types" ("slug")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151209040634')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124030755')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124032038')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124035838')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124052216')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124052551')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124054712')  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20151125044535')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151203042848') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.9ms) CREATE TABLE "friendly_id_slugs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slug" varchar NOT NULL, "sluggable_id" integer NOT NULL, "sluggable_type" varchar(50), "scope" varchar, "created_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE UNIQUE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope" ON "friendly_id_slugs" ("slug", "sluggable_type", "scope")  (0.1ms) 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'  (4.9ms) CREATE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type" ON "friendly_id_slugs" ("slug", "sluggable_type")  (0.1ms) 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'  (0.1ms)  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'   (0.8ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_id" ON "friendly_id_slugs" ("sluggable_id")  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.9ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_type" ON "friendly_id_slugs" ("sluggable_type")  (1.1ms) CREATE TABLE "guts_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "metafields" varchar, "slug" varchar)   (1.7ms) CREATE UNIQUE INDEX "index_guts_categories_on_slug" ON "guts_categories" ("slug")  (1.0ms) CREATE TABLE "guts_categories_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer)   (0.8ms) CREATE TABLE "guts_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE TABLE "guts_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar, "type_id" integer, "visible" integer(1) DEFAULT 1)   (0.9ms) CREATE UNIQUE INDEX "index_guts_contents_on_slug" ON "guts_contents" ("slug")  (0.1ms)  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'   (0.8ms) CREATE INDEX "index_guts_contents_on_type_id" ON "guts_contents" ("type_id")  (0.9ms) CREATE TABLE "guts_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "position" integer, "content_id" integer, "caption" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "file_file_name" varchar, "file_content_type" varchar, "file_file_size" integer, "file_updated_at" datetime, "filable_id" integer, "filable_type" varchar)   (1.3ms) CREATE INDEX "index_guts_files_on_content_id" ON "guts_files" ("content_id")  (0.1ms)  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'   (1.0ms) CREATE INDEX "index_guts_files_on_filable_type_and_filable_id" ON "guts_files" ("filable_type", "filable_id")  (0.9ms) CREATE TABLE "guts_metafields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar, "value" text, "fieldable_id" integer, "fieldable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE INDEX "index_guts_metafields_on_fieldable_type_and_fieldable_id" ON "guts_metafields" ("fieldable_type", "fieldable_id")  (0.9ms) CREATE TABLE "guts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigation_id" integer, "navigatable_id" integer, "navigatable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE INDEX "index_nav_items_on_nav_with_type_and_id" ON "guts_navigation_items" ("navigatable_type", "navigatable_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index'   (0.8ms) CREATE INDEX "index_guts_navigation_items_on_navigation_id" ON "guts_navigation_items" ("navigation_id")  (1.0ms) CREATE TABLE "guts_navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "metafields" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar)   (1.0ms) CREATE UNIQUE INDEX "index_guts_navigations_on_slug" ON "guts_navigations" ("slug")  (0.9ms) CREATE TABLE "guts_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.7ms) CREATE UNIQUE INDEX "index_guts_types_on_slug" ON "guts_types" ("slug")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20151209040634')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124030755')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124032038')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124035838')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124052216')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124052551')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124054712')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151125044535')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151203042848')  (2.3ms) CREATE TABLE "friendly_id_slugs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slug" varchar NOT NULL, "sluggable_id" integer NOT NULL, "sluggable_type" varchar(50), "scope" varchar, "created_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope" ON "friendly_id_slugs" ("slug", "sluggable_type", "scope")  (0.1ms) 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'  (0.8ms) CREATE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type" ON "friendly_id_slugs" ("slug", "sluggable_type")  (0.1ms) 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'  (0.1ms)  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'   (0.7ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_id" ON "friendly_id_slugs" ("sluggable_id")  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.8ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_type" ON "friendly_id_slugs" ("sluggable_type")  (0.9ms) CREATE TABLE "guts_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "metafields" varchar, "slug" varchar)   (1.0ms) CREATE UNIQUE INDEX "index_guts_categories_on_slug" ON "guts_categories" ("slug")  (0.9ms) CREATE TABLE "guts_categories_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer)   (0.8ms) CREATE TABLE "guts_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.2ms) CREATE TABLE "guts_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar, "type_id" integer, "visible" integer(1) DEFAULT 1)   (1.0ms) CREATE UNIQUE INDEX "index_guts_contents_on_slug" ON "guts_contents" ("slug")  (0.1ms)  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'   (2.5ms) CREATE INDEX "index_guts_contents_on_type_id" ON "guts_contents" ("type_id")  (1.1ms) CREATE TABLE "guts_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "position" integer, "content_id" integer, "caption" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "file_file_name" varchar, "file_content_type" varchar, "file_file_size" integer, "file_updated_at" datetime, "filable_id" integer, "filable_type" varchar)   (0.8ms) CREATE INDEX "index_guts_files_on_content_id" ON "guts_files" ("content_id")  (0.1ms)  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'   (0.8ms) CREATE INDEX "index_guts_files_on_filable_type_and_filable_id" ON "guts_files" ("filable_type", "filable_id")  (0.9ms) CREATE TABLE "guts_metafields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar, "value" text, "fieldable_id" integer, "fieldable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.0ms) CREATE INDEX "index_guts_metafields_on_fieldable_type_and_fieldable_id" ON "guts_metafields" ("fieldable_type", "fieldable_id")  (2.2ms) CREATE TABLE "guts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigation_id" integer, "navigatable_id" integer, "navigatable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE INDEX "index_nav_items_on_nav_with_type_and_id" ON "guts_navigation_items" ("navigatable_type", "navigatable_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index'   (0.9ms) CREATE INDEX "index_guts_navigation_items_on_navigation_id" ON "guts_navigation_items" ("navigation_id")  (0.9ms) CREATE TABLE "guts_navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "metafields" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar)   (0.8ms) CREATE UNIQUE INDEX "index_guts_navigations_on_slug" ON "guts_navigations" ("slug")  (0.9ms) CREATE TABLE "guts_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "index_guts_types_on_slug" ON "guts_types" ("slug")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151209040634')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124030755')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124032038')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124035838')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124052216')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124052551')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124054712')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151125044535')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151203042848') ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.6ms) CREATE TABLE "friendly_id_slugs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slug" varchar NOT NULL, "sluggable_id" integer NOT NULL, "sluggable_type" varchar(50), "scope" varchar, "created_at" datetime)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope" ON "friendly_id_slugs" ("slug", "sluggable_type", "scope")  (0.1ms) 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'  (0.7ms) CREATE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type" ON "friendly_id_slugs" ("slug", "sluggable_type")  (0.1ms) 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'  (0.1ms)  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'   (0.8ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_id" ON "friendly_id_slugs" ("sluggable_id")  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.7ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_type" ON "friendly_id_slugs" ("sluggable_type")  (0.7ms) CREATE TABLE "guts_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "metafields" varchar, "slug" varchar)   (0.7ms) CREATE UNIQUE INDEX "index_guts_categories_on_slug" ON "guts_categories" ("slug")  (0.8ms) CREATE TABLE "guts_categories_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer)   (1.6ms) CREATE TABLE "guts_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE TABLE "guts_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar, "type_id" integer, "visible" integer(1) DEFAULT 1)   (1.5ms) CREATE UNIQUE INDEX "index_guts_contents_on_slug" ON "guts_contents" ("slug")  (0.1ms)  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'   (3.1ms) CREATE INDEX "index_guts_contents_on_type_id" ON "guts_contents" ("type_id")  (0.8ms) CREATE TABLE "guts_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "position" integer, "content_id" integer, "caption" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "file_file_name" varchar, "file_content_type" varchar, "file_file_size" integer, "file_updated_at" datetime, "filable_id" integer, "filable_type" varchar)   (0.8ms) CREATE INDEX "index_guts_files_on_content_id" ON "guts_files" ("content_id")  (0.1ms)  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'   (3.8ms) CREATE INDEX "index_guts_files_on_filable_type_and_filable_id" ON "guts_files" ("filable_type", "filable_id")  (1.7ms) CREATE TABLE "guts_metafields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar, "value" text, "fieldable_id" integer, "fieldable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE INDEX "index_guts_metafields_on_fieldable_type_and_fieldable_id" ON "guts_metafields" ("fieldable_type", "fieldable_id")  (0.8ms) CREATE TABLE "guts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigation_id" integer, "navigatable_id" integer, "navigatable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.7ms) CREATE INDEX "index_nav_items_on_nav_with_type_and_id" ON "guts_navigation_items" ("navigatable_type", "navigatable_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index'   (0.8ms) CREATE INDEX "index_guts_navigation_items_on_navigation_id" ON "guts_navigation_items" ("navigation_id")  (0.9ms) CREATE TABLE "guts_navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "metafields" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar)   (0.9ms) CREATE UNIQUE INDEX "index_guts_navigations_on_slug" ON "guts_navigations" ("slug")  (1.0ms) CREATE TABLE "guts_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (3.4ms) CREATE UNIQUE INDEX "index_guts_types_on_slug" ON "guts_types" ("slug")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151209040634')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124030755')  (1.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124032038')  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124035838')  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124052216')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124052551')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124054712')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151125044535')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151203042848')  (1.0ms) CREATE TABLE "friendly_id_slugs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slug" varchar NOT NULL, "sluggable_id" integer NOT NULL, "sluggable_type" varchar(50), "scope" varchar, "created_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope" ON "friendly_id_slugs" ("slug", "sluggable_type", "scope")  (0.2ms) 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'  (0.8ms) CREATE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type" ON "friendly_id_slugs" ("slug", "sluggable_type")  (0.1ms) 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'  (0.1ms)  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'   (0.8ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_id" ON "friendly_id_slugs" ("sluggable_id")  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.9ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_type" ON "friendly_id_slugs" ("sluggable_type")  (0.8ms) CREATE TABLE "guts_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "metafields" varchar, "slug" varchar)   (0.9ms) CREATE UNIQUE INDEX "index_guts_categories_on_slug" ON "guts_categories" ("slug")  (1.0ms) CREATE TABLE "guts_categories_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer)   (1.1ms) CREATE TABLE "guts_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE TABLE "guts_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar, "type_id" integer, "visible" integer(1) DEFAULT 1)   (1.1ms) CREATE UNIQUE INDEX "index_guts_contents_on_slug" ON "guts_contents" ("slug")  (0.1ms)  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'   (2.2ms) CREATE INDEX "index_guts_contents_on_type_id" ON "guts_contents" ("type_id")  (1.0ms) CREATE TABLE "guts_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "position" integer, "content_id" integer, "caption" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "file_file_name" varchar, "file_content_type" varchar, "file_file_size" integer, "file_updated_at" datetime, "filable_id" integer, "filable_type" varchar)   (0.9ms) CREATE INDEX "index_guts_files_on_content_id" ON "guts_files" ("content_id")  (0.1ms)  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'   (0.9ms) CREATE INDEX "index_guts_files_on_filable_type_and_filable_id" ON "guts_files" ("filable_type", "filable_id")  (0.9ms) CREATE TABLE "guts_metafields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar, "value" text, "fieldable_id" integer, "fieldable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE INDEX "index_guts_metafields_on_fieldable_type_and_fieldable_id" ON "guts_metafields" ("fieldable_type", "fieldable_id")  (0.9ms) CREATE TABLE "guts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigation_id" integer, "navigatable_id" integer, "navigatable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE INDEX "index_nav_items_on_nav_with_type_and_id" ON "guts_navigation_items" ("navigatable_type", "navigatable_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index'   (0.9ms) CREATE INDEX "index_guts_navigation_items_on_navigation_id" ON "guts_navigation_items" ("navigation_id")  (0.9ms) CREATE TABLE "guts_navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "metafields" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar)   (0.9ms) CREATE UNIQUE INDEX "index_guts_navigations_on_slug" ON "guts_navigations" ("slug")  (1.9ms) CREATE TABLE "guts_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "index_guts_types_on_slug" ON "guts_types" ("slug")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151209040634')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124030755')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124032038')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124035838')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124052216')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124052551')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124054712')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151125044535')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151203042848') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGutsContents (20151124030755)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "guts_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "tags" text, "content" text, "visible" integer(1) DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (0.3ms) CREATE UNIQUE INDEX "index_guts_contents_on_slug" ON "guts_contents" ("slug")  (0.1ms) ALTER TABLE "guts_contents" ADD "type_id" integer  (0.1ms)  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'   (0.1ms) CREATE INDEX "index_guts_contents_on_type_id" ON "guts_contents" ("type_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151124030755"]]  (0.9ms) commit transaction Migrating to CreateGutsCategories (20151124032038)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "guts_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "metafields" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE UNIQUE INDEX "index_guts_categories_on_slug" ON "guts_categories" ("slug") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151124032038"]]  (0.9ms) commit transaction Migrating to CreateGutsCategorizations (20151124035838)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "guts_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151124035838"]]  (0.7ms) commit transaction Migrating to CreateGutsMedia (20151124052216)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "guts_media" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "position" integer DEFAULT 0, "filable_id" integer, "filable_type" varchar, "caption" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "index_guts_media_on_filable_type_and_filable_id" ON "guts_media" ("filable_type", "filable_id")  (0.2ms) ALTER TABLE "guts_media" ADD "file_file_name" varchar  (0.1ms) ALTER TABLE "guts_media" ADD "file_content_type" varchar  (0.1ms) ALTER TABLE "guts_media" ADD "file_file_size" integer  (0.1ms) ALTER TABLE "guts_media" ADD "file_updated_at" datetime SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151124052216"]]  (0.8ms) commit transaction Migrating to CreateGutsNavigations (20151124052551)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "guts_navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE UNIQUE INDEX "index_guts_navigations_on_slug" ON "guts_navigations" ("slug") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151124052551"]]  (0.8ms) commit transaction Migrating to CreateFriendlyIdSlugs (20151124054712)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "friendly_id_slugs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slug" varchar NOT NULL, "sluggable_id" integer NOT NULL, "sluggable_type" varchar(50), "scope" varchar, "created_at" datetime)   (0.1ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_id" ON "friendly_id_slugs" ("sluggable_id")  (0.1ms)  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'   (0.1ms) CREATE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type" ON "friendly_id_slugs" ("slug", "sluggable_type")  (0.1ms)  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'   (0.1ms) 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'  (0.3ms) CREATE UNIQUE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope" ON "friendly_id_slugs" ("slug", "sluggable_type", "scope")  (0.1ms) 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'  (0.1ms)  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'   (0.0ms) 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'  (0.1ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_type" ON "friendly_id_slugs" ("sluggable_type") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151124054712"]]  (0.9ms) commit transaction Migrating to CreateGutsTypes (20151125044535)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "guts_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.4ms) CREATE UNIQUE INDEX "index_guts_types_on_slug" ON "guts_types" ("slug") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151125044535"]]  (0.9ms) commit transaction Migrating to CreateGutsMetafields (20151203042848)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "guts_metafields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar, "value" text, "fieldable_id" integer, "fieldable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_guts_metafields_on_fieldable_type_and_fieldable_id" ON "guts_metafields" ("fieldable_type", "fieldable_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151203042848"]]  (1.7ms) commit transaction Migrating to CreateGutsNavigationItems (20151209040634)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "guts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigatable_id" integer, "navigatable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "index_nav_items_on_nav_with_type_and_id" ON "guts_navigation_items" ("navigatable_type", "navigatable_id")  (0.2ms) ALTER TABLE "guts_navigation_items" ADD "navigation_id" integer  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index'  (0.1ms) CREATE INDEX "index_guts_navigation_items_on_navigation_id" ON "guts_navigation_items" ("navigation_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151209040634"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_guts_media_on_filable_type_and_filable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_media_on_filable_type_and_filable_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_guts_metafields_on_fieldable_type_and_fieldable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_metafields_on_fieldable_type_and_fieldable_id' AND type='index'   (0.1ms) 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'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index'   (0.1ms) 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'  (0.1ms)  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'   (1.0ms) CREATE TABLE "friendly_id_slugs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slug" varchar NOT NULL, "sluggable_id" integer NOT NULL, "sluggable_type" varchar(50), "scope" varchar, "created_at" datetime)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope" ON "friendly_id_slugs" ("slug", "sluggable_type", "scope")  (0.1ms) 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'  (0.9ms) CREATE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type" ON "friendly_id_slugs" ("slug", "sluggable_type")  (0.1ms) 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'  (0.1ms)  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'   (0.9ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_id" ON "friendly_id_slugs" ("sluggable_id")  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.9ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_type" ON "friendly_id_slugs" ("sluggable_type")  (1.0ms) CREATE TABLE "guts_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "metafields" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.0ms) CREATE UNIQUE INDEX "index_guts_categories_on_slug" ON "guts_categories" ("slug")  (0.8ms) CREATE TABLE "guts_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.0ms) CREATE TABLE "guts_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "tags" text, "content" text, "visible" integer(1) DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "type_id" integer)  (0.9ms) CREATE UNIQUE INDEX "index_guts_contents_on_slug" ON "guts_contents" ("slug")  (0.1ms) 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'  (0.9ms) CREATE INDEX "index_guts_contents_on_type_id" ON "guts_contents" ("type_id")  (1.2ms) CREATE TABLE "guts_media" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "position" integer DEFAULT 0, "filable_id" integer, "filable_type" varchar, "caption" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "file_file_name" varchar, "file_content_type" varchar, "file_file_size" integer, "file_updated_at" datetime)  (1.0ms) CREATE INDEX "index_guts_media_on_filable_type_and_filable_id" ON "guts_media" ("filable_type", "filable_id")  (0.9ms) CREATE TABLE "guts_metafields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar, "value" text, "fieldable_id" integer, "fieldable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE INDEX "index_guts_metafields_on_fieldable_type_and_fieldable_id" ON "guts_metafields" ("fieldable_type", "fieldable_id")  (1.8ms) CREATE TABLE "guts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigatable_id" integer, "navigatable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "navigation_id" integer)  (0.9ms) CREATE INDEX "index_nav_items_on_nav_with_type_and_id" ON "guts_navigation_items" ("navigatable_type", "navigatable_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index'  (1.1ms) CREATE INDEX "index_guts_navigation_items_on_navigation_id" ON "guts_navigation_items" ("navigation_id")  (1.5ms) CREATE TABLE "guts_navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.5ms) CREATE UNIQUE INDEX "index_guts_navigations_on_slug" ON "guts_navigations" ("slug")  (0.9ms) CREATE TABLE "guts_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "index_guts_types_on_slug" ON "guts_types" ("slug")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151209040634')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124030755')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124032038')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124035838')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124052216')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124052551')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124054712')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151125044535')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151203042848')  (0.9ms) CREATE TABLE "friendly_id_slugs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slug" varchar NOT NULL, "sluggable_id" integer NOT NULL, "sluggable_type" varchar(50), "scope" varchar, "created_at" datetime)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope" ON "friendly_id_slugs" ("slug", "sluggable_type", "scope")  (0.1ms)  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'   (0.9ms) CREATE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type" ON "friendly_id_slugs" ("slug", "sluggable_type")  (0.1ms)  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'   (0.1ms) 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'  (0.9ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_id" ON "friendly_id_slugs" ("sluggable_id")  (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (3.2ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_type" ON "friendly_id_slugs" ("sluggable_type")  (0.8ms) CREATE TABLE "guts_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "metafields" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "index_guts_categories_on_slug" ON "guts_categories" ("slug")  (0.9ms) CREATE TABLE "guts_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.0ms) CREATE TABLE "guts_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "tags" text, "content" text, "visible" integer(1) DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "type_id" integer)   (0.9ms) CREATE UNIQUE INDEX "index_guts_contents_on_slug" ON "guts_contents" ("slug")  (0.1ms)  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'   (0.9ms) CREATE INDEX "index_guts_contents_on_type_id" ON "guts_contents" ("type_id")  (0.9ms) CREATE TABLE "guts_media" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "position" integer DEFAULT 0, "filable_id" integer, "filable_type" varchar, "caption" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "file_file_name" varchar, "file_content_type" varchar, "file_file_size" integer, "file_updated_at" datetime)   (0.8ms) CREATE INDEX "index_guts_media_on_filable_type_and_filable_id" ON "guts_media" ("filable_type", "filable_id")  (1.2ms) CREATE TABLE "guts_metafields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar, "value" text, "fieldable_id" integer, "fieldable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.7ms) CREATE INDEX "index_guts_metafields_on_fieldable_type_and_fieldable_id" ON "guts_metafields" ("fieldable_type", "fieldable_id")  (1.0ms) CREATE TABLE "guts_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "custom" varchar, "position" integer DEFAULT 0, "navigatable_id" integer, "navigatable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "navigation_id" integer)   (0.8ms) CREATE INDEX "index_nav_items_on_nav_with_type_and_id" ON "guts_navigation_items" ("navigatable_type", "navigatable_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index'   (0.9ms) CREATE INDEX "index_guts_navigation_items_on_navigation_id" ON "guts_navigation_items" ("navigation_id")  (0.9ms) CREATE TABLE "guts_navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "index_guts_navigations_on_slug" ON "guts_navigations" ("slug")  (0.9ms) CREATE TABLE "guts_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "index_guts_types_on_slug" ON "guts_types" ("slug")  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151209040634')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124030755')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124032038')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124035838')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124052216')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124052551')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151124054712')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151125044535')  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151203042848') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/guts" for ::1 at 2015-12-22 00:17:27 -0330 ActionController::RoutingError (No route matches [GET] "/guts"): 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.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 (0.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (9.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 (8.5ms) 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 (131.6ms) Started GET "/guts/media" for ::1 at 2015-12-22 00:17:41 -0330 Processing by Guts::MediaController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `all' for File:Class): /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (3.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.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 (1.0ms) 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 (45.5ms) Started GET "/guts/media" for ::1 at 2015-12-22 00:20:07 -0330 Processing by Guts::MediaController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `demodulize' for nil:NilClass): /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:51:in `set_object' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting' 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 (6.3ms) 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.0ms) 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.2ms) Started GET "/guts/media" for ::1 at 2015-12-22 00:20:31 -0330 Processing by Guts::MediaController#index as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (2.3ms) Completed 500 Internal Server Error in 37ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `each' for nil:NilClass): 17: 18: 19: 20: <% @files.each do |file| %> 21: 22: 23: /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:20:in `___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb___4143881209666968116_70245717171240' 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 (6.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 (0.8ms) 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 (48.6ms) Started GET "/guts/media" for ::1 at 2015-12-22 00:23:56 -0330 Processing by Guts::MediaController#index as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (1.6ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `each' for nil:NilClass): 17: 18: 19: 20: <% @files.each do |file| %> 21: 22: 23: /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:20:in `___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb___4143881209666968116_70245717171240' 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 (6.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 (2.5ms) 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/template_error.html.erb within rescues/layout (48.6ms) Started GET "/guts/media" for ::1 at 2015-12-22 12:19:20 -0330 Processing by Guts::MediaController#index as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (6.2ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `slug' for nil:NilClass): 1:
    2:
    3:

    Media

    4: <%= link_to "New Media", new_media_path(type: @type.slug), class: "button" %> 5: <% if @object %><%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %><% end %> 6:
    7:
    /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:4:in `___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb___4143881209666968116_70245683186400' 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 (8.9ms) 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.9ms) 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 (58.2ms) Started GET "/guts/media" for ::1 at 2015-12-22 12:19:40 -0330 Processing by Guts::MediaController#index as HTML Guts::Media Load (14.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (39.4ms) Completed 500 Internal Server Error in 44ms (ActiveRecord: 14.4ms) ActionView::Template::Error (undefined local variable or method `new_media_path' for #<#:0x007fc6b1f13748>): 1:
    2:
    3:

    Media

    4: <%= link_to "New Media", new_media_path, class: "button" %> 5: <% if @object %><%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %><% end %> 6:
    7:
    /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:4:in `___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb___4143881209666968116_70245682808580' 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 (10.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 (4.5ms) 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.8ms) 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 (57.0ms) Started GET "/guts/medias" for ::1 at 2015-12-22 12:19:48 -0330 ActionController::RoutingError (No route matches [GET] "/guts/medias"): 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.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.5ms) 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.5ms) 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 (133.3ms) Started GET "/guts/medias" for ::1 at 2015-12-22 12:20:12 -0330 ActionController::RoutingError (No route matches [GET] "/guts/medias"): 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 (2.5ms) 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 (5.6ms) 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.5ms) 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/routing_error.html.erb within rescues/layout (115.4ms) Started GET "/guts/media" for ::1 at 2015-12-22 12:20:13 -0330 Processing by Guts::MediaController#index as HTML Guts::Media Load (0.5ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (12.8ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined local variable or method `new_file_path' for #<#:0x007fc6b3d70448>): 24: console.log(window.top.tinymce.editors[0].insertContent("W")); 25: 26: 27: <%= link_to 'New File', new_file_path %> /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:27:in `___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb___4143881209666968116_70245698718560' 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 (6.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 (2.5ms) 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/template_error.html.erb within rescues/layout (48.8ms) Started GET "/guts/media" for ::1 at 2015-12-22 12:20:23 -0330 Processing by Guts::MediaController#index as HTML Guts::Media Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (1.4ms) Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 594ms (Views: 592.8ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 12:20:24 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 12:20:24 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 12:20:24 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 12:20:24 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 12:20:24 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 12:20:24 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 12:20:24 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 12:20:24 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 12:20:24 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 12:20:24 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 12:20:24 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 12:20:24 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 12:20:24 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 12:20:24 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 12:20:24 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 12:20:52 -0330 Processing by Guts::MediaController#index as HTML Guts::Media Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (1.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 50.1ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 12:20:53 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 12:20:53 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 12:20:53 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 12:20:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 12:20:53 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 12:20:53 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 12:20:53 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 12:20:53 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 12:20:53 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 12:20:53 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 12:20:53 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 12:20:53 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 12:20:53 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 12:20:57 -0330 Processing by Guts::MediaController#index as HTML Guts::Media Load (0.4ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (1.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 59.6ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 12:20:57 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 12:20:57 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 12:20:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 12:20:57 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 12:20:57 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 12:20:57 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 12:20:57 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 12:20:57 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 12:20:57 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 12:20:57 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 12:20:57 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 12:20:57 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 12:20:57 -0330 Started GET "/guts/media/new" for ::1 at 2015-12-22 12:20:59 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (2.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (5.5ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.2ms) ActionView::Template::Error (First argument in form cannot contain nil or be empty): 1: <%= form_for(@file) do |f| %> 2:
    3: <%= f.submit "Save", class: "success button" %> 4:
    actionview (4.2.5) lib/action_view/helpers/form_helper.rb:432:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245734263840' 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/media/new.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245715528000' 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.3ms) 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.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 (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 (57.4ms) Started GET "/guts/media/new" for ::1 at 2015-12-22 12:21:49 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (1.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (3.2ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms) ActionView::Template::Error (First argument in form cannot contain nil or be empty): 1: <%= form_for(@file) do |f| %> 2:
    3: <%= f.submit "Save", class: "success button" %> 4:
    actionview (4.2.5) lib/action_view/helpers/form_helper.rb:432:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245734263840' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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.2ms) 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.9ms) 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 (52.3ms) Started GET "/guts/media/new" for ::1 at 2015-12-22 12:22:09 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (10.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (12.0ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `media_index_path' for #<#:0x007fc6b65bbd08>): 1: <%= form_for(@media) do |f| %> 2:
    3: <%= f.submit "Save", class: "success button" %> 4:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245719834900' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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 (8.9ms) 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.8ms) 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.6ms) 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 (52.1ms) Started GET "/guts/meds" for ::1 at 2015-12-22 12:22:45 -0330 ActionController::RoutingError (No route matches [GET] "/guts/meds"): 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 (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (7.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 (1.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.0ms) 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 (114.0ms) Started GET "/guts/media/new" for ::1 at 2015-12-22 12:25:00 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (10.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (12.1ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `media_index_path' for #<#:0x007fc6b3537d80>): 1: <%= form_for @media do |f| %> 2:
    3: <%= f.submit "Save", class: "success button" %> 4:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245694400160' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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.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 (3.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 (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 (56.2ms) Started GET "/guts/media/new" for ::1 at 2015-12-22 12:25:19 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (12.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (14.1ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `media_index_path' for #<#:0x007fc6b5d74cf8>): 1: <%= form_for([@media]) do |f| %> 2:
    3: <%= f.submit "Save", class: "success button" %> 4:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245715503600' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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.2ms) 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.9ms) 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.3ms) Started GET "/guts/media/new" for ::1 at 2015-12-22 12:25:20 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (9.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (11.7ms) Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `media_index_path' for #<#:0x007fc6b3dc8dc8>): 1: <%= form_for([@media]) do |f| %> 2:
    3: <%= f.submit "Save", class: "success button" %> 4:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245715503600' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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 (2.9ms) 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 (49.3ms) Started GET "/guts/media/new" for ::1 at 2015-12-22 12:26:04 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (4.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (5.7ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.0ms) ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Media): 1: <%= form_for Media.new do |f| %> 2:
    3: <%= f.submit "Save", class: "success button" %> 4:
    /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245718655360' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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.2ms) 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.8ms) 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.6ms) 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.2ms) Started GET "/guts/media/new" for ::1 at 2015-12-22 12:26:28 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (11.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (13.2ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `media_index_path' for #<#:0x007fc6b5c89208>): 1: <%= form_for([@object, @media]) do |f| %> 2:
    3: <%= f.submit "Save", class: "success button" %> 4:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245733789600' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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 (6.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 (8.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.9ms) 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 (62.6ms) Started GET "/guts/type" for ::1 at 2015-12-22 12:26:41 -0330 ActionController::RoutingError (No route matches [GET] "/guts/type"): 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 (0.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 (5.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 (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.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 (106.4ms) Started GET "/guts/types" for ::1 at 2015-12-22 12:26:43 -0330 Processing by Guts::TypesController#index as HTML Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (2.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 63.6ms | ActiveRecord: 0.6ms) Started GET "/guts/types/new" for ::1 at 2015-12-22 12:26:44 -0330 Processing by Guts::TypesController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (19.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/new.html.erb within layouts/guts/application (21.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 74ms (Views: 71.0ms | ActiveRecord: 0.2ms) Started POST "/guts/types" for ::1 at 2015-12-22 12:26:47 -0330 Processing by Guts::TypesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"piQUqrD44GGrDhPQaobcAW9YBuAlAXhYhmuoi18fsQZ7VQd3w9EzeP04w3boA4eWKYnCz5ZXJisIAJPF27YyNg==", "commit"=>"Save", "type"=>{"title"=>"Page"}}  (0.2ms) begin transaction Guts::Type Exists (0.5ms) SELECT 1 AS one FROM "guts_types" WHERE ("guts_types"."id" IS NOT NULL) AND "guts_types"."slug" = ? LIMIT 1 [["slug", "page"]] SQL (1.8ms) INSERT INTO "guts_types" ("title", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Page"], ["slug", "page"], ["created_at", "2015-12-22 15:56:47.414931"], ["updated_at", "2015-12-22 15:56:47.414931"]]  (1.1ms) commit transaction Redirected to http://localhost:3000/guts/types Completed 302 Found in 130ms (ActiveRecord: 3.5ms) Started GET "/guts/types" for ::1 at 2015-12-22 12:26:47 -0330 Processing by Guts::TypesController#index as HTML Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.5ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (24.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 104ms (Views: 103.1ms | ActiveRecord: 0.8ms) Started GET "/guts/types/new" for ::1 at 2015-12-22 12:26:48 -0330 Processing by Guts::TypesController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (1.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/new.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 46.2ms | ActiveRecord: 0.1ms) Started POST "/guts/types" for ::1 at 2015-12-22 12:26:51 -0330 Processing by Guts::TypesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"f5JbMBGhF8KN1wF+nmlblEwDfezwEUnBVMdmRP1bidGi40jtYojE29vh0dgc7AADCtK5w0NHF7LarF0KefIK4Q==", "commit"=>"Save", "type"=>{"title"=>"Post"}}  (0.1ms) begin transaction Guts::Type Exists (0.1ms) SELECT 1 AS one FROM "guts_types" WHERE ("guts_types"."id" IS NOT NULL) AND "guts_types"."slug" = ? LIMIT 1 [["slug", "post"]] SQL (0.2ms) INSERT INTO "guts_types" ("title", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Post"], ["slug", "post"], ["created_at", "2015-12-22 15:56:51.226789"], ["updated_at", "2015-12-22 15:56:51.226789"]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/types Completed 302 Found in 4ms (ActiveRecord: 1.0ms) Started GET "/guts/types" for ::1 at 2015-12-22 12:26:51 -0330 Processing by Guts::TypesController#index as HTML Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (4.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 66.6ms | ActiveRecord: 0.3ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-22 12:26:53 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 52.4ms | ActiveRecord: 0.5ms) Started GET "/guts/contents/new?type=page" for ::1 at 2015-12-22 12:26:54 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.4ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (23.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (25.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 97ms (Views: 84.6ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 12:26:54 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 12:26:55 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 12:26:55 -0330 Started POST "/guts/contents" for ::1 at 2015-12-22 12:27:01 -0330 Processing by Guts::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"lAiVnkWFv/tK2ncYXZ2acKc6V8p0RC3dHaiYBhXH0/VJeYZDNqxs4hzsp77fGMHn4euT5ccSc66Tw6NIkW5QxQ==", "commit"=>"Save Page", "content"=>{"title"=>"Test Page", "type_id"=>"1", "content"=>"

    Hi!

    ", "visible"=>"1", "category_ids"=>[""]}}  (0.4ms) begin transaction Guts::Content Exists (0.7ms) SELECT 1 AS one FROM "guts_contents" WHERE ("guts_contents"."id" IS NOT NULL) AND "guts_contents"."slug" = ? LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] SQL (3.0ms) INSERT INTO "guts_contents" ("title", "content", "type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Test Page"], ["content", "

    Hi!

    "], ["type_id", 1], ["slug", "test-page"], ["created_at", "2015-12-22 15:57:01.922169"], ["updated_at", "2015-12-22 15:57:01.922169"]]  (1.8ms) commit transaction Completed 500 Internal Server Error in 26ms (ActiveRecord: 6.0ms) NoMethodError (undefined method `title' for nil:NilClass): /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:26:in `create' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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:38: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.3ms) 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 (53.7ms) Started GET "/guts/contents" for ::1 at 2015-12-22 12:27:51 -0330 Processing by Guts::ContentsController#index as HTML Completed 404 Not Found in 5ms (ActiveRecord: 1.2ms) ActiveRecord::RecordNotFound (Couldn't find Guts::Type without an ID): activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:421:in `find_with_ids' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:71:in `find' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:20:in `find' /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:52: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.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.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.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 (53.6ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-22 12:27:54 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (6.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 78ms (Views: 66.2ms | ActiveRecord: 0.8ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 12:27:59 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.8ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined method `relation_delegate_class' for File:Class): 6: 7: <% unless @content.new_record? %> 8: <%= link_to "Metafields (#{@content.metafields.size})", content_metafields_path(@content), class: "hollow button" %> 9: <%= link_to "Attachments (#{@content.files.size})", content_files_path(@content), class: "hollow button secondary" %> 10: <% end %> 11: 12: activerecord (4.2.5) lib/active_record/relation/delegation.rb:112:in `relation_class_for' activerecord (4.2.5) lib/active_record/relation/delegation.rb:106:in `create' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:41:in `reader' activerecord (4.2.5) lib/active_record/associations/builder/association.rb:115:in `files' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:9:in `block in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb___3326087781055135156_70245689284160' 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___3326087781055135156_70245689284160' 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:8:in `___sers_tyler__evelopment_guts_app_views_guts_contents_edit_html_erb___250714899309181604_70245719769780' 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.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 (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 (52.3ms) Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 12:28:03 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Media Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (2.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 55.8ms | ActiveRecord: 0.5ms) Started GET "/guts/media/new" for ::1 at 2015-12-22 12:28:09 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (13.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (15.9ms) Completed 500 Internal Server Error in 28ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `media_index_path' for #<#:0x007fc6b1d60068>): 1: <%= form_for([@object, @media]) do |f| %> 2:
    3: <%= f.submit "Save", class: "success button" %> 4:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245733789600' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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.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/template_error.html.erb within rescues/layout (51.1ms) Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 12:29:32 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Media Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (19.8ms) Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `new_content_media_path' for #<#:0x007fc6b8177010>): 2:
    3:

    Media

    4: <% if @object %> 5: <%= link_to "New Media", new_polymorphic_path([@object, :media]), class: "button" %> 6: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 7: <% else %> 8: <%= link_to "New Media", new_media_path, class: "button" %> actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `new_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb___4143881209666968116_70245734394440' 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 (6.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 (1.1ms) 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 (49.8ms) Started GET "/guts/contents/test-page/ms" for ::1 at 2015-12-22 12:29:43 -0330 ActionController::RoutingError (No route matches [GET] "/guts/contents/test-page/ms"): 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.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 (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.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 (1.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.0ms) 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 (117.8ms) Started GET "/guts/contents/test-page/ms" for ::1 at 2015-12-22 12:32:23 -0330 ActionController::RoutingError (No route matches [GET] "/guts/contents/test-page/ms"): 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.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.8ms) 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.5ms) 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.6ms) 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 (112.5ms) Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 12:32:26 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Media Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (2.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 60.0ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 12:32:26 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 12:32:26 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 12:32:26 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 12:32:26 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 12:32:26 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 12:32:26 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 12:32:26 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 12:32:26 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 12:32:26 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 12:32:26 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 12:32:26 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 12:32:26 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 12:32:26 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 12:32:26 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 12:32:26 -0330 Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-22 12:32:29 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (14.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (16.7ms) Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `content_media_index_path' for #<#:0x007fc6b1f28c88>): 1: <%= form_for([@object, @media]) do |f| %> 2:
    3: <%= f.submit "Save", class: "success button" %> 4:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245733789600' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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.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 (1.3ms) 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.5ms) Started GET "/guts/media" for ::1 at 2015-12-22 12:32:35 -0330 Processing by Guts::MediaController#index as HTML Guts::Media Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (12.0ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined local variable or method `new_media_path' for #<#:0x007fc6b1e132f8>): 5: <%= link_to "New Media", new_polymorphic_path([@object, :medium]), class: "button" %> 6: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 7: <% else %> 8: <%= link_to "New Media", new_media_path, class: "button" %> 9: <% end %> 10:
    11: /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb___4143881209666968116_70245694544100' 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 (5.9ms) 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.5ms) 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 (49.9ms) Started GET "/guts/media" for ::1 at 2015-12-22 12:32:41 -0330 Processing by Guts::MediaController#index as HTML Guts::Media Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (1.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 53.7ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 12:32:41 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 12:32:41 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 12:32:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 12:32:41 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 12:32:41 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 12:32:41 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 12:32:41 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 12:32:41 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 12:32:41 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 12:32:41 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 12:32:41 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 12:32:41 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 12:32:41 -0330 Started GET "/guts/media/new" for ::1 at 2015-12-22 12:32:43 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (10.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (12.3ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `media_index_path' for #<#:0x007fc6b5bc0c18>): 1: <%= form_for([@object, @media]) do |f| %> 2:
    3: <%= f.submit "Save", class: "success button" %> 4:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245733789600' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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 (8.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 (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 (1.3ms) 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 (52.9ms) Started GET "/guts/media/new" for ::1 at 2015-12-22 12:33:52 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (7.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (8.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 82ms (Views: 81.8ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 12:33:52 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 12:33:52 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 12:33:52 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 12:33:52 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 12:33:52 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 12:33:52 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 12:33:52 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 12:33:52 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 12:33:52 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 12:33:52 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 12:33:52 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 12:33:52 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 12:33:52 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 12:34:01 -0330 Processing by Guts::MediaController#index as HTML Guts::Media Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (1.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 62.3ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 12:34:02 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 12:34:02 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 12:34:02 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 12:34:02 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 12:34:02 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 12:34:02 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 12:34:02 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 12:34:02 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 12:34:02 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 12:34:02 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 12:34:02 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 12:34:02 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 12:34:02 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 12:34:02 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 12:34:02 -0330 Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 12:34:02 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Media Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (4.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 131ms (Views: 128.1ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 12:34:02 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 12:34:03 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 12:34:03 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 12:34:03 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 12:34:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 12:34:03 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 12:34:03 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 12:34:03 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 12:34:03 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 12:34:03 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 12:34:03 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 12:34:03 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 12:34:03 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 12:34:03 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 12:34:03 -0330 Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-22 12:34:04 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (1.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (3.7ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `model_name' for :medium:Symbol): 1: <% mpath = if @object then [@object, :medium] else new_medium_path end %> 2: <%= form_for mpath do |f| %> 3:
    4: <%= f.submit "Save", class: "success button" %> 5:
    actionpack (4.2.5) lib/action_controller/model_naming.rb:9:in `model_name_from_record_or_class' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:433:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:2:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245719165360' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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 (6.9ms) 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.5ms) 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/template_error.html.erb within rescues/layout (54.7ms) Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-22 12:34:14 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (12.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (14.0ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `content_media_index_path' for #<#:0x007fc6b62b3890>): 1: <% mpath = if @object then [@object, @media] else new_medium_path end %> 2: <%= form_for mpath do |f| %> 3:
    4: <%= f.submit "Save", class: "success button" %> 5:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:2:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245718237140' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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 (6.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 (3.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.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 (53.3ms) Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-22 12:34:19 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (2.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (4.0ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `model_name' for :media:Symbol): 1: <% mpath = if @object then [@object, :media] else new_medium_path end %> 2: <%= form_for mpath do |f| %> 3:
    4: <%= f.submit "Save", class: "success button" %> 5:
    actionpack (4.2.5) lib/action_controller/model_naming.rb:9:in `model_name_from_record_or_class' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:433:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:2:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245718607020' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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 (6.9ms) 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.7ms) 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/template_error.html.erb within rescues/layout (49.9ms) Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-22 12:34:29 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (2.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (4.1ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `model_name' for :media:Symbol): 1: <% mpath = if @object then [@object, :media] else new_medium_path end %> 2: <%= form_for mpath do |f| %> 3:
    4: <%= f.submit "Save", class: "success button" %> 5:
    actionpack (4.2.5) lib/action_controller/model_naming.rb:9:in `model_name_from_record_or_class' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:433:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:2:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245714136540' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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 (8.2ms) 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.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.3ms) 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 (56.4ms) Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-22 12:34:32 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (2.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (3.6ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `model_name' for :medium:Symbol): 1: <% mpath = if @object then [@object, :medium] else new_medium_path end %> 2: <%= form_for mpath do |f| %> 3:
    4: <%= f.submit "Save", class: "success button" %> 5:
    actionpack (4.2.5) lib/action_controller/model_naming.rb:9:in `model_name_from_record_or_class' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:433:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:2:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245714564960' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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 (6.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 (2.9ms) 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/template_error.html.erb within rescues/layout (49.3ms) Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-22 12:34:40 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (12.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (14.0ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `content_media_index_path' for #<#:0x007fc6b8038de8>): 1: <% mpath = if @object then [@object, @media] else new_medium_path end %> 2: <%= form_for mpath do |f| %> 3:
    4: <%= f.submit "Save", class: "success button" %> 5:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:2:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245733728600' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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.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.8ms) 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 (51.8ms) Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-22 12:35:57 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (12.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (14.0ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `content_media_index_path' for #<#:0x007fc6b80be3a8>): 1: <% mpath = if @object then [@object, @media] else new_medium_path end %> 2: <%= form_for(mpath) do |f| %> 3:
    4: <%= f.submit "Save", class: "success button" %> 5:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:2:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245694608460' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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 (9.2ms) 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.8ms) 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/template_error.html.erb within rescues/layout (56.6ms) Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-22 12:36:30 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (12.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (13.9ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `content_media_index_path' for #<#:0x007fc6b3585710>): 1: <% mpath = if @object then [@object, @media] else new_medium_path end %> 2: <%= form_for(mpath) do |f| %> 3:
    4: <%= f.submit "Save", class: "success button" %> 5:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:2:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245694608460' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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 (6.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 (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 (1.1ms) 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 (51.2ms) Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-22 12:38:26 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (13.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (15.3ms) Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `content_media_index_path' for #<#:0x007fc6b364b988>): 1: <% mpath = if @object then [@object, @media] else new_medium_path end %> 2: <%= form_for([@object, @media], singular: true) do |f| %> 3:
    4: <%= f.submit "Save", class: "success button" %> 5:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:2:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245734169700' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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/template_error.html.erb within rescues/layout (50.9ms) Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-22 12:38:28 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (11.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (13.8ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `content_media_index_path' for #<#:0x007fc6b5d564b0>): 1: <% mpath = if @object then [@object, @media] else new_medium_path end %> 2: <%= form_for([@object, @media], singular: true) do |f| %> 3:
    4: <%= f.submit "Save", class: "success button" %> 5:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:2:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245734169700' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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.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 (1.1ms) 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 (51.8ms) Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-22 12:40:19 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (13.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (15.4ms) Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `content_media_index_path' for #<#:0x007fc6b8197838>): 1: <% mpath = if @object then [@object, @media] else new_medium_path end %> 2: <%= form_for([@object, @media], as: :medium) do |f| %> 3:
    4: <%= f.submit "Save", class: "success button" %> 5:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:2:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245734375760' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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 (8.2ms) 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.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 (1.3ms) 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 (55.5ms) Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-22 12:40:20 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (11.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (13.0ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `content_media_index_path' for #<#:0x007fc6b8166be8>): 1: <% mpath = if @object then [@object, @media] else new_medium_path end %> 2: <%= form_for([@object, @media], as: :medium) do |f| %> 3:
    4: <%= f.submit "Save", class: "success button" %> 5:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:2:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245734375760' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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.2ms) 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.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.1ms) 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 (59.0ms) Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-22 12:40:27 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (13.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (14.7ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `content_media_index_path' for #<#:0x007fc6b81edf30>): 1: <% mpath = if @object then [@object, @media] else new_medium_path end %> 2: <%= form_for([@object, @media]) do |f| %> 3:
    4: <%= f.submit "Save", class: "success button" %> 5:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:2:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245720716180' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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.2ms) 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.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 (59.7ms) Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-22 12:40:59 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (13.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (14.9ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `medium_content_path' for #<#:0x007fc6b5c607b8>): 1: <% mpath = if @object then [@object, @media] else new_medium_path end %> 2: <%= form_for([@media, @object]) do |f| %> 3:
    4: <%= f.submit "Save", class: "success button" %> 5:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:2:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245720868800' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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.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 (8.9ms) 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/template_error.html.erb within rescues/layout (60.2ms) Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-22 12:41:01 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (10.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (12.4ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `medium_content_path' for #<#:0x007fc6b2b00a10>): 1: <% mpath = if @object then [@object, @media] else new_medium_path end %> 2: <%= form_for([@media, @object]) do |f| %> 3:
    4: <%= f.submit "Save", class: "success button" %> 5:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:2:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245720868800' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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.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.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 (48.9ms) Started GET "/guts/contents/test-page/media/ddd" for ::1 at 2015-12-22 12:41:04 -0330 Processing by Guts::MediaController#show as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page", "id"=>"ddd"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Media Load (0.2ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 0]] Completed 404 Not Found in 3ms (ActiveRecord: 0.3ms) ActiveRecord::RecordNotFound (Couldn't find Guts::Media with 'id'=ddd): activerecord (4.2.5) lib/active_record/core.rb:155:in `find' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:47:in `set_media' 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.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.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.0ms) Started GET "/guts/contents/test-page/ms" for ::1 at 2015-12-22 12:41:07 -0330 ActionController::RoutingError (No route matches [GET] "/guts/contents/test-page/ms"): 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 (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.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 (1.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.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 (109.6ms) Started GET "/guts/contents/test-page/media/ddd" for ::1 at 2015-12-22 12:41:30 -0330 Processing by Guts::MediaController#show as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page", "id"=>"ddd"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Media Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 0]] Completed 404 Not Found in 2ms (ActiveRecord: 0.1ms) ActiveRecord::RecordNotFound (Couldn't find Guts::Media with 'id'=ddd): activerecord (4.2.5) lib/active_record/core.rb:155:in `find' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:47:in `set_media' 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.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 (2.8ms) 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 (49.5ms) Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-22 12:41:33 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (11.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (13.1ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `medium_content_path' for #<#:0x007fc6b2be25a0>): 1: <% mpath = if @object then [@object, @media] else new_medium_path end %> 2: <%= form_for([@media, @object]) do |f| %> 3:
    4: <%= f.submit "Save", class: "success button" %> 5:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:2:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245720868800' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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.1ms) 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 (51.2ms) Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-22 12:41:41 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (12.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (14.0ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `content_media_index_path' for #<#:0x007fc6b5d66e28>): 1: <% mpath = if @object then [@object, @media] else new_medium_path end %> 2: <%= form_for([@object, @media]) do |f| %> 3:
    4: <%= f.submit "Save", class: "success button" %> 5:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:2:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__591053564489830792_70245715472400' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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 (6.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 (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/template_error.html.erb within rescues/layout (51.7ms) Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-22 12:45:04 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (3.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (4.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 63.8ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 12:45:05 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 12:45:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 12:45:05 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 12:45:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 12:45:05 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 12:45:05 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 12:45:05 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 12:45:05 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 12:45:05 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 12:45:05 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 12:45:05 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 12:45:05 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 12:45:05 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 12:45:05 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 12:45:05 -0330 Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-22 12:45:53 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (2.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (5.1ms) Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.2ms) SyntaxError (/Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:3: syntax error, unexpected keyword_else, expecting keyword_end '.freeze; else ^ /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:51: syntax error, unexpected keyword_ensure, expecting keyword_end /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:53: syntax error, unexpected end-of-input, expecting keyword_end): /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:3: syntax error, unexpected keyword_else, expecting keyword_end '.freeze; else ^ /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:51: syntax error, unexpected keyword_ensure, expecting keyword_end /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:53: syntax error, unexpected end-of-input, expecting keyword_end 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb__2724407686869827166_70245717869020' 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.2ms) 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.3ms) 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 (53.8ms) Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-22 12:47:30 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (3.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (5.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 56.4ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 12:47:30 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 12:47:30 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 12:47:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 12:47:30 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 12:47:30 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 12:47:30 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 12:47:30 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 12:47:30 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 12:47:30 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 12:47:30 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 12:47:30 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 12:47:30 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 12:47:30 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 12:47:30 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 12:47:30 -0330 Started GET "/guts/media/new" for ::1 at 2015-12-22 12:47:33 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (3.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (4.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 52.7ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 12:47:33 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 12:47:33 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 12:47:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 12:47:33 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 12:47:33 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 12:47:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 12:47:33 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 12:47:33 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 12:47:34 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 12:47:34 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 12:47:34 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 12:47:34 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 12:47:34 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 12:47:34 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 12:47:34 -0330 Started GET "/guts/media/new" for ::1 at 2015-12-22 12:48:16 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (4.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (5.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 60.3ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 12:48:16 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 12:48:16 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 12:48:16 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 12:48:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 12:48:16 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 12:48:16 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 12:48:16 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 12:48:16 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 12:48:16 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 12:48:16 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 12:48:16 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 12:48:16 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 12:48:16 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 12:48:16 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 12:48:16 -0330 Started GET "/guts/media/new" for ::1 at 2015-12-22 12:48:26 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (4.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (7.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 66.8ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 12:48:26 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 12:48:26 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 12:48:26 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 12:48:26 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 12:48:26 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 12:48:26 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 12:48:26 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 12:48:26 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 12:48:26 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 12:48:26 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 12:48:26 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 12:48:26 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 12:48:26 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 12:48:26 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 12:48:26 -0330 Started GET "/guts/media/new" for ::1 at 2015-12-22 12:48:29 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (3.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (4.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 58.8ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 12:48:30 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 12:48:30 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 12:48:30 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 12:48:30 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 12:48:30 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 12:48:30 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 12:48:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 12:48:30 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 12:48:30 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 12:48:30 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 12:48:30 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 12:48:30 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 12:48:30 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 12:48:30 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 12:48:30 -0330 Started GET "/guts/media/new" for ::1 at 2015-12-22 12:50:30 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (5.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (9.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 76ms (Views: 75.8ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 12:50:31 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 12:50:31 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 12:50:31 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 12:50:31 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 12:50:31 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 12:50:31 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 12:50:31 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 12:50:31 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 12:50:31 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 12:50:31 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 12:50:31 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 12:50:31 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 12:50:31 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 12:50:31 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 12:50:31 -0330 Started GET "/guts/media/new" for ::1 at 2015-12-22 12:50:41 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (2.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (4.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 50.3ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 12:50:41 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 12:50:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 12:50:41 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 12:50:41 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 12:50:41 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 12:50:41 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 12:50:41 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 12:50:41 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 12:50:41 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 12:50:41 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 12:50:41 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 12:50:41 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 12:50:41 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 12:50:41 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 12:50:41 -0330 Started POST "/guts/media" for ::1 at 2015-12-22 12:56:01 -0330 Processing by Guts::MediaController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"oH1HdvS/cfoDiuP+r25oZkc4iXSyFMjGg2X5F//UXRZ9DFSrh5ai41W8M1gt6zPxAelNWwFClrUNDsJZe33eJg==", "commit"=>"Save", "media"=>{"file"=>#, @original_filename="sitemap.xml", @content_type="text/xml", @headers="Content-Disposition: form-data; name=\"media[file]\"; filename=\"sitemap.xml\"\r\nContent-Type: text/xml\r\n">, "title"=>"Sitemap", "caption"=>"", "tags"=>""}}  (0.1ms) begin transaction Command :: file -b --mime '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/e1da49db34b0bdfdddaba2ad6552f84820151222-5739-1wrk7jl.xml'  (0.1ms) rollback transaction Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (5.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (7.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 189ms (Views: 112.3ms | ActiveRecord: 0.4ms) Started POST "/guts/media" for ::1 at 2015-12-22 12:56:45 -0330 Processing by Guts::MediaController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ugxgCSsubn8Ei/QeZ/Kb+1b9LsNtg60whA/lfd2oRsFnfXPUWAe9ZlK9JLjld8BsECzq7N7V80MKZN4zWQHF8Q==", "commit"=>"Save", "media"=>{"file"=>#, @original_filename="sitemap.xml", @content_type="text/xml", @headers="Content-Disposition: form-data; name=\"media[file]\"; filename=\"sitemap.xml\"\r\nContent-Type: text/xml\r\n">, "title"=>"Sitemap", "caption"=>"", "tags"=>""}}  (0.1ms) begin transaction Command :: file -b --mime '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/e1da49db34b0bdfdddaba2ad6552f84820151222-5739-2dx9r3.xml'  (0.2ms) rollback transaction Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (4.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (7.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 138ms (Views: 119.7ms | ActiveRecord: 0.5ms) Started POST "/guts/media" for ::1 at 2015-12-22 12:57:29 -0330 Processing by Guts::MediaController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"m4fNpVy+cDmBfu2BSxragmWYoVI8w/E/YvCwRHgaNZ9G9t54L5ejINdIPSfJn4EVI0llfY+Vr0zsm4sK/LO2rw==", "commit"=>"Save", "media"=>{"file"=>#, @original_filename="sitemap.xml", @content_type="text/xml", @headers="Content-Disposition: form-data; name=\"media[file]\"; filename=\"sitemap.xml\"\r\nContent-Type: text/xml\r\n">, "title"=>"Sitemap", "caption"=>"", "tags"=>""}}  (0.1ms) begin transaction Command :: file -b --mime '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/e1da49db34b0bdfdddaba2ad6552f84820151222-8327-13tnmkk.xml' SQL (0.9ms) INSERT INTO "guts_media" ("title", "tags", "caption", "file_file_name", "file_content_type", "file_file_size", "file_updated_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Sitemap"], ["tags", ""], ["caption", ""], ["file_file_name", "sitemap.xml"], ["file_content_type", "text/xml"], ["file_file_size", 1966], ["file_updated_at", "2015-12-22 16:27:30.046002"], ["created_at", "2015-12-22 16:27:30.081201"], ["updated_at", "2015-12-22 16:27:30.081201"]]  (0.6ms) commit transaction Redirected to http://localhost:3000/guts/media/1 Completed 302 Found in 120ms (ActiveRecord: 3.6ms) Started GET "/guts/media/1" for ::1 at 2015-12-22 12:57:30 -0330 Processing by Guts::MediaController#show as HTML Parameters: {"id"=>"1"} Guts::Media Load (0.2ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/show.html.erb within layouts/guts/application (6.5ms) Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `title' for nil:NilClass): 2: 3:

    4: Title: 5: <%= @file.title %> 6:

    7: 8:

    /Users/tyler/Development/guts/app/views/guts/media/show.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_guts_media_show_html_erb__1159220212402912518_70201228742300' 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 (6.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.9ms) 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/template_error.html.erb within rescues/layout (54.2ms) Started GET "/guts/media" for ::1 at 2015-12-22 12:57:35 -0330 Processing by Guts::MediaController#index as HTML Guts::Media Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (4.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 540ms (Views: 538.8ms | ActiveRecord: 0.5ms) Started GET "/system/guts/media/1/medium/sitemap.xml?1450801650" for ::1 at 2015-12-22 12:57:36 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/1/medium/sitemap.xml"): 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 (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 (0.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.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 (14.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.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 (157.4ms) Started GET "/guts/media" for ::1 at 2015-12-22 13:21:01 -0330 Processing by Guts::MediaController#index as HTML Guts::Media Load (0.3ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (4.9ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `file_file_type' for #): 21: <% end %> 22: 23: <% @medias.each do |media| %> 24: <% if media.file_file_type.include? "image" %> 25: <%= image_tag media.file.url(:medium) %> 26: <% end %> 27: <% end %> activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:24:in `block in ___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb__3866801378102423025_70201202002980' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:23:in `___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb__3866801378102423025_70201202002980' 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.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 (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 (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 (57.2ms) Started GET "/guts/media" for ::1 at 2015-12-22 13:21:07 -0330 Processing by Guts::MediaController#index as HTML Guts::Media Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (4.3ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `file_type' for #): 21: <% end %> 22: 23: <% @medias.each do |media| %> 24: <% if media.file_type.include? "image" %> 25: <%= image_tag media.file.url(:medium) %> 26: <% end %> 27: <% end %> activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:24:in `block in ___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb__3866801378102423025_70201209084940' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:23:in `___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb__3866801378102423025_70201209084940' 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.3ms) 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.9ms) 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 (53.1ms) Started GET "/guts/media" for ::1 at 2015-12-22 13:21:08 -0330 Processing by Guts::MediaController#index as HTML Guts::Media Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (3.5ms) Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `file_type' for #): 21: <% end %> 22: 23: <% @medias.each do |media| %> 24: <% if media.file_type.include? "image" %> 25: <%= image_tag media.file.url(:medium) %> 26: <% end %> 27: <% end %> activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:24:in `block in ___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb__3866801378102423025_70201209084940' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:23:in `___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb__3866801378102423025_70201209084940' 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 (5.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 (2.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 (0.8ms) 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.4ms) Started GET "/guts/media" for ::1 at 2015-12-22 13:21:23 -0330 Processing by Guts::MediaController#index as HTML Guts::Media Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (1.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 54.7ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 13:21:23 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 13:21:23 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 13:21:23 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 13:21:23 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 13:21:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 13:21:23 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 13:21:23 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 13:21:23 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 13:21:23 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 13:21:23 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 13:21:23 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 13:21:23 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 13:21:23 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 13:21:23 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 13:21:23 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 13:22:30 -0330 Processing by Guts::MediaController#index as HTML Guts::Media Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (2.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 52.6ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 13:22:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 13:22:30 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 13:22:30 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 13:22:30 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 13:22:30 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 13:22:30 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 13:22:30 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 13:22:30 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 13:22:30 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 13:22:30 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 13:22:30 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 13:22:30 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 13:22:30 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 13:22:30 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 13:22:30 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 13:25:59 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Media Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (11.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 75ms (Views: 69.6ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 13:25:59 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 13:25:59 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 13:25:59 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 13:25:59 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 13:25:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 13:25:59 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 13:25:59 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 13:25:59 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 13:25:59 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 13:25:59 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 13:25:59 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 13:25:59 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 13:25:59 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 13:25:59 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 13:25:59 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 13:26:14 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Media Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 62.3ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 13:26:15 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 13:26:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 13:26:15 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 13:26:15 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 13:26:15 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 13:26:15 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 13:26:15 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 13:26:15 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 13:26:15 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 13:26:15 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 13:26:15 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 13:26:15 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 13:26:15 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 13:26:15 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 13:26:15 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 13:26:49 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Media Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (2.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 50.6ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 13:26:49 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 13:26:49 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 13:26:49 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 13:26:50 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 13:26:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 13:26:50 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 13:26:50 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 13:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 13:26:50 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 13:26:50 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 13:26:50 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 13:26:50 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 13:26:50 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 13:26:50 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 13:26:50 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 14:49:09 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Media Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (3.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 85ms (Views: 83.8ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 14:49:10 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 14:49:10 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 14:49:10 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 14:49:10 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 14:49:10 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 14:49:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 14:49:10 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 14:49:10 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 14:49:10 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 14:49:10 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 14:49:10 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 14:49:10 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 14:49:10 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 14:49:10 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 14:49:10 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 14:50:44 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Media Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (13.1ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 94ms (Views: 87.6ms | ActiveRecord: 1.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 14:50:45 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 14:50:45 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 14:50:45 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 14:50:45 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 14:50:45 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 14:50:45 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 14:50:45 -0330 Started GET "/assets/guts/application.self-9042823a0ba7ee0f4f60eaa104176cd7d355fa0ee1d3bdab313e466982c2ca00.css?body=1" for ::1 at 2015-12-22 14:50:45 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 14:50:45 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 14:50:45 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 14:50:45 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 14:50:45 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 14:50:45 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 14:50:45 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 14:50:45 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 14:51:18 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Media Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (2.4ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 181ms (Views: 180.1ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 14:51:18 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 14:51:18 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 14:51:18 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 14:51:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 14:51:18 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 14:51:18 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 14:51:18 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 14:51:18 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 14:51:18 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 14:51:18 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 14:51:18 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 14:51:18 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 14:51:18 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 14:51:19 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 14:51:19 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-22 14:51:22 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (14.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 104ms (Views: 90.7ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 14:51:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 14:51:22 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 14:51:22 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 14:51:22 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 14:51:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 14:51:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 14:51:22 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 14:51:23 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 14:51:23 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 14:51:23 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 14:51:23 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 14:51:23 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 14:51:23 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 14:51:23 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 14:51:23 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 14:51:25 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (23.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (26.9ms) Completed 500 Internal Server Error in 44ms (ActiveRecord: 1.1ms) ActionView::Template::Error (undefined method `relation_delegate_class' for File:Class): 6: 7: <% unless @content.new_record? %> 8: <%= link_to "Metafields (#{@content.metafields.size})", content_metafields_path(@content), class: "hollow button" %> 9: <%= link_to "Attachments (#{@content.files.size})", content_files_path(@content), class: "hollow button secondary" %> 10: <% end %> 11: 12: activerecord (4.2.5) lib/active_record/relation/delegation.rb:112:in `relation_class_for' activerecord (4.2.5) lib/active_record/relation/delegation.rb:106:in `create' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:41:in `reader' activerecord (4.2.5) lib/active_record/associations/builder/association.rb:115:in `files' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:9:in `block in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb__3193591010183386964_70201250935900' 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__3193591010183386964_70201250935900' 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:8:in `___sers_tyler__evelopment_guts_app_views_guts_contents_edit_html_erb__3700155763251723317_70201209426740' 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.2ms) 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.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 (2.9ms) 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 (88.4ms) Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 14:51:34 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Media Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (3.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 77ms (Views: 74.2ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 14:51:34 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 14:51:34 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 14:51:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 14:51:34 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 14:51:34 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 14:51:34 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 14:51:34 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 14:51:34 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 14:51:34 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 14:51:34 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 14:51:34 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 14:51:34 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 14:51:34 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 14:51:35 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 14:51:35 -0330 Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 14:52:33 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Media Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (19.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 106ms (Views: 89.4ms | ActiveRecord: 1.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 14:52:34 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 14:52:34 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 14:52:34 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 14:52:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 14:52:34 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 14:52:34 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 14:52:34 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 14:52:34 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 14:52:34 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 14:52:34 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 14:52:34 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 14:52:34 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 14:52:34 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 14:52:34 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 14:52:34 -0330 Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 14:52:35 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Media Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 54.6ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 14:52:35 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 14:52:35 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 14:52:35 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 14:52:35 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 14:52:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 14:52:35 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 14:52:35 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 14:52:35 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 14:52:35 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 14:52:35 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 14:52:35 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 14:52:35 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 14:52:35 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 14:52:36 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 14:52:36 -0330 Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 14:52:46 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.6ms) NoMethodError (undefined method `relation_delegate_class' for File:Class): activerecord (4.2.5) lib/active_record/relation/delegation.rb:112:in `relation_class_for' activerecord (4.2.5) lib/active_record/relation/delegation.rb:106:in `create' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:41:in `reader' activerecord (4.2.5) lib/active_record/associations/builder/association.rb:115:in `files' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (5.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.3ms) 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 (52.4ms) Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 14:53:24 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.6ms) NameError (uninitialized constant Guts::Content::Medium): activerecord (4.2.5) lib/active_record/inheritance.rb:158:in `compute_type' activerecord (4.2.5) lib/active_record/reflection.rb:295:in `compute_class' activerecord (4.2.5) lib/active_record/reflection.rb:291:in `klass' activerecord (4.2.5) lib/active_record/associations/association.rb:118:in `klass' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:41:in `reader' activerecord (4.2.5) lib/active_record/associations/builder/association.rb:115:in `media' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (5.3ms) 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.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 (1.5ms) 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/contents/test-page/media" for ::1 at 2015-12-22 14:53:25 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms) NameError (uninitialized constant Guts::Content::Medium): activerecord (4.2.5) lib/active_record/inheritance.rb:158:in `compute_type' activerecord (4.2.5) lib/active_record/reflection.rb:295:in `compute_class' activerecord (4.2.5) lib/active_record/reflection.rb:291:in `klass' activerecord (4.2.5) lib/active_record/associations/association.rb:118:in `klass' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:41:in `reader' activerecord (4.2.5) lib/active_record/associations/builder/association.rb:115:in `media' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (4.3ms) 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/diagnostics.html.erb within rescues/layout (45.2ms) Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 14:53:44 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms) NameError (uninitialized constant Guts::Content::Medium): activerecord (4.2.5) lib/active_record/inheritance.rb:158:in `compute_type' activerecord (4.2.5) lib/active_record/reflection.rb:295:in `compute_class' activerecord (4.2.5) lib/active_record/reflection.rb:291:in `klass' activerecord (4.2.5) lib/active_record/associations/association.rb:118:in `klass' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:41:in `reader' activerecord (4.2.5) lib/active_record/associations/builder/association.rb:115:in `media' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (5.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 (2.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.3ms) 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 (49.3ms) Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 14:55:48 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Completed 500 Internal Server Error in 80ms (ActiveRecord: 1.9ms) NameError (uninitialized constant Guts::Content::Medium): activerecord (4.2.5) lib/active_record/inheritance.rb:158:in `compute_type' activerecord (4.2.5) lib/active_record/reflection.rb:295:in `compute_class' activerecord (4.2.5) lib/active_record/reflection.rb:291:in `klass' activerecord (4.2.5) lib/active_record/associations/association.rb:118:in `klass' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:41:in `reader' activerecord (4.2.5) lib/active_record/associations/builder/association.rb:115:in `media' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (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 (3.7ms) 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 (10.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 (63.3ms) Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 14:56:00 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.7ms) NoMethodError (undefined method `media' for #): activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (4.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 (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 (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 (47.5ms) Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 14:56:12 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.7ms) NameError (uninitialized constant Guts::Content::Medium): activerecord (4.2.5) lib/active_record/inheritance.rb:158:in `compute_type' activerecord (4.2.5) lib/active_record/reflection.rb:295:in `compute_class' activerecord (4.2.5) lib/active_record/reflection.rb:291:in `klass' activerecord (4.2.5) lib/active_record/associations/association.rb:118:in `klass' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:41:in `reader' activerecord (4.2.5) lib/active_record/associations/builder/association.rb:115:in `medium' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (5.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 (5.7ms) 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 (51.8ms) Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 14:56:21 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Completed 500 Internal Server Error in 18ms (ActiveRecord: 1.0ms) NameError (uninitialized constant Guts::Content::Medium): activerecord (4.2.5) lib/active_record/inheritance.rb:158:in `compute_type' activerecord (4.2.5) lib/active_record/reflection.rb:295:in `compute_class' activerecord (4.2.5) lib/active_record/reflection.rb:291:in `klass' activerecord (4.2.5) lib/active_record/associations/association.rb:118:in `klass' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:41:in `reader' activerecord (4.2.5) lib/active_record/associations/builder/association.rb:115:in `media' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (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.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 (49.7ms) Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 14:57:33 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.9ms) NameError (uninitialized constant Guts::Content::Medium): activerecord (4.2.5) lib/active_record/inheritance.rb:158:in `compute_type' activerecord (4.2.5) lib/active_record/reflection.rb:295:in `compute_class' activerecord (4.2.5) lib/active_record/reflection.rb:291:in `klass' activerecord (4.2.5) lib/active_record/associations/association.rb:118:in `klass' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:41:in `reader' activerecord (4.2.5) lib/active_record/associations/builder/association.rb:115:in `media' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:10:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (4.3ms) 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.9ms) 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.4ms) Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 14:57:52 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.7ms) NameError (uninitialized constant Guts::Content::Medium): activerecord (4.2.5) lib/active_record/inheritance.rb:158:in `compute_type' activerecord (4.2.5) lib/active_record/reflection.rb:295:in `compute_class' activerecord (4.2.5) lib/active_record/reflection.rb:291:in `klass' activerecord (4.2.5) lib/active_record/associations/association.rb:118:in `klass' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:41:in `reader' activerecord (4.2.5) lib/active_record/associations/builder/association.rb:115:in `media' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:10:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (4.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 (2.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.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 (47.9ms) Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 14:58:23 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.9ms) NameError (uninitialized constant Guts::Content::Medium): activerecord (4.2.5) lib/active_record/inheritance.rb:158:in `compute_type' activerecord (4.2.5) lib/active_record/reflection.rb:295:in `compute_class' activerecord (4.2.5) lib/active_record/reflection.rb:291:in `klass' activerecord (4.2.5) lib/active_record/associations/association.rb:118:in `klass' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:41:in `reader' activerecord (4.2.5) lib/active_record/associations/builder/association.rb:115:in `media' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:10:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (4.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.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.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 (46.9ms) Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 14:58:35 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Completed 500 Internal Server Error in 25ms (ActiveRecord: 1.1ms) NameError (uninitialized constant Guts::Content::Medium): activerecord (4.2.5) lib/active_record/inheritance.rb:158:in `compute_type' activerecord (4.2.5) lib/active_record/reflection.rb:295:in `compute_class' activerecord (4.2.5) lib/active_record/reflection.rb:291:in `klass' activerecord (4.2.5) lib/active_record/associations/association.rb:118:in `klass' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:41:in `reader' activerecord (4.2.5) lib/active_record/associations/builder/association.rb:115:in `media' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:10:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (5.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.1ms) Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 14:59:31 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.7ms) NameError (uninitialized constant Guts::Content::Medium): activerecord (4.2.5) lib/active_record/inheritance.rb:158:in `compute_type' activerecord (4.2.5) lib/active_record/reflection.rb:295:in `compute_class' activerecord (4.2.5) lib/active_record/reflection.rb:291:in `klass' activerecord (4.2.5) lib/active_record/associations/association.rb:118:in `klass' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:41:in `reader' activerecord (4.2.5) lib/active_record/associations/builder/association.rb:115:in `media' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (4.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.5ms) 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 (51.1ms) Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 14:59:38 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.8ms) NameError (uninitialized constant Guts::Content::Medium): activerecord (4.2.5) lib/active_record/inheritance.rb:158:in `compute_type' activerecord (4.2.5) lib/active_record/reflection.rb:295:in `compute_class' activerecord (4.2.5) lib/active_record/reflection.rb:291:in `klass' activerecord (4.2.5) lib/active_record/associations/association.rb:118:in `klass' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:41:in `reader' activerecord (4.2.5) lib/active_record/associations/builder/association.rb:115:in `media' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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.2ms) 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.5ms) 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 (52.2ms) Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 15:00:02 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Completed 500 Internal Server Error in 20ms (ActiveRecord: 1.2ms) NameError (uninitialized constant Guts::Content::Medium): activerecord (4.2.5) lib/active_record/inheritance.rb:158:in `compute_type' activerecord (4.2.5) lib/active_record/reflection.rb:295:in `compute_class' activerecord (4.2.5) lib/active_record/reflection.rb:291:in `klass' activerecord (4.2.5) lib/active_record/associations/association.rb:118:in `klass' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:41:in `reader' activerecord (4.2.5) lib/active_record/associations/builder/association.rb:115:in `media' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (5.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 (2.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 (3.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 (52.8ms) Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 15:00:21 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.8ms) NameError (uninitialized constant Guts::Content::Medium): activerecord (4.2.5) lib/active_record/inheritance.rb:158:in `compute_type' activerecord (4.2.5) lib/active_record/reflection.rb:295:in `compute_class' activerecord (4.2.5) lib/active_record/reflection.rb:291:in `klass' activerecord (4.2.5) lib/active_record/associations/association.rb:118:in `klass' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:41:in `reader' activerecord (4.2.5) lib/active_record/associations/builder/association.rb:115:in `media' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:10:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (6.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 (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 (56.4ms) Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 15:00:35 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.7ms) NameError (uninitialized constant Guts::Content::Medium): activerecord (4.2.5) lib/active_record/inheritance.rb:158:in `compute_type' activerecord (4.2.5) lib/active_record/reflection.rb:295:in `compute_class' activerecord (4.2.5) lib/active_record/reflection.rb:291:in `klass' activerecord (4.2.5) lib/active_record/associations/association.rb:118:in `klass' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:41:in `reader' activerecord (4.2.5) lib/active_record/associations/builder/association.rb:115:in `media' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (5.3ms) 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.5ms) Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 15:01:58 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]]  (0.3ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (16.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 616ms (Views: 530.3ms | ActiveRecord: 3.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:01:59 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:01:59 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:01:59 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:01:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:01:59 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:01:59 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:01:59 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:01:59 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:01:59 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:01:59 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:01:59 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:01:59 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:01:59 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:01:59 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:01:59 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:02:15 -0330 Processing by Guts::MediaController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NameError (uninitialized constant Guts::MediaController::Media): /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (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.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 (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.2ms) Started GET "/guts/media" for ::1 at 2015-12-22 15:04:07 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (10.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 83ms (Views: 78.4ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:04:07 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:04:07 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:04:07 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:04:07 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:04:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:04:07 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:04:07 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:04:07 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:04:07 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:04:07 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:04:07 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:04:07 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:04:07 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:04:07 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:04:07 -0330 Started GET "/guts/media/new" for ::1 at 2015-12-22 15:04:28 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (2.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (7.8ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms) ActionView::Template::Error (First argument in form cannot contain nil or be empty): 1: <%= form_for([@object, @media], url: {action: "create", controller: "media"}) do |f| %> 2:

    3: <%= f.submit "Save", class: "success button" %> 4:
    actionview (4.2.5) lib/action_view/helpers/form_helper.rb:432:in `form_for' /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__1779812633324971238_70126360616220' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb___40270802490948853_70126360651580' 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 (6.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.5ms) 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 (48.1ms) Started GET "/guts/media/new" for ::1 at 2015-12-22 15:04:41 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (2.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (5.0ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `errors' for nil:NilClass): 3: <%= f.submit "Save", class: "success button" %> 4: 5: 6: <% if @media.errors.any? %> 7:
    8:
    9:
    <%= pluralize(@media.errors.count, "error") %> prohibited this content from being saved:
    /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb:6:in `block in ___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__1779812633324971238_70126402949260' 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/media/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_media__form_html_erb__1779812633324971238_70126402949260' 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/media/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_media_new_html_erb___40270802490948853_70126360651580' 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 (6.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 (3.5ms) 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/template_error.html.erb within rescues/layout (52.2ms) Started GET "/guts/media/new" for ::1 at 2015-12-22 15:04:49 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (31.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (33.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 92ms (Views: 91.8ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:04:49 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:04:49 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:04:49 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:04:49 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:04:49 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:04:49 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:04:49 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:04:49 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:04:49 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:04:49 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:04:49 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:04:49 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:04:49 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:04:49 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:04:49 -0330 Started GET "/guts/media/new" for ::1 at 2015-12-22 15:04:54 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (2.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (4.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 53.5ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:04:54 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:04:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:04:54 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:04:54 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:04:54 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:04:54 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:04:54 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:04:54 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:04:54 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:04:54 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:04:54 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:04:54 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:04:54 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:04:54 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:04:54 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:04:58 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (2.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 54.9ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:04:58 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:04:58 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:04:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:04:58 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:04:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:04:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:04:58 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:04:58 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:04:58 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:04:58 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:04:58 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:04:58 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:04:58 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:04:59 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:04:59 -0330 Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 15:05:02 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (2.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 52.0ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:05:02 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:05:02 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:05:02 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:05:02 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:05:02 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:05:02 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:05:02 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:05:02 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:05:02 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:05:02 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:05:02 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:05:02 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:05:02 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:05:02 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:05:02 -0330 Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-22 15:05:06 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (3.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (5.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 55.7ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:05:06 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:05:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:05:06 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:05:06 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:05:06 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:05:06 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:05:06 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:05:06 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:05:06 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:05:06 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:05:06 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:05:06 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:05:06 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:05:06 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:05:06 -0330 Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 15:05:13 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (1.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 51.9ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:05:14 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:05:14 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:05:14 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:05:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:05:14 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:05:14 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:05:14 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:05:14 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:05:14 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:05:14 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:05:14 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:05:14 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:05:14 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:05:14 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:05:14 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-22 15:05:25 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 53.3ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:05:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:05:25 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:05:25 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:05:25 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:05:25 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:05:25 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:05:25 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:05:25 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:05:25 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:05:25 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:05:25 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:05:25 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:05:25 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:05:25 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:05:25 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:05:26 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (2.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 69ms (Views: 68.5ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:05:26 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:05:26 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:05:26 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:05:26 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:05:26 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:05:26 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:05:26 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:05:26 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:05:26 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:05:26 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:05:27 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:05:27 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:05:27 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:05:27 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:05:27 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:06:02 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (3.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 56.3ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:06:03 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:06:03 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:06:03 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:06:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:06:03 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:06:03 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:06:03 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:06:03 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:06:03 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:06:03 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:06:03 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:06:03 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:06:03 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:06:03 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:06:03 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-22 15:06:08 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 59.4ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:06:09 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:06:09 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:06:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:06:09 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:06:09 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:06:09 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:06:09 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:06:09 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:06:09 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:06:09 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:06:09 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:06:09 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:06:09 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:06:09 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:06:09 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 15:06:10 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (9.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (13.1ms) Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.7ms) ActionView::Template::Error (undefined method `files' for #): 6: 7: <% unless @content.new_record? %> 8: <%= link_to "Metafields (#{@content.metafields.size})", content_metafields_path(@content), class: "hollow button" %> 9: <%= link_to "Attachments (#{@content.files.size})", content_files_path(@content), class: "hollow button secondary" %> 10: <% end %> 11:
    12: activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:9:in `block in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb___322932106241854694_70126404014220' 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___322932106241854694_70126404014220' 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:8:in `___sers_tyler__evelopment_guts_app_views_guts_contents_edit_html_erb__952310261490294583_70126404158140' 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 (8.2ms) 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 (2.1ms) 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 (58.2ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 15:07:05 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (3.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.2ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `files' for #): 6: 7: <% unless @content.new_record? %> 8: <%= link_to "Metafields (#{@content.metafields.size})", content_metafields_path(@content), class: "hollow button" %> 9: <%= link_to "Attachments (#{@content.files.size})", content_files_path(@content), class: "hollow button secondary" %> 10: <% end %> 11:
    12: activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:9:in `block in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb___322932106241854694_70126404014220' 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___322932106241854694_70126404014220' 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:8:in `___sers_tyler__evelopment_guts_app_views_guts_contents_edit_html_erb__952310261490294583_70126404158140' 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 (10.3ms) 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.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.3ms) 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 (55.1ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 15:07:43 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (7.3ms) 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]] Guts::Category Load (0.5ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (44.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (45.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 107ms (Views: 96.4ms | ActiveRecord: 8.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:07:43 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:07:43 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:07:43 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:07:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:07:43 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:07:43 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:07:43 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:07:43 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:07:43 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:07:43 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:07:43 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:07:43 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:07:43 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:07:43 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:07:43 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 15:07:44 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 15:07:45 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 15:09:20 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.7ms) 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]] Guts::Category Load (0.5ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (114.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (121.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 928ms (Views: 828.3ms | ActiveRecord: 5.5ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:09:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:09:21 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:09:21 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:09:21 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:09:21 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:09:21 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:09:21 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:09:21 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:09:21 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:09:21 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:09:21 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:09:21 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:09:21 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 15:09:21 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (12.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (15.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 97ms (Views: 93.5ms | ActiveRecord: 1.2ms) Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:09:21 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:09:21 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:09:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:09:22 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:09:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:09:22 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:09:22 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:09:22 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:09:22 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:09:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:09:22 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:09:22 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:09:22 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:09:22 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:09:22 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:09:22 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:09:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 15:09:23 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 15:09:24 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 15:09:24 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 15:09:24 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-22 15:11:38 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (12.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 103ms (Views: 96.2ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:11:38 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:11:38 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:11:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:11:38 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:11:38 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:11:38 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:11:38 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:11:38 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:11:38 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:11:38 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:11:38 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:11:38 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:11:38 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:11:38 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:11:38 -0330 Started GET "/guts/navigations/new" for ::1 at 2015-12-22 15:11:39 -0330 Processing by Guts::NavigationsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (2.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/new.html.erb within layouts/guts/application (4.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 59.4ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:11:39 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:11:39 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:11:39 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:11:39 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:11:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:11:39 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:11:39 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:11:39 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:11:39 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:11:39 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:11:39 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:11:39 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:11:39 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:11:39 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:11:39 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-22 15:11:41 -0330 Processing by Guts::NavigationsController#index as HTML Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (1.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 48.8ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:11:41 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:11:41 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:11:41 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:11:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:11:41 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:11:41 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:11:41 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:11:41 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:11:41 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:11:41 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:11:41 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:11:41 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:11:41 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:11:41 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:11:41 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-22 15:12:16 -0330 Processing by Guts::NavigationsController#index as HTML  (1.0ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (3.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 54.8ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:12:16 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:12:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:12:16 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:12:16 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:12:16 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:12:16 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:12:16 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:12:16 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:12:16 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:12:16 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:12:16 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:12:16 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:12:16 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:12:17 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:12:17 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-22 15:12:17 -0330 Processing by Guts::NavigationsController#index as HTML  (0.3ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (2.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 56.3ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:12:18 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:12:18 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:12:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:12:18 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:12:18 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:12:18 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:12:18 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:12:18 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:12:18 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:12:18 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:12:18 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:12:18 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:12:18 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:12:18 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:12:18 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-22 15:12:21 -0330 Processing by Guts::NavigationsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (2.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 55.1ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:12:22 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:12:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:12:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:12:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:12:22 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:12:22 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:12:22 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:12:22 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:12:22 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:12:22 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:12:22 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:12:22 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:12:22 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:12:22 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:12:22 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-22 15:12:35 -0330 Processing by Guts::NavigationsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_navigations" Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (3.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 98ms (Views: 97.0ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:12:35 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:12:35 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:12:35 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:12:35 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:12:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:12:35 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:12:35 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:12:35 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:12:35 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:12:35 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:12:35 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:12:35 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:12:35 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:12:35 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:12:35 -0330 Started GET "/guts/categories" for ::1 at 2015-12-22 15:12:37 -0330 Processing by Guts::CategoriesController#index as HTML Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (1.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 61.3ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:12:38 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:12:38 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:12:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:12:38 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:12:38 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:12:38 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:12:38 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:12:38 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:12:38 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:12:38 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:12:38 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:12:38 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:12:38 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:12:38 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:12:38 -0330 Started GET "/guts/categories" for ::1 at 2015-12-22 15:14:15 -0330 Processing by Guts::CategoriesController#index as HTML  (0.9ms) SELECT COUNT(*) FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (3.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 54.3ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:14:15 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:14:15 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:14:15 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:14:15 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:14:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:14:15 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:14:15 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:14:15 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:14:15 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:14:16 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:14:16 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:14:16 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:14:16 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:14:16 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:14:16 -0330 Started GET "/guts/types" for ::1 at 2015-12-22 15:14:18 -0330 Processing by Guts::TypesController#index as HTML Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (6.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 56.2ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:14:18 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:14:18 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:14:18 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:14:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:14:18 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:14:18 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:14:18 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:14:18 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:14:18 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:14:18 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:14:18 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:14:18 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:14:18 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:14:18 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:14:18 -0330 Started GET "/guts/types" for ::1 at 2015-12-22 15:15:49 -0330 Processing by Guts::TypesController#index as HTML  (0.4ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (8.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 66ms (Views: 65.0ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:15:49 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:15:49 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:15:49 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:15:49 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:15:49 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:15:49 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:15:49 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:15:49 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:15:49 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:15:49 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:15:49 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:15:49 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:15:49 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:15:49 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:15:49 -0330 Started GET "/guts/types/page/edit" for ::1 at 2015-12-22 15:15:51 -0330 Processing by Guts::TypesController#edit as HTML Parameters: {"id"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Type"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Type"]] Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (7.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (9.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 69ms (Views: 66.9ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:15:51 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:15:51 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:15:51 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:15:51 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:15:51 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:15:51 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:15:51 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:15:51 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:15:51 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:15:51 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:15:51 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:15:51 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:15:51 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:15:51 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:15:51 -0330 Started GET "/guts/types/page/edit" for ::1 at 2015-12-22 15:16:11 -0330 Processing by Guts::TypesController#edit as HTML Parameters: {"id"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Type"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Type"]] Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (16.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (19.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 89ms (Views: 86.9ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:16:12 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:16:12 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:16:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:16:12 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:16:12 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:16:12 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:16:12 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:16:12 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:16:12 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:16:12 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:16:12 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:16:12 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:16:12 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:16:12 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:16:12 -0330 Started GET "/guts/types/page/edit" for ::1 at 2015-12-22 15:16:27 -0330 Processing by Guts::TypesController#edit as HTML Parameters: {"id"=>"page"} Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Type"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Type"]] Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (12.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (16.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 93ms (Views: 87.8ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:16:27 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:16:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:16:27 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:16:27 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:16:27 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:16:27 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:16:27 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:16:27 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:16:27 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:16:27 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:16:27 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:16:27 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:16:27 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:16:27 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:16:27 -0330 Started GET "/guts/types/page/edit" for ::1 at 2015-12-22 15:16:33 -0330 Processing by Guts::TypesController#edit as HTML Parameters: {"id"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Type"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Type"]] Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (7.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (10.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 68ms (Views: 66.6ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:16:33 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:16:33 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:16:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:16:33 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:16:33 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:16:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:16:33 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:16:33 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:16:33 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:16:33 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:16:34 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:16:34 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:16:34 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:16:34 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:16:34 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-22 15:17:25 -0330 Processing by Guts::NavigationsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (1.4ms) Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 52.6ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:17:25 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:17:25 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:17:25 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:17:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:17:25 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:17:25 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:17:25 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:17:25 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:17:25 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:17:25 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:17:25 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:17:25 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:17:25 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:17:25 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:17:26 -0330 Started GET "/guts/navigations/new" for ::1 at 2015-12-22 15:17:26 -0330 Processing by Guts::NavigationsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (1.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/new.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 59.0ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:17:27 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:17:27 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:17:27 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:17:27 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:17:27 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:17:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:17:27 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:17:27 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:17:27 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:17:27 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:17:27 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:17:27 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:17:27 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:17:27 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:17:27 -0330 Started POST "/guts/navigations" for ::1 at 2015-12-22 15:17:31 -0330 Processing by Guts::NavigationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZRwFtWn2BxvjPGMYzpOKrrVJzw2nqMDp9sn/RlyK2224bRZoGt/UArUKs75MFtE585gLIhT+npp4osQI2CNYXQ==", "commit"=>"Save", "navigation"=>{"title"=>"Test Menu"}}  (0.1ms) begin transaction Guts::Navigation Exists (0.4ms) SELECT 1 AS one FROM "guts_navigations" WHERE ("guts_navigations"."id" IS NOT NULL) AND "guts_navigations"."slug" = ? LIMIT 1 [["slug", "test-menu"]] SQL (0.8ms) INSERT INTO "guts_navigations" ("title", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Test Menu"], ["slug", "test-menu"], ["created_at", "2015-12-22 18:47:31.353942"], ["updated_at", "2015-12-22 18:47:31.353942"]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/navigations/test-menu Completed 302 Found in 131ms (ActiveRecord: 2.0ms) Started GET "/guts/navigations/test-menu" for ::1 at 2015-12-22 15:17:31 -0330 Processing by Guts::NavigationsController#show as HTML Parameters: {"id"=>"test-menu"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/show.html.erb within layouts/guts/application (1.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 55.0ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:17:31 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:17:31 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:17:31 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:17:31 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:17:31 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:17:31 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:17:31 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:17:31 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:17:31 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:17:31 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:17:31 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:17:31 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:17:31 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:17:31 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:17:31 -0330 Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2015-12-22 15:17:31 -0330 Started GET "/guts/navigations/test-menu" for ::1 at 2015-12-22 15:18:48 -0330 Processing by Guts::NavigationsController#show as HTML Parameters: {"id"=>"test-menu"} Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/show.html.erb within layouts/guts/application (0.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 57.5ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:18:48 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:18:48 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:18:48 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:18:48 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:18:48 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:18:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:18:48 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:18:48 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:18:48 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:18:48 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:18:48 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:18:48 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:18:48 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:18:48 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:18:48 -0330 Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2015-12-22 15:18:48 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-22 15:18:49 -0330 Processing by Guts::NavigationsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (9.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 65.6ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:18:49 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:18:49 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:18:49 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:18:49 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:18:49 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:18:49 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:18:49 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:18:49 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:18:49 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:18:50 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:18:50 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:18:50 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:18:50 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:18:50 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:18:50 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-22 15:19:20 -0330 Processing by Guts::NavigationsController#index as HTML  (0.5ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (21.2ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 100ms (Views: 97.9ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:19:20 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:19:20 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:19:20 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:19:20 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:19:20 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:19:21 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:19:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:19:21 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:19:21 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:19:21 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:19:21 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:19:21 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:19:21 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:19:21 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:19:21 -0330 Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2015-12-22 15:19:24 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (9.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (12.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 112ms (Views: 79.6ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:19:24 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:19:24 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:19:24 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:19:24 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:19:24 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:19:24 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:19:24 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:19:24 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:19:24 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:19:24 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:19:24 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:19:24 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:19:24 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:19:24 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:19:24 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-22 15:19:25 -0330 Processing by Guts::NavigationsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (4.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 58.6ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:19:25 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:19:25 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:19:25 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:19:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:19:25 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:19:25 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:19:25 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:19:25 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:19:25 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:19:25 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:19:25 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:19:25 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:19:25 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:19:25 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:19:25 -0330 Started GET "/guts/navigations/test-menu/edit" for ::1 at 2015-12-22 15:19:28 -0330 Processing by Guts::NavigationsController#edit as HTML Parameters: {"id"=>"test-menu"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Navigation"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (15.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/edit.html.erb within layouts/guts/application (17.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 71ms (Views: 68.5ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:19:28 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:19:28 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:19:28 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:19:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:19:28 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:19:28 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:19:28 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:19:28 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:19:28 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:19:28 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:19:28 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:19:28 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:19:28 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:19:28 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:19:28 -0330 Started GET "/guts/navigations/test-menu/edit" for ::1 at 2015-12-22 15:20:45 -0330 Processing by Guts::NavigationsController#edit as HTML Parameters: {"id"=>"test-menu"} Guts::Navigation Load (0.4ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Navigation"]]  (0.4ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (11.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/edit.html.erb within layouts/guts/application (13.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 78ms (Views: 73.4ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:20:45 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:20:45 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:20:45 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:20:45 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:20:45 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:20:45 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:20:45 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:20:45 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:20:45 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:20:45 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:20:45 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:20:45 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:20:45 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:20:45 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:20:45 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-22 15:20:50 -0330 Processing by Guts::NavigationsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (3.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 58.4ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:20:51 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:20:51 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:20:51 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:20:51 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:20:51 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:20:51 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:20:51 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:20:51 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:20:51 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:20:51 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:20:51 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:20:51 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:20:51 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:20:51 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:20:51 -0330 Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2015-12-22 15:20:53 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (6.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 59.1ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:20:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:20:54 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:20:54 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:20:54 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:20:54 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:20:54 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:20:54 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:20:54 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:20:54 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:20:54 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:20:54 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:20:54 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:20:54 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:20:54 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:20:54 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-22 15:20:57 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (9.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 70ms (Views: 66.6ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:20:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:20:57 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:20:57 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:20:57 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:20:57 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:20:57 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:20:57 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:20:57 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:20:57 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:20:57 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:20:57 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:20:57 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:20:57 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:20:57 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:20:57 -0330 Started GET "/guts/contents/test-page" for ::1 at 2015-12-22 15:21:02 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.5ms) 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", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (7.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 73ms (Views: 69.8ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:21:03 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:21:03 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:21:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:21:03 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:21:03 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:21:03 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:21:03 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:21:03 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:21:03 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:21:03 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:21:03 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:21:03 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:21:03 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:21:03 -0330 Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2015-12-22 15:21:03 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:21:03 -0330 Started GET "/guts/contents" for ::1 at 2015-12-22 15:21:04 -0330 Processing by Guts::ContentsController#index as HTML Completed 404 Not Found in 0ms (ActiveRecord: 0.0ms) ActiveRecord::RecordNotFound (Couldn't find Guts::Type without an ID): activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:421:in `find_with_ids' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:71:in `find' friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:20:in `find' /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:52: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.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.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 (50.8ms) Started GET "/guts/contents/test-page" for ::1 at 2015-12-22 15:21:06 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (2.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 61.3ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:21:06 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:21:06 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:21:06 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:21:06 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:21:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:21:06 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:21:06 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:21:06 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:21:06 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:21:06 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:21:06 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:21:06 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:21:06 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:21:06 -0330 Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2015-12-22 15:21:06 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:21:06 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-22 15:21:12 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 54.4ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:21:12 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:21:12 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:21:12 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:21:12 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:21:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:21:12 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:21:12 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:21:12 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:21:12 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:21:12 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:21:12 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:21:12 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:21:12 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:21:12 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:21:12 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 15:21:14 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.4ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (12.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (14.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 80ms (Views: 76.9ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 15:21:14 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 15:21:15 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 15:21:15 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 15:21:15 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:21:22 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (10.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 63.2ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:21:22 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:21:22 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:21:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:21:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:21:22 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:21:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:21:22 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:21:22 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:21:22 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:21:22 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:21:22 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:21:22 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:21:22 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:21:22 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:21:22 -0330 Started GET "/guts/media/1/edit" for ::1 at 2015-12-22 15:21:24 -0330 Processing by Guts::MediaController#edit as HTML Parameters: {"id"=>"1"} Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (4.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/edit.html.erb within layouts/guts/application (6.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 73ms (Views: 71.0ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:21:25 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:21:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:21:25 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:21:25 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:21:25 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:21:25 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:21:25 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:21:25 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:21:25 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:21:25 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:21:25 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:21:25 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:21:25 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:21:25 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:21:25 -0330 Started GET "/guts/media/1/edit" for ::1 at 2015-12-22 15:22:14 -0330 Processing by Guts::MediaController#edit as HTML Parameters: {"id"=>"1"} Guts::Medium Load (0.3ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (3.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/edit.html.erb within layouts/guts/application (5.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 90ms (Views: 88.7ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:22:14 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:22:14 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:22:14 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:22:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:22:14 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:22:14 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:22:14 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:22:14 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:22:14 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:22:14 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:22:14 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:22:14 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:22:14 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:22:14 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:22:14 -0330 Started GET "/guts/media/1" for ::1 at 2015-12-22 15:22:19 -0330 Processing by Guts::MediaController#show as HTML Parameters: {"id"=>"1"} Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/show.html.erb within layouts/guts/application (15.8ms) Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `title' for nil:NilClass): 2: 3:

    4: Title: 5: <%= @file.title %> 6:

    7: 8:

    /Users/tyler/Development/guts/app/views/guts/media/show.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_guts_media_show_html_erb__2285943495038688371_70351836943000' 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.2ms) 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.3ms) 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 (57.6ms) Started GET "/guts/media/1/edit" for ::1 at 2015-12-22 15:22:21 -0330 Processing by Guts::MediaController#edit as HTML Parameters: {"id"=>"1"} Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (2.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/edit.html.erb within layouts/guts/application (3.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 55.3ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:22:21 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:22:21 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:22:21 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:22:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:22:21 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:22:21 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:22:21 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:22:21 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:22:21 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:22:21 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:22:21 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:22:21 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:22:21 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:22:21 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:22:21 -0330 Started GET "/guts/media/1/edit" for ::1 at 2015-12-22 15:22:43 -0330 Processing by Guts::MediaController#edit as HTML Parameters: {"id"=>"1"} Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (3.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/edit.html.erb within layouts/guts/application (5.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 55.2ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:22:43 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:22:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:22:43 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:22:43 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:22:43 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:22:43 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:22:43 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:22:43 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:22:43 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:22:43 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:22:43 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:22:43 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:22:43 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:22:43 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:22:43 -0330 Started GET "/guts/media/1/edit" for ::1 at 2015-12-22 15:23:00 -0330 Processing by Guts::MediaController#edit as HTML Parameters: {"id"=>"1"} Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (25.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/edit.html.erb within layouts/guts/application (28.3ms) Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 101ms (Views: 98.3ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:23:00 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:23:00 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:23:00 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:23:00 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:23:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:23:00 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:23:00 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:23:00 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:23:00 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:23:00 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:23:00 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:23:00 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:23:00 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:23:00 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:23:00 -0330 Started GET "/guts/media/1/edit" for ::1 at 2015-12-22 15:23:33 -0330 Processing by Guts::MediaController#edit as HTML Parameters: {"id"=>"1"} Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (4.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/edit.html.erb within layouts/guts/application (6.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 79ms (Views: 78.6ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:23:33 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:23:33 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:23:33 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:23:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:23:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:23:33 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:23:33 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:23:33 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:23:33 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:23:33 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:23:33 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:23:33 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:23:33 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:23:33 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:23:33 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:23:35 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (2.4ms) Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 57.9ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:23:35 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:23:35 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:23:35 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:23:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:23:35 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:23:35 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:23:35 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:23:35 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:23:35 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:23:36 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:23:36 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:23:36 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:23:36 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:23:36 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:23:36 -0330 Started GET "/guts/media/new" for ::1 at 2015-12-22 15:23:38 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (2.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (4.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 59.2ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:23:38 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:23:38 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:23:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:23:38 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:23:38 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:23:38 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:23:38 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:23:38 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:23:38 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:23:38 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:23:38 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:23:38 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:23:38 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:23:39 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:23:39 -0330 Started POST "/guts/media" for ::1 at 2015-12-22 15:23:53 -0330 Processing by Guts::MediaController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"vhkugINqLy82VfzVZwO4bpwSrEfcO6yURYY3oXZV+WBjaD1d8EP8NmBjLHPlhuP52sNoaG9t8ufL7Qzv8vx6UA==", "commit"=>"Save", "medium"=>{"file"=>#, @original_filename="Screen Shot 2015-12-09 at 1.53.48 AM.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"medium[file]\"; filename=\"Screen Shot 2015-12-09 at 1.53.48 AM.png\"\r\nContent-Type: image/png\r\n">, "title"=>"Pepper!", "caption"=>"", "tags"=>""}} Command :: file -b --mime '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/6e242b72ec3956bf3faf32867a05a7fd20151222-8628-xbr836.png' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-8628-1b7jsz4.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-8628-1b7jsz4.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-8628-1b7jsz4.png[0]' -auto-orient -resize "50x50" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/fda94c149213edbba49c53eae4950e3820151222-8628-1o6s26k' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-8628-1b7jsz4.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-8628-1b7jsz4.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-8628-1b7jsz4.png[0]' -auto-orient -resize "100x100" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/fda94c149213edbba49c53eae4950e3820151222-8628-u9d41n' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-8628-1b7jsz4.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-8628-1b7jsz4.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-8628-1b7jsz4.png[0]' -auto-orient -resize "160x160" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/fda94c149213edbba49c53eae4950e3820151222-8628-1460r6z' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-8628-1b7jsz4.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-8628-1b7jsz4.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-8628-1b7jsz4.png[0]' -auto-orient -resize "240x240" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/fda94c149213edbba49c53eae4950e3820151222-8628-pal710' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-8628-1b7jsz4.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-8628-1b7jsz4.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-8628-1b7jsz4.png[0]' -auto-orient -resize "480x480" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/fda94c149213edbba49c53eae4950e3820151222-8628-9j42qg' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-8628-1b7jsz4.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-8628-1b7jsz4.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-8628-1b7jsz4.png[0]' -auto-orient -resize "600x600" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/fda94c149213edbba49c53eae4950e3820151222-8628-1i9ncc7' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-8628-1b7jsz4.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-8628-1b7jsz4.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-8628-1b7jsz4.png[0]' -auto-orient -resize "1200x1200" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/fda94c149213edbba49c53eae4950e3820151222-8628-x4wr8e'  (0.2ms) begin transaction Command :: file -b --mime '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/6e242b72ec3956bf3faf32867a05a7fd20151222-8628-2kqfam.png' SQL (0.5ms) INSERT INTO "guts_media" ("title", "tags", "caption", "file_file_name", "file_content_type", "file_file_size", "file_updated_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Pepper!"], ["tags", ""], ["caption", ""], ["file_file_name", "Screen_Shot_2015-12-09_at_1.53.48_AM.png"], ["file_content_type", "image/png"], ["file_file_size", 1598230], ["file_updated_at", "2015-12-22 18:53:53.111431"], ["created_at", "2015-12-22 18:53:56.366753"], ["updated_at", "2015-12-22 18:53:56.366753"]]  (3.3ms) commit transaction Redirected to http://localhost:3000/guts/media/2 Completed 302 Found in 3281ms (ActiveRecord: 3.9ms) Started GET "/guts/media/2" for ::1 at 2015-12-22 15:23:56 -0330 Processing by Guts::MediaController#show as HTML Parameters: {"id"=>"2"} Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/media/show.html.erb within layouts/guts/application (3.9ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `title' for nil:NilClass): 2: 3:

    4: Title: 5: <%= @file.title %> 6:

    7: 8:

    /Users/tyler/Development/guts/app/views/guts/media/show.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_guts_media_show_html_erb__2285943495038688371_70351836943000' 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 (8.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 (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 (53.0ms) Started GET "/guts/mes" for ::1 at 2015-12-22 15:25:24 -0330 ActionController::RoutingError (No route matches [GET] "/guts/mes"): 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 (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.0ms) 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.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.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 (113.8ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-22 15:27:39 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 80ms (Views: 70.5ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:27:39 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:27:39 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:27:39 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:27:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:27:39 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:27:39 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:27:39 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:27:39 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:27:39 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:27:39 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:27:39 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:27:39 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:27:39 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:27:39 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:27:39 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:27:43 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.3ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (4.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 62.8ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:27:43 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:27:43 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:27:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:27:43 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:27:43 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:27:43 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:27:43 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:27:43 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:27:43 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:27:43 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:27:43 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:27:43 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:27:43 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:27:43 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:27:43 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:28:04 -0330 Processing by Guts::MediaController#index as HTML  (0.4ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (11.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 157ms (Views: 155.2ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:28:04 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:28:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:28:04 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:28:04 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:28:04 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:28:04 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:28:04 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:28:04 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:28:04 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:28:04 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:28:04 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:28:05 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:28:05 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:28:05 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:28:05 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:28:19 -0330 Processing by Guts::MediaController#index as HTML  (2.0ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.3ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (22.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 207ms (Views: 203.4ms | ActiveRecord: 2.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:28:19 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:28:19 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:28:19 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:28:19 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:28:19 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:28:19 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:28:19 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:28:19 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:28:19 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:28:19 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:28:19 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:28:19 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:28:19 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:28:19 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:28:19 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:28:59 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 136ms (Views: 134.8ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:29:00 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:29:00 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:29:00 -0330 Started GET "/assets/guts/metafields.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 15:29:00 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:29:00 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:29:00 -0330 Started GET "/assets/guts/application.self-18a4272f12f8d03427054ebd75dcdffb26e9d884d82b55a23d2bc0320593b448.css?body=1" for ::1 at 2015-12-22 15:29:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:29:00 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:29:00 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:29:00 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:29:00 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:29:00 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:29:00 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:29:00 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:29:00 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:30:33 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (4.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 142ms (Views: 141.6ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:30:34 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:30:34 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:30:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:30:34 -0330 Started GET "/assets/guts/application.self-758aa4b25042f0d78b2190aa918fdf9a238a53f3c02ebee169237c7e486f1dc7.css?body=1" for ::1 at 2015-12-22 15:30:34 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:30:34 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:30:34 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:30:34 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:30:34 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:30:34 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:30:34 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:30:34 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:30:34 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:30:34 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:31:35 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (4.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 53.6ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:31:35 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:31:35 -0330 Started GET "/assets/guts/application.self-758aa4b25042f0d78b2190aa918fdf9a238a53f3c02ebee169237c7e486f1dc7.css?body=1" for ::1 at 2015-12-22 15:31:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:31:35 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:31:35 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:31:35 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:31:35 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:31:35 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:31:35 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:31:35 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:31:35 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:31:35 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:31:35 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:31:35 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:32:44 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (14.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 110ms (Views: 109.1ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:32:44 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:32:44 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:32:44 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:32:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:32:44 -0330 Started GET "/assets/guts/application.self-758aa4b25042f0d78b2190aa918fdf9a238a53f3c02ebee169237c7e486f1dc7.css?body=1" for ::1 at 2015-12-22 15:32:44 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:32:44 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:32:44 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:32:44 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:32:44 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:32:44 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:32:44 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:32:44 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:32:44 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:32:54 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (5.0ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `object' for #): 36: 37:

    activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:39:in `block in ___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb___3074571191854398370_70351825875200' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:28:in `___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb___3074571191854398370_70351825875200' 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 (8.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 (10.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.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 (63.4ms) Started GET "/guts/media" for ::1 at 2015-12-22 15:33:15 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (4.6ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `filable_object' for #): 36: 37: activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:39:in `block in ___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb___3074571191854398370_70351824949720' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:28:in `___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb___3074571191854398370_70351824949720' 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 (5.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.7ms) 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 (45.7ms) Started GET "/guts/media" for ::1 at 2015-12-22 15:33:22 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.5ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (29.0ms) Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.7ms) ActionView::Template::Error (undefined method `object' for #): 36: 37: activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:39:in `block in ___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb___3074571191854398370_70351794474040' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:28:in `___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb___3074571191854398370_70351794474040' 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.5ms) 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/template_error.html.erb within rescues/layout (51.1ms) Started GET "/guts/media" for ::1 at 2015-12-22 15:33:34 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (5.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 61.8ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:33:35 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:33:35 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:33:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:33:35 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:33:35 -0330 Started GET "/assets/guts/application.self-758aa4b25042f0d78b2190aa918fdf9a238a53f3c02ebee169237c7e486f1dc7.css?body=1" for ::1 at 2015-12-22 15:33:35 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:33:35 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:33:35 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:33:35 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:33:35 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:33:35 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:33:35 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:33:35 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:33:35 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-22 15:33:40 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 58.4ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:33:40 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:33:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:33:40 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:33:40 -0330 Started GET "/assets/guts/application.self-758aa4b25042f0d78b2190aa918fdf9a238a53f3c02ebee169237c7e486f1dc7.css?body=1" for ::1 at 2015-12-22 15:33:40 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:33:40 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:33:40 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:33:40 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:33:40 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:33:40 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:33:40 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:33:40 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:33:40 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:33:40 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 15:33:41 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.5ms) 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]] Guts::Category Load (0.4ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (11.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (13.3ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 70ms (Views: 65.8ms | ActiveRecord: 1.9ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:33:41 -0330 Started GET "/assets/guts/application.self-758aa4b25042f0d78b2190aa918fdf9a238a53f3c02ebee169237c7e486f1dc7.css?body=1" for ::1 at 2015-12-22 15:33:41 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:33:41 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:33:41 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:33:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:33:41 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:33:41 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:33:41 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:33:41 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:33:41 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:33:41 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:33:41 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 15:33:42 -0330 Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 15:33:43 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (1.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 56.2ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:33:43 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:33:43 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:33:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:33:43 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:33:43 -0330 Started GET "/assets/guts/application.self-758aa4b25042f0d78b2190aa918fdf9a238a53f3c02ebee169237c7e486f1dc7.css?body=1" for ::1 at 2015-12-22 15:33:43 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:33:43 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:33:43 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:33:43 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:33:43 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:33:43 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:33:43 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:33:44 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:33:44 -0330 Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-22 15:33:44 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (2.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (4.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 62.8ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:33:44 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:33:44 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:33:44 -0330 Started GET "/assets/guts/application.self-758aa4b25042f0d78b2190aa918fdf9a238a53f3c02ebee169237c7e486f1dc7.css?body=1" for ::1 at 2015-12-22 15:33:44 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:33:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:33:44 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:33:44 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:33:44 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:33:45 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:33:45 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:33:45 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:33:45 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:33:45 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:33:45 -0330 Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 15:34:44 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (3.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 48.4ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:34:44 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:34:44 -0330 Started GET "/assets/guts/application.self-758aa4b25042f0d78b2190aa918fdf9a238a53f3c02ebee169237c7e486f1dc7.css?body=1" for ::1 at 2015-12-22 15:34:44 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:34:44 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:34:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:34:44 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:34:44 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:34:44 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:34:44 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:34:44 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:34:44 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:34:44 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:34:44 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:34:44 -0330 Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 15:34:45 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (1.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 52.4ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:34:45 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:34:45 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:34:45 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:34:45 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:34:45 -0330 Started GET "/assets/guts/application.self-758aa4b25042f0d78b2190aa918fdf9a238a53f3c02ebee169237c7e486f1dc7.css?body=1" for ::1 at 2015-12-22 15:34:45 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:34:45 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:34:45 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:34:45 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:34:45 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:34:45 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:34:45 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:34:45 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:34:45 -0330 Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-22 15:34:46 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (2.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (4.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 56.4ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:34:47 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:34:47 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:34:47 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:34:47 -0330 Started GET "/assets/guts/application.self-758aa4b25042f0d78b2190aa918fdf9a238a53f3c02ebee169237c7e486f1dc7.css?body=1" for ::1 at 2015-12-22 15:34:47 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:34:47 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:34:47 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:34:47 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:34:47 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:34:47 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:34:47 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:34:47 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:34:47 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:34:47 -0330 Started POST "/guts/contents/test-page/media" for ::1 at 2015-12-22 15:35:20 -0330 Processing by Guts::MediaController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"KJ0UB3Ahurg0OOpPCz6a2L5jK8xq5Tokja+VjoQuw2P17AfaAwhpoWIOOumJu8FP+LLv49mzZFcDxK7AAIdAUw==", "commit"=>"Save", "medium"=>{"file"=>#, @original_filename="Screen Shot 2015-12-16 at 10.16.55 AM.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"medium[file]\"; filename=\"Screen Shot 2015-12-16 at 10.16.55 AM.png\"\r\nContent-Type: image/png\r\n">, "title"=>"Screenshot", "caption"=>"", "tags"=>"", "filable_type"=>"Guts::Content", "filable_id"=>"1"}, "filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Command :: file -b --mime '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/910ee2f2b8954ffadb2e7b24e7a4912620151222-8628-b2q05t.png' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151222-8628-k3gd5l.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151222-8628-k3gd5l.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151222-8628-k3gd5l.png[0]' -auto-orient -resize "50x50" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/eeced1763707de118ac7198c640c6e9320151222-8628-1az4wi5' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151222-8628-k3gd5l.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151222-8628-k3gd5l.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151222-8628-k3gd5l.png[0]' -auto-orient -resize "100x100" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/eeced1763707de118ac7198c640c6e9320151222-8628-e5vrp7' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151222-8628-k3gd5l.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151222-8628-k3gd5l.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151222-8628-k3gd5l.png[0]' -auto-orient -resize "160x160" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/eeced1763707de118ac7198c640c6e9320151222-8628-qu32zj' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151222-8628-k3gd5l.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151222-8628-k3gd5l.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151222-8628-k3gd5l.png[0]' -auto-orient -resize "240x240" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/eeced1763707de118ac7198c640c6e9320151222-8628-ng4krp' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151222-8628-k3gd5l.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151222-8628-k3gd5l.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151222-8628-k3gd5l.png[0]' -auto-orient -resize "480x480" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/eeced1763707de118ac7198c640c6e9320151222-8628-fr74lz' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151222-8628-k3gd5l.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151222-8628-k3gd5l.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151222-8628-k3gd5l.png[0]' -auto-orient -resize "600x600" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/eeced1763707de118ac7198c640c6e9320151222-8628-u9934k' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151222-8628-k3gd5l.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151222-8628-k3gd5l.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151222-8628-k3gd5l.png[0]' -auto-orient -resize "1200x1200" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/eeced1763707de118ac7198c640c6e9320151222-8628-byzqb9'  (0.1ms) begin transaction Command :: file -b --mime '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/910ee2f2b8954ffadb2e7b24e7a4912620151222-8628-ig7d2r.png' SQL (0.6ms) INSERT INTO "guts_media" ("title", "tags", "caption", "file_file_name", "file_content_type", "file_file_size", "file_updated_at", "filable_type", "filable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Screenshot"], ["tags", ""], ["caption", ""], ["file_file_name", "Screen_Shot_2015-12-16_at_10.16.55_AM.png"], ["file_content_type", "image/png"], ["file_file_size", 129314], ["file_updated_at", "2015-12-22 19:05:20.404197"], ["filable_type", "Guts::Content"], ["filable_id", 1], ["created_at", "2015-12-22 19:05:21.704129"], ["updated_at", "2015-12-22 19:05:21.704129"]]  (1.3ms) commit transaction Redirected to http://localhost:3000/guts/contents/test-page/media Completed 302 Found in 1317ms (ActiveRecord: 2.2ms) Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 15:35:21 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Medium Load (0.3ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (10.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 121ms (Views: 117.8ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:35:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:35:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:35:22 -0330 Started GET "/assets/guts/application.self-758aa4b25042f0d78b2190aa918fdf9a238a53f3c02ebee169237c7e486f1dc7.css?body=1" for ::1 at 2015-12-22 15:35:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:35:22 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:35:22 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:35:22 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:35:22 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:35:22 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:35:22 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:35:22 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:35:22 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:35:22 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:35:22 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:35:38 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (6.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 81ms (Views: 79.7ms | ActiveRecord: 0.7ms) Started GET "/guts/media" for ::1 at 2015-12-22 15:43:28 -0330 Processing by Guts::MediaController#index as HTML  (3.5ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (12.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 152ms (Views: 147.1ms | ActiveRecord: 4.0ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:43:28 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:43:28 -0330 Started GET "/assets/guts/application.self-758aa4b25042f0d78b2190aa918fdf9a238a53f3c02ebee169237c7e486f1dc7.css?body=1" for ::1 at 2015-12-22 15:43:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:43:28 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:43:28 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:43:28 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:43:28 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:43:28 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:43:28 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:43:28 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:43:28 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:43:28 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:46:02 -0330 Processing by Guts::MediaController#index as HTML  (0.5ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (8.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 62.3ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:46:02 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:46:02 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:46:02 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:46:02 -0330 Started GET "/assets/guts/application.self-758aa4b25042f0d78b2190aa918fdf9a238a53f3c02ebee169237c7e486f1dc7.css?body=1" for ::1 at 2015-12-22 15:46:02 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:46:02 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:46:02 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:46:02 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:46:02 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:46:02 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:46:02 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:46:02 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:46:28 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 59.4ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:46:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:46:28 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:46:28 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:46:28 -0330 Started GET "/assets/guts/application.self-758aa4b25042f0d78b2190aa918fdf9a238a53f3c02ebee169237c7e486f1dc7.css?body=1" for ::1 at 2015-12-22 15:46:28 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:46:28 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:46:28 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:46:28 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:46:28 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:46:28 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:46:28 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:46:28 -0330 Started GET "/guts/contents/test-page" for ::1 at 2015-12-22 15:46:34 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) 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", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (2.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 48.0ms | ActiveRecord: 0.6ms) Started GET "/guts/media" for ::1 at 2015-12-22 15:46:51 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (25.0ms) Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `content_edit_path' for #<#:0x007ff81a6648a0>): 39: <% if media.filable %> 40:
    41: 42: Belongs to: <%= media.filable.try(:title) || media.filable_type.demodulize.humanize %> 43: 44: <% end %> 45: actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/routing_url_for.rb:100:in `url_for' /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:42:in `block in ___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb___3074571191854398370_70351785749780' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:28:in `___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb___3074571191854398370_70351785749780' 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 (6.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 (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.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 (57.2ms) Started GET "/guts/md" for ::1 at 2015-12-22 15:47:00 -0330 ActionController::RoutingError (No route matches [GET] "/guts/md"): 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 (0.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.9ms) 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.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.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 (112.4ms) Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 15:47:26 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 53.4ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:47:26 -0330 Started GET "/assets/guts/application.self-758aa4b25042f0d78b2190aa918fdf9a238a53f3c02ebee169237c7e486f1dc7.css?body=1" for ::1 at 2015-12-22 15:47:26 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:47:26 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:47:26 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:47:26 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:47:26 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:47:26 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:47:26 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:47:26 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:47:26 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:47:26 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:47:26 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:47:26 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:47:26 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:47:28 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (5.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 54.0ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:47:28 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:47:28 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:47:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:47:28 -0330 Started GET "/assets/guts/application.self-758aa4b25042f0d78b2190aa918fdf9a238a53f3c02ebee169237c7e486f1dc7.css?body=1" for ::1 at 2015-12-22 15:47:28 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:47:28 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:47:28 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:47:28 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:47:28 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:47:28 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:47:28 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:47:28 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 15:47:30 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (9.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 56.4ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 15:47:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 15:47:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 15:47:31 -0330 Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 15:47:36 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (4.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 51.2ms | ActiveRecord: 0.5ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-22 15:47:50 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 51.4ms | ActiveRecord: 0.4ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 15:47:51 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (9.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 66ms (Views: 63.1ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 15:47:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 15:47:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 15:47:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 15:47:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 15:47:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 15:47:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 15:47:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 15:47:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 15:47:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 15:47:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 15:47:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 15:47:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 15:47:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 15:47:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 15:47:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 15:47:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 15:47:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 15:47:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 15:47:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 15:47:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 15:47:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 15:47:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 15:47:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 15:47:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 15:47:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 15:47:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 15:47:52 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 15:47:52 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 15:47:52 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 15:47:52 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:47:53 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (5.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 80ms (Views: 79.4ms | ActiveRecord: 0.6ms) Started GET "/guts/media/new" for ::1 at 2015-12-22 15:48:11 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (3.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (5.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 60.2ms | ActiveRecord: 0.1ms) Started GET "/guts/media" for ::1 at 2015-12-22 15:48:14 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (6.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 55.3ms | ActiveRecord: 0.5ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 15:48:40 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 55.4ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:48:40 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:48:40 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:48:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:48:40 -0330 Started GET "/assets/guts/application.self-758aa4b25042f0d78b2190aa918fdf9a238a53f3c02ebee169237c7e486f1dc7.css?body=1" for ::1 at 2015-12-22 15:48:40 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:48:40 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 15:48:41 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 15:48:48 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (9.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 61.2ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/application.self-758aa4b25042f0d78b2190aa918fdf9a238a53f3c02ebee169237c7e486f1dc7.css?body=1" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 15:48:48 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 15:48:49 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 15:48:49 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 15:48:49 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 15:48:49 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 15:48:49 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 15:48:49 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:48:50 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (5.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 69ms (Views: 68.6ms | ActiveRecord: 0.6ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 15:49:44 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (16.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 100ms (Views: 95.4ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/application.self-758aa4b25042f0d78b2190aa918fdf9a238a53f3c02ebee169237c7e486f1dc7.css?body=1" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 15:49:44 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 15:49:45 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 15:49:45 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:51:54 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (6.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 84ms (Views: 83.2ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 15:52:02 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 15:52:02 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:52:18 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 104ms (Views: 103.2ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:52:19 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:52:19 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:52:19 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:52:19 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:52:19 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:52:19 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:52:19 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:52:19 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:52:19 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 15:53:14 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 60.4ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:53:14 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:53:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:53:14 -0330 Started GET "/assets/guts/application.self-758aa4b25042f0d78b2190aa918fdf9a238a53f3c02ebee169237c7e486f1dc7.css?body=1" for ::1 at 2015-12-22 15:53:14 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:53:14 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:53:14 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:53:14 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:53:14 -0330 Started GET "/assets/guts/media.self-63ed7296ad98a69913badd819f0d63484f859436bd3efe8f38981fd226590317.js?body=1" for ::1 at 2015-12-22 15:53:14 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:53:14 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:53:14 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:53:14 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 15:53:15 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:53:17 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (5.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 78ms (Views: 76.8ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 15:53:54 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 15:53:54 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 15:54:39 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 173ms (Views: 170.5ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:54:39 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:54:39 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:54:39 -0330 Started GET "/assets/guts/application.self-758aa4b25042f0d78b2190aa918fdf9a238a53f3c02ebee169237c7e486f1dc7.css?body=1" for ::1 at 2015-12-22 15:54:39 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:54:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:54:39 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:54:39 -0330 Started GET "/assets/guts/media.self-66e11d1fd188eed7deba041efa9c6f9bfe480f85cd676b4b0e702978ff823aa6.js?body=1" for ::1 at 2015-12-22 15:54:39 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:54:39 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:54:39 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:54:39 -0330 Started GET "/assets/guts/application.self-f0da37a8c1252229ae46c6f59288d70c80eafe421a604f8d36508a02b93d1319.js?body=1" for ::1 at 2015-12-22 15:54:39 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 15:54:40 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 15:54:41 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 15:54:41 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:54:42 -0330 Processing by Guts::MediaController#index as HTML  (0.4ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (9.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 113ms (Views: 111.3ms | ActiveRecord: 0.9ms) Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2015-12-22 15:54:43 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 15:57:12 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (9.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 163ms (Views: 160.2ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:57:12 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:57:12 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:57:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:57:12 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:57:12 -0330 Started GET "/assets/guts/application.self-758aa4b25042f0d78b2190aa918fdf9a238a53f3c02ebee169237c7e486f1dc7.css?body=1" for ::1 at 2015-12-22 15:57:12 -0330 Started GET "/assets/guts/media.self-66e11d1fd188eed7deba041efa9c6f9bfe480f85cd676b4b0e702978ff823aa6.js?body=1" for ::1 at 2015-12-22 15:57:12 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:57:12 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:57:12 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 15:57:12 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:57:12 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:57:12 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 15:57:13 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 15:57:14 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:57:15 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (9.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 110ms (Views: 108.0ms | ActiveRecord: 0.7ms) Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2015-12-22 15:57:15 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 15:59:30 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (7.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 222ms (Views: 219.3ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 15:59:30 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 15:59:30 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/media.self-4e411d07b17a7d4d28abcecdcc2c3d70d575388146b3c52f4a9cd4d7f8755694.js?body=1" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 15:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 15:59:32 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 15:59:32 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 15:59:33 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 15:59:34 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.4ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (10.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 105ms (Views: 103.3ms | ActiveRecord: 1.0ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:01:21 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (9.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 56.3ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:01:21 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:01:21 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 16:01:21 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:01:21 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:01:21 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 16:01:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:01:21 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:01:21 -0330 Started GET "/assets/guts/media.self-4e411d07b17a7d4d28abcecdcc2c3d70d575388146b3c52f4a9cd4d7f8755694.js?body=1" for ::1 at 2015-12-22 16:01:21 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:01:21 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:01:21 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:01:21 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:01:22 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:01:24 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (12.1ms) Guts::Type Load (0.7ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 124ms (Views: 122.5ms | ActiveRecord: 1.2ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:01:35 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (9.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 86ms (Views: 82.2ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:01:35 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:01:35 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:01:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:01:35 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:01:35 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 16:01:35 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 16:01:35 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:01:35 -0330 Started GET "/assets/guts/media.self-4e411d07b17a7d4d28abcecdcc2c3d70d575388146b3c52f4a9cd4d7f8755694.js?body=1" for ::1 at 2015-12-22 16:01:35 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:01:35 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:01:35 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:01:35 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:01:35 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:01:36 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:01:38 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (10.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 113ms (Views: 111.5ms | ActiveRecord: 0.8ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:02:41 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 61.8ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/media.self-4e411d07b17a7d4d28abcecdcc2c3d70d575388146b3c52f4a9cd4d7f8755694.js?body=1" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:02:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:02:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:02:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:02:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:02:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:02:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:02:42 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:02:42 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:02:42 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:02:42 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:02:43 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (9.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 102ms (Views: 101.2ms | ActiveRecord: 0.5ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:02:54 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (9.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 70ms (Views: 67.4ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/media.self-4e411d07b17a7d4d28abcecdcc2c3d70d575388146b3c52f4a9cd4d7f8755694.js?body=1" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:02:56 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:02:56 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:02:57 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.3ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (11.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 107ms (Views: 105.4ms | ActiveRecord: 0.8ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:03:30 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 55.7ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 16:03:30 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:03:30 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 16:03:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:03:30 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:03:30 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:03:30 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:03:30 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:03:30 -0330 Started GET "/assets/guts/media.self-4e411d07b17a7d4d28abcecdcc2c3d70d575388146b3c52f4a9cd4d7f8755694.js?body=1" for ::1 at 2015-12-22 16:03:30 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:03:30 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:03:30 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:03:30 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:03:30 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:03:30 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:03:31 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:03:32 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (10.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 117ms (Views: 116.2ms | ActiveRecord: 0.8ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:05:16 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.3ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (10.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 73ms (Views: 68.6ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:05:16 -0330 Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 16:05:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:05:16 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:05:16 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:05:16 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:05:16 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 16:05:16 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:05:16 -0330 Started GET "/assets/guts/media.self-4e411d07b17a7d4d28abcecdcc2c3d70d575388146b3c52f4a9cd4d7f8755694.js?body=1" for ::1 at 2015-12-22 16:05:16 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:05:17 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:05:18 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:05:19 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (9.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 105ms (Views: 104.6ms | ActiveRecord: 0.6ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:06:30 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 53.4ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/media.self-4e411d07b17a7d4d28abcecdcc2c3d70d575388146b3c52f4a9cd4d7f8755694.js?body=1" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:06:31 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:06:32 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:06:32 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:06:33 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 84ms (Views: 83.4ms | ActiveRecord: 0.6ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:09:10 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (85.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (92.0ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 1122ms (Views: 1037.1ms | ActiveRecord: 4.0ms) Started GET "/assets/guts/vendor/foundation.self-095ddd8cd93bc06a0c064cf4714b36acdfbe3794907490b107df371badfa056d.css?body=1" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/vendor/foundation.self-cb3548f05b3bb944bb057575734d2b1f8a48981901edd55cb8ad3c3b92f54e65.js?body=1" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/media.self-4e411d07b17a7d4d28abcecdcc2c3d70d575388146b3c52f4a9cd4d7f8755694.js?body=1" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/vendor/foundation.css.map" for ::1 at 2015-12-22 16:09:12 -0330 ActionController::RoutingError (No route matches [GET] "/assets/guts/vendor/foundation.css.map"): 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 (2.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 (0.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (8.0ms) 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.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.5ms) 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 (164.4ms) Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:09:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:09:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:09:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:09:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:09:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:09:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:09:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:09:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:09:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:09:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:09:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:09:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:09:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:09:13 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:09:13 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:09:13 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:09:13 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:10:44 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 318ms (Views: 315.8ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:10:44 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/foundation.self-ddab4966f8dc4e2b3ec7c25ec8150f95220f622ec3ee594c69fd7a8f7e363b5e.css?body=1" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/foundation.self-57f8cdb550b449186f2342f00dcd6859db87afd5c60340fa73aaba5b9666a565.js?body=1" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/media.self-4e411d07b17a7d4d28abcecdcc2c3d70d575388146b3c52f4a9cd4d7f8755694.js?body=1" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:10:45 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:10:46 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:10:46 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:10:46 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:10:56 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (64.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (68.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 535ms (Views: 472.6ms | ActiveRecord: 3.6ms) Started GET "/assets/guts/vendor/foundation.self-ddab4966f8dc4e2b3ec7c25ec8150f95220f622ec3ee594c69fd7a8f7e363b5e.css?body=1" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/foundation.self-57f8cdb550b449186f2342f00dcd6859db87afd5c60340fa73aaba5b9666a565.js?body=1" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/media.self-4e411d07b17a7d4d28abcecdcc2c3d70d575388146b3c52f4a9cd4d7f8755694.js?body=1" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:10:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:10:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:10:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:10:58 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:10:58 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:10:58 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:10:58 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:12:02 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (9.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 363ms (Views: 360.1ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:12:02 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:12:02 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:12:02 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:12:02 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:12:02 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:12:02 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:12:02 -0330 Started GET "/assets/guts/media.self-4e411d07b17a7d4d28abcecdcc2c3d70d575388146b3c52f4a9cd4d7f8755694.js?body=1" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:12:03 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:12:04 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:12:06 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (41.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 113ms (Views: 111.4ms | ActiveRecord: 1.2ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:14:57 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (14.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (16.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 86ms (Views: 82.3ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/media.self-4e411d07b17a7d4d28abcecdcc2c3d70d575388146b3c52f4a9cd4d7f8755694.js?body=1" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:14:58 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:14:59 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:14:59 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:15:00 -0330 Processing by Guts::MediaController#index as HTML  (0.3ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.4ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (14.9ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 124ms (Views: 122.1ms | ActiveRecord: 1.0ms) Started GET "/guts/media" for ::1 at 2015-12-22 16:16:46 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (8.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 72ms (Views: 70.9ms | ActiveRecord: 0.6ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:22:24 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (7.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 213ms (Views: 210.6ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:22:24 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:22:24 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:22:24 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:22:24 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:22:24 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:22:24 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:22:24 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:22:24 -0330 Started GET "/assets/guts/media.self-59a26ea9dbd0b6cc5fe4e8413f7186ca4a9199830fd82bca0de94c1fef3719ff.js?body=1" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:22:25 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:22:26 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:22:26 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:22:26 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:22:27 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (8.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 74ms (Views: 72.7ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:22:27 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:22:48 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 248ms (Views: 247.4ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/media.self-0303e9f3a24cfd3efad9a7a43c90511f67a33d37bc93d2f678ea2fdbd0a9b400.js?body=1" for ::1 at 2015-12-22 16:22:48 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:22:48 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:22:54 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.3ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 60.3ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:22:54 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:22:54 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:22:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:22:54 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:22:54 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:22:54 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:22:54 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:22:54 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:22:54 -0330 Started GET "/assets/guts/media.self-0303e9f3a24cfd3efad9a7a43c90511f67a33d37bc93d2f678ea2fdbd0a9b400.js?body=1" for ::1 at 2015-12-22 16:22:54 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:22:54 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:22:54 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:22:55 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:22:56 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:22:56 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:22:56 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:22:58 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 94ms (Views: 92.9ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:22:58 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:23:22 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (7.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.3ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 205ms (Views: 202.5ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/media.self-b30a16b3d18419f6f8e5349e4a0da23c1d4df19b2972618adae77ba267a000e6.js?body=1" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:23:23 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:23:24 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:23:24 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:23:24 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:23:25 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (17.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 94ms (Views: 92.8ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:23:25 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:23:35 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (5.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 277ms (Views: 276.1ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/media.self-1208ac695ca2847dbf5948d1472284bf06685053ff60164e361d3ae6d7fd515f.js?body=1" for ::1 at 2015-12-22 16:23:35 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:23:35 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:23:39 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 55.7ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:23:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:23:39 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:23:39 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:23:39 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:23:39 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:23:39 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:23:39 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:23:39 -0330 Started GET "/assets/guts/media.self-1208ac695ca2847dbf5948d1472284bf06685053ff60164e361d3ae6d7fd515f.js?body=1" for ::1 at 2015-12-22 16:23:39 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:23:39 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:23:39 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:23:39 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:23:39 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:23:39 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:23:40 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:23:41 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:23:42 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 98ms (Views: 96.9ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:23:42 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:24:13 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (7.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 209ms (Views: 206.8ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:24:14 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:24:14 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:24:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:24:14 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:24:14 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:24:14 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:24:14 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:24:14 -0330 Started GET "/assets/guts/media.self-a3231f9d846b22677a6be4ab8f8eb7fa7f6d21f4e0fb72e7a77d7df35d75cc1c.js?body=1" for ::1 at 2015-12-22 16:24:14 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:24:14 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:24:14 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:24:14 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:24:15 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:24:16 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:24:17 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (10.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 116ms (Views: 114.9ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:24:17 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:24:27 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.1ms) 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 (8.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 218ms (Views: 215.7ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:24:27 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:24:27 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:24:27 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:24:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:24:27 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:24:27 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:24:27 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:24:27 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:24:27 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:24:27 -0330 Started GET "/assets/guts/media.self-708aae50a5a8177c0733f7b54679f81b134db5729cb6564c16769a384aa366a1.js?body=1" for ::1 at 2015-12-22 16:24:27 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:24:27 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:24:28 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:24:29 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:24:29 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:24:29 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:24:30 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.5ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 83ms (Views: 82.1ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:24:31 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:25:09 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (9.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 317ms (Views: 315.8ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:25:09 -0330 Started GET "/assets/guts/media.self-ca4b87dca9754009ddfc82d3ad4a6159df33d31fbab0e6c1b27e3d8a2eda1fd7.js?body=1" for ::1 at 2015-12-22 16:25:09 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:25:47 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (8.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 262ms (Views: 260.8ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:25:48 -0330 Started GET "/assets/guts/media.self-06eb90e699ccbc1c340e57fdcf72ba446f7689d0432e0df8245519e774fe88d8.js?body=1" for ::1 at 2015-12-22 16:25:48 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:26:39 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (7.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 212ms (Views: 209.6ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/media.self-021b575407bf0f5ee8f20ac20aa5b95224715e6952c2451d7b9a11ec3d64a737.js?body=1" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:26:40 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:26:41 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:26:41 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:26:41 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:26:42 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (16.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 88ms (Views: 87.0ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:26:42 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:27:16 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (5.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 237ms (Views: 235.7ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:27:16 -0330 Started GET "/assets/guts/media.self-d0c06581371f053c5f48fb3fe51ba278a58c5bfefdf51861c6afd4c5496b21ae.js?body=1" for ::1 at 2015-12-22 16:27:16 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:27:20 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 59.0ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/media.self-d0c06581371f053c5f48fb3fe51ba278a58c5bfefdf51861c6afd4c5496b21ae.js?body=1" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:27:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:27:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:27:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:27:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:27:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:27:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:27:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:27:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:27:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:27:22 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:27:22 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:27:22 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:27:22 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:27:28 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 83ms (Views: 82.6ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:27:28 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:28:08 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (9.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 88ms (Views: 87.4ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:28:08 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:28:11 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.3ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 66.1ms | ActiveRecord: 0.7ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:28:41 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 211ms (Views: 208.2ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:28:41 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:28:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:28:41 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:28:41 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:28:41 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:28:41 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:28:41 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:28:41 -0330 Started GET "/assets/guts/media.self-30eb5723a504effabd8c4fc5795c9c1946449b5c9ec8c7067ac9feffe785a09f.js?body=1" for ::1 at 2015-12-22 16:28:41 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:28:41 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:28:41 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:28:41 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:28:42 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:28:43 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:28:45 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (9.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 119ms (Views: 117.6ms | ActiveRecord: 0.7ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:29:12 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 59.2ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:29:12 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:29:12 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:29:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:29:12 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:29:12 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:29:12 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:29:12 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:29:12 -0330 Started GET "/assets/guts/media.self-30eb5723a504effabd8c4fc5795c9c1946449b5c9ec8c7067ac9feffe785a09f.js?body=1" for ::1 at 2015-12-22 16:29:12 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:29:12 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:29:12 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:29:12 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:29:12 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:29:12 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:29:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:29:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:29:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:29:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:29:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:29:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:29:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:29:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:29:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:29:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:29:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:29:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:29:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:29:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:29:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:29:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:29:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:29:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:29:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:29:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:29:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:29:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:29:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:29:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:29:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:29:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:29:13 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:29:13 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:29:13 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:29:13 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:29:14 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (8.3ms) Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 103ms (Views: 101.8ms | ActiveRecord: 1.1ms) Started GET "/guts/media" for ::1 at 2015-12-22 16:29:53 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (6.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 256ms (Views: 254.4ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/media.self-92e8c43fb9520c70191ebab8ef29e807bf9a3239a25a3e2c38b7b82a05b55297.js?body=1" for ::1 at 2015-12-22 16:29:53 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:29:56 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 59.7ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:29:56 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:29:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:29:56 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:29:56 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:29:56 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:29:56 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:29:56 -0330 Started GET "/assets/guts/media.self-92e8c43fb9520c70191ebab8ef29e807bf9a3239a25a3e2c38b7b82a05b55297.js?body=1" for ::1 at 2015-12-22 16:29:56 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:29:56 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:29:56 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:29:56 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:29:57 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:29:58 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:29:58 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:30:00 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.7ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 167ms (Views: 165.9ms | ActiveRecord: 0.8ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:30:57 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 222ms (Views: 219.0ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:30:57 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:30:57 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:30:57 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:30:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:30:57 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:30:57 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:30:57 -0330 Started GET "/assets/guts/media.self-4bb177705cb86340e505ef3fe834b3a5cc95837163cfa2a12849a7629ca4fa8a.js?body=1" for ::1 at 2015-12-22 16:30:57 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:30:58 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:30:59 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:30:59 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:30:59 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:31:00 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (6.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 86ms (Views: 84.7ms | ActiveRecord: 0.5ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:31:08 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (9.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 216ms (Views: 213.4ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:31:08 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:31:08 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:31:08 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:31:08 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:31:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/media.self-3f7d81fa64279673d808130b34eaca43a147415d4b1f7d92b288762386c44a93.js?body=1" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:31:09 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:31:10 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:31:10 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:31:10 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:31:11 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (8.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 95ms (Views: 94.0ms | ActiveRecord: 0.7ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:31:22 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 220ms (Views: 217.0ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:31:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:31:22 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:31:22 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:31:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:31:22 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:31:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:31:22 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:31:22 -0330 Started GET "/assets/guts/media.self-ade1465bd52ab6d4eb87731bf9a129d7ff4ac2c48853c7b4af437ed11bb357a0.js?body=1" for ::1 at 2015-12-22 16:31:22 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:31:22 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:31:22 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:31:22 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:31:23 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:31:24 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:31:24 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:31:24 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:31:26 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (9.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 100ms (Views: 98.9ms | ActiveRecord: 0.7ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:31:35 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 233ms (Views: 230.3ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/media.self-c347ca4fa0c4301a14a8ac98028ee75b93708e10734689553a6ab7a082edb532.js?body=1" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:31:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:31:37 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:31:37 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:31:37 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:31:37 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:31:42 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.3ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (8.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 98ms (Views: 96.8ms | ActiveRecord: 0.7ms) Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:31:42 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:32:08 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 230ms (Views: 227.6ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:32:08 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:32:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:32:08 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:32:08 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:32:08 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:32:08 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:32:08 -0330 Started GET "/assets/guts/media.self-748a5b990600f3b8409655c3cfc3c82bb6d91151fef941e062ca88fa86c846bb.js?body=1" for ::1 at 2015-12-22 16:32:08 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:32:08 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:32:08 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:32:08 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:32:09 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:32:10 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:32:10 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:32:10 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:32:11 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (8.1ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 79ms (Views: 77.8ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:32:11 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:33:00 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (7.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 62.0ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:33:00 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:33:00 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:33:00 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:33:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:33:00 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:33:00 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:33:00 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:33:00 -0330 Started GET "/assets/guts/media.self-748a5b990600f3b8409655c3cfc3c82bb6d91151fef941e062ca88fa86c846bb.js?body=1" for ::1 at 2015-12-22 16:33:00 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:33:00 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:33:00 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:33:00 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:33:00 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:33:00 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:33:01 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:33:02 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (8.7ms) Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 93ms (Views: 92.0ms | ActiveRecord: 1.0ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:34:29 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (10.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (12.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 217ms (Views: 214.2ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:34:29 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:34:29 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:34:29 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:34:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:34:29 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/media.self-a8976c07ad3cf39bd47e5364ceb1cacf15c5c89baa2fb53a67acbe2954771c4c.js?body=1" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:34:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:34:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:34:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:34:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:34:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:34:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:34:31 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:34:31 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:34:31 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:34:31 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:34:33 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (8.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 80ms (Views: 79.2ms | ActiveRecord: 0.6ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:36:55 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (7.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 204ms (Views: 201.4ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:36:55 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:36:55 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:36:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:36:55 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:36:55 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:36:55 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:36:55 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:36:55 -0330 Started GET "/assets/guts/media.self-e310a74e1bb5274e29949e3eac9261c9f77178cc6bdbfaf09ac6ac6ecd8f6993.js?body=1" for ::1 at 2015-12-22 16:36:55 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:36:55 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:36:55 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:36:55 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:36:55 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:36:55 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:36:56 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:36:57 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (8.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 88ms (Views: 86.9ms | ActiveRecord: 0.7ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:37:30 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (14.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (16.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 213ms (Views: 210.5ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/media.self-bc6476e79a1aba9fa4a358ef663bebb378ffa83cc100ef73cdc0f69f8d84b6dc.js?body=1" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:37:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:37:32 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:37:32 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:37:32 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:37:32 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:37:32 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:37:32 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:37:32 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:37:32 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:37:32 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:37:32 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:37:32 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:37:32 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:37:32 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:37:32 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:37:32 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:37:34 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (8.5ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 97ms (Views: 96.3ms | ActiveRecord: 0.8ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:39:06 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (7.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 205ms (Views: 203.0ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:39:07 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:39:07 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:39:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:39:07 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:39:07 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:39:07 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:39:07 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:39:07 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:39:07 -0330 Started GET "/assets/guts/media.self-4012927d704da32c80c5dbeaae47932fcd8e065085709123bc9485455211686c.js?body=1" for ::1 at 2015-12-22 16:39:07 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:39:07 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:39:07 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:39:07 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:39:07 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:39:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:39:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:39:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:39:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:39:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:39:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:39:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:39:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:39:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:39:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:39:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:39:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:39:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:39:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:39:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:39:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:39:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:39:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:39:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:39:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:39:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:39:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:39:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:39:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:39:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:39:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:39:08 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:39:08 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:39:08 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:39:08 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:39:09 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 101ms (Views: 100.6ms | ActiveRecord: 0.6ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:42:21 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (7.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 212ms (Views: 209.0ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:42:22 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:42:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:42:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:42:22 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:42:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:42:22 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:42:22 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:42:22 -0330 Started GET "/assets/guts/media.self-12613125eeb9fcffafefea7bb734faa7832340a5bddf9935341fbc2b9e8a512f.js?body=1" for ::1 at 2015-12-22 16:42:22 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:42:22 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:42:22 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:42:22 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:42:22 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:42:22 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:42:23 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:42:24 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:42:24 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:42:25 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (11.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 124ms (Views: 122.6ms | ActiveRecord: 0.7ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:43:57 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (9.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 208ms (Views: 204.7ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:43:57 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:43:57 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:43:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:43:57 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:43:57 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:43:57 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:43:57 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:43:57 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:43:57 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:43:57 -0330 Started GET "/assets/guts/application.self-fa21eb06608f2a3a0fde73ed4f928ea3559efd513b2c2e119aeb2305d5edd8c8.js?body=1" for ::1 at 2015-12-22 16:43:57 -0330 Started GET "/assets/guts/media.self-1625c33cd681d108abf5f2efe8840f120389f3accb7695af0c254d31a4b26f7d.js?body=1" for ::1 at 2015-12-22 16:43:57 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:43:58 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:43:59 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:43:59 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:44:00 -0330 Processing by Guts::MediaController#index as HTML  (0.3ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (22.4ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 124ms (Views: 123.1ms | ActiveRecord: 0.9ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:46:04 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (9.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 215ms (Views: 212.1ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:46:05 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:46:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:46:05 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:46:05 -0330 Started GET "/assets/guts/media.self-2488f0aaecada1cf7c219e19f01c999ce614cd8f179c246c62cef402fd92326d.js?body=1" for ::1 at 2015-12-22 16:46:05 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:46:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:46:05 -0330 Started GET "/assets/guts/application.self-db74ea90f019c03eec749cddb608fb6500cd38673dc4bd9de5d99429994f77a2.css?body=1" for ::1 at 2015-12-22 16:46:05 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:46:05 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:46:05 -0330 Started GET "/assets/guts/application.self-2316a9bac9a09fabc8070437cde3c6c6a52912a219f22d13f6bb971f45807b41.js?body=1" for ::1 at 2015-12-22 16:46:05 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:46:05 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:46:07 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:46:16 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.7ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (9.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 109ms (Views: 106.8ms | ActiveRecord: 1.1ms) Started GET "/guts/media" for ::1 at 2015-12-22 16:46:24 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (9.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 120ms (Views: 119.3ms | ActiveRecord: 0.7ms) Started GET "/guts/media" for ::1 at 2015-12-22 16:46:57 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 99ms (Views: 98.1ms | ActiveRecord: 0.6ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:49:52 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (9.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 445ms (Views: 442.0ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:49:53 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:49:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:49:53 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-22 16:49:53 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:49:53 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:49:53 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:49:53 -0330 Started GET "/assets/guts/media.self-2488f0aaecada1cf7c219e19f01c999ce614cd8f179c246c62cef402fd92326d.js?body=1" for ::1 at 2015-12-22 16:49:53 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:49:53 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:49:53 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-22 16:49:53 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:49:53 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:49:54 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:49:55 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:49:55 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:49:55 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 16:50:45 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (9.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 93ms (Views: 92.3ms | ActiveRecord: 0.7ms) Started PATCH "/guts/contents/test-page" for ::1 at 2015-12-22 16:51:16 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DYwzokRK7Erl9Lj1Iq5p8AnwhvUKXeGi+hzprS/gJYDQ/SB/N2M/U7PCaFOgKzJnTyFC2rkLv9F0d9Ljq0mmsA==", "commit"=>"Save Page", "content"=>{"title"=>"Test Page", "slug"=>"test-page", "type_id"=>"1", "content"=>"

    Hi!\"\"

    ", "visible"=>"1", "category_ids"=>[""]}, "id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Guts::Category Load (0.2ms) 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", 1]] SQL (0.4ms) UPDATE "guts_contents" SET "content" = ?, "updated_at" = ? WHERE "guts_contents"."id" = ? [["content", "

    Hi!\"\"

    "], ["updated_at", "2015-12-22 20:21:16.883298"], ["id", 1]]  (0.8ms) commit transaction Redirected to http://localhost:3000/guts/contents?type=page Completed 302 Found in 22ms (ActiveRecord: 1.6ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-22 16:51:16 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 64.2ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:51:17 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:51:17 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:51:17 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:51:17 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:51:17 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-22 16:51:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:51:17 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:51:17 -0330 Started GET "/assets/guts/media.self-2488f0aaecada1cf7c219e19f01c999ce614cd8f179c246c62cef402fd92326d.js?body=1" for ::1 at 2015-12-22 16:51:17 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:51:17 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:51:17 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-22 16:51:17 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:51:17 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:51:17 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 16:51:19 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (9.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 60.5ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/media.self-2488f0aaecada1cf7c219e19f01c999ce614cd8f179c246c62cef402fd92326d.js?body=1" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 16:51:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 16:51:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 16:51:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 16:51:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 16:51:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 16:51:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 16:51:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 16:51:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 16:51:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 16:51:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 16:51:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 16:51:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 16:51:20 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 16:51:20 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 16:51:20 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 16:51:20 -0330 Started GET "/guts/contents/test-s" for ::1 at 2015-12-22 18:57:50 -0330 Processing by Guts::ContentsController#show as HTML Parameters: {"id"=>"test-s"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-s"]] Completed 404 Not Found in 60ms (ActiveRecord: 3.4ms) 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:48: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.5ms) 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 (10.7ms) 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 (60.2ms) Started GET "/guts/conten" for ::1 at 2015-12-22 18:57:54 -0330 ActionController::RoutingError (No route matches [GET] "/guts/conten"): 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 (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.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 (9.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.3ms) 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 (141.5ms) Started GET "/guts/cox" for ::1 at 2015-12-22 18:59:28 -0330 ActionController::RoutingError (No route matches [GET] "/guts/cox"): 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 (0.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (10.6ms) 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.5ms) 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 (122.7ms) Started GET "/guts/media" for ::1 at 2015-12-22 19:00:01 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.3ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (92.7ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 786ms (Views: 780.8ms | ActiveRecord: 2.0ms) Started GET "/system/guts/media/files/000/000/002/small/Screen_Shot_2015-12-09_at_1.53.48_AM.png?1450810433" for ::1 at 2015-12-22 19:00:02 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/files/000/000/002/small/Screen_Shot_2015-12-09_at_1.53.48_AM.png"): 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 (0.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 (5.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 (2.7ms) 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.7ms) 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 (159.2ms) Started GET "/system/guts/media/files/000/000/003/small/Screen_Shot_2015-12-16_at_10.16.55_AM.png?1450811120" for ::1 at 2015-12-22 19:00:02 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/files/000/000/003/small/Screen_Shot_2015-12-16_at_10.16.55_AM.png"): 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.4ms) 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.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (17.5ms) 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.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.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 (143.6ms) Started GET "/guts/media" for ::1 at 2015-12-22 19:22:36 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (3.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 85ms (Views: 80.7ms | ActiveRecord: 1.2ms) Started GET "/guts/media/new" for ::1 at 2015-12-22 19:22:38 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (26.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (29.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 98ms (Views: 90.4ms | ActiveRecord: 0.4ms) Started POST "/guts/media" for ::1 at 2015-12-22 19:22:49 -0330 Processing by Guts::MediaController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"v5ssbdlQWB1VnO3EjV/oRBMG5To3xZ65Nnxrs2UBkF9i6j+wqnmLBAOqPWIP2rPTVdchFYSTwMq4F1D94agTbw==", "commit"=>"Save", "medium"=>{"file"=>#, @original_filename="Screen Shot 2015-12-09 at 1.53.48 AM.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"medium[file]\"; filename=\"Screen Shot 2015-12-09 at 1.53.48 AM.png\"\r\nContent-Type: image/png\r\n">, "title"=>"Pepper!", "caption"=>"", "tags"=>""}} Command :: file -b --mime '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/6e242b72ec3956bf3faf32867a05a7fd20151222-10364-kad1m9.png' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10364-eeoq64.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10364-eeoq64.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10364-eeoq64.png[0]' -auto-orient -resize "50x50" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/c47226c0ad5cf37976d72204abbd1ad420151222-10364-laivdi' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10364-eeoq64.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10364-eeoq64.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10364-eeoq64.png[0]' -auto-orient -resize "100x100" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/c47226c0ad5cf37976d72204abbd1ad420151222-10364-53s66' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10364-eeoq64.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10364-eeoq64.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10364-eeoq64.png[0]' -auto-orient -resize "160x160" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/c47226c0ad5cf37976d72204abbd1ad420151222-10364-icc6zp' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10364-eeoq64.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10364-eeoq64.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10364-eeoq64.png[0]' -auto-orient -resize "240x240" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/c47226c0ad5cf37976d72204abbd1ad420151222-10364-ybx7rw' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10364-eeoq64.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10364-eeoq64.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10364-eeoq64.png[0]' -auto-orient -resize "480x480" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/c47226c0ad5cf37976d72204abbd1ad420151222-10364-11ksrfs' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10364-eeoq64.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10364-eeoq64.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10364-eeoq64.png[0]' -auto-orient -resize "600x600" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/c47226c0ad5cf37976d72204abbd1ad420151222-10364-1ot667d' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10364-eeoq64.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10364-eeoq64.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10364-eeoq64.png[0]' -auto-orient -resize "1200x1200" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/c47226c0ad5cf37976d72204abbd1ad420151222-10364-48cpj6'  (0.1ms) begin transaction Command :: file -b --mime '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/6e242b72ec3956bf3faf32867a05a7fd20151222-10364-1qegngf.png' SQL (0.6ms) INSERT INTO "guts_media" ("title", "tags", "caption", "file_file_name", "file_content_type", "file_file_size", "file_updated_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Pepper!"], ["tags", ""], ["caption", ""], ["file_file_name", "Screen_Shot_2015-12-09_at_1.53.48_AM.png"], ["file_content_type", "image/png"], ["file_file_size", 1598230], ["file_updated_at", "2015-12-22 22:52:49.082999"], ["created_at", "2015-12-22 22:52:52.414728"], ["updated_at", "2015-12-22 22:52:52.414728"]]  (4.7ms) commit transaction Redirected to http://localhost:3000/guts/media Completed 302 Found in 3356ms (ActiveRecord: 5.4ms) Started GET "/guts/media" for ::1 at 2015-12-22 19:22:52 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (4.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 91ms (Views: 90.2ms | ActiveRecord: 0.4ms) Started GET "/guts/media/new" for ::1 at 2015-12-22 19:26:09 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (13.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (15.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 90ms (Views: 76.1ms | ActiveRecord: 1.2ms) Started POST "/guts/media" for ::1 at 2015-12-22 19:26:20 -0330 Processing by Guts::MediaController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"KDPKRhiOhXBluQHIO8pJhiVeCixQwtoUNQyU6YMncWr1Qtmba6dWaTOP0W65TxIRY4/OA+OUhGe7Z6+nB47yWg==", "commit"=>"Save", "medium"=>{"file"=>#, @original_filename="Screen Shot 2015-12-09 at 1.53.48 AM.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"medium[file]\"; filename=\"Screen Shot 2015-12-09 at 1.53.48 AM.png\"\r\nContent-Type: image/png\r\n">, "title"=>"Pepper!", "caption"=>"", "tags"=>""}} Command :: file -b --mime '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/6e242b72ec3956bf3faf32867a05a7fd20151222-10593-1uzbt85.png' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10593-hnue56.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10593-hnue56.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10593-hnue56.png[0]' -auto-orient -resize "50x50" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/1ef62ea4ebfe33ed5487224a8ac204c820151222-10593-s7w9fq' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10593-hnue56.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10593-hnue56.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10593-hnue56.png[0]' -auto-orient -resize "100x100" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/1ef62ea4ebfe33ed5487224a8ac204c820151222-10593-9ovfkl' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10593-hnue56.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10593-hnue56.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10593-hnue56.png[0]' -auto-orient -resize "160x160" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/1ef62ea4ebfe33ed5487224a8ac204c820151222-10593-gn6v4k' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10593-hnue56.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10593-hnue56.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10593-hnue56.png[0]' -auto-orient -resize "240x240" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/1ef62ea4ebfe33ed5487224a8ac204c820151222-10593-1gkyq4a' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10593-hnue56.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10593-hnue56.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10593-hnue56.png[0]' -auto-orient -resize "480x480" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/1ef62ea4ebfe33ed5487224a8ac204c820151222-10593-1rrjemg' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10593-hnue56.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10593-hnue56.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10593-hnue56.png[0]' -auto-orient -resize "600x600" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/1ef62ea4ebfe33ed5487224a8ac204c820151222-10593-19gecst' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10593-hnue56.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10593-hnue56.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/51a32ecb348deadd925fdc70b4b99f0720151222-10593-hnue56.png[0]' -auto-orient -resize "1200x1200" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/1ef62ea4ebfe33ed5487224a8ac204c820151222-10593-q1rjek'  (0.2ms) begin transaction Command :: file -b --mime '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/6e242b72ec3956bf3faf32867a05a7fd20151222-10593-a8inay.png' SQL (2.5ms) INSERT INTO "guts_media" ("title", "tags", "caption", "file_file_name", "file_content_type", "file_file_size", "file_updated_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Pepper!"], ["tags", ""], ["caption", ""], ["file_file_name", "Screen_Shot_2015-12-09_at_1.53.48_AM.png"], ["file_content_type", "image/png"], ["file_file_size", 1598230], ["file_updated_at", "2015-12-22 22:56:20.326507"], ["created_at", "2015-12-22 22:56:24.077630"], ["updated_at", "2015-12-22 22:56:24.077630"]]  (3.5ms) commit transaction Redirected to http://localhost:3000/guts/media Completed 302 Found in 3862ms (ActiveRecord: 8.4ms) Started GET "/guts/media" for ::1 at 2015-12-22 19:26:24 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.4ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (20.8ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 640ms (Views: 639.0ms | ActiveRecord: 1.0ms) Started GET "/guts/media/new" for ::1 at 2015-12-22 19:26:41 -0330 Processing by Guts::MediaController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (34.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (40.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 89ms (Views: 88.4ms | ActiveRecord: 0.1ms) Started POST "/guts/media" for ::1 at 2015-12-22 19:27:00 -0330 Processing by Guts::MediaController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"10pe+v/ruZD6UhBqWFp1BQJ6sqYJxvHhKcgqoTfz2JIKO00njMJqiaxkwMza3y6SRKt2ibqQr5KnoxHvs1pbog==", "commit"=>"Save", "medium"=>{"file"=>#, @original_filename="complete-f6.zip", @content_type="application/zip", @headers="Content-Disposition: form-data; name=\"medium[file]\"; filename=\"complete-f6.zip\"\r\nContent-Type: application/zip\r\n">, "title"=>"Test Zip", "caption"=>"", "tags"=>""}}  (0.1ms) begin transaction Command :: file -b --mime '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/e6e657cc6f89db595740ea8b31fe822f20151222-10593-1mmh0vm.zip'  (0.1ms) rollback transaction Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (7.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (10.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 105ms (Views: 85.1ms | ActiveRecord: 0.4ms) Started POST "/guts/media" for ::1 at 2015-12-22 19:27:19 -0330 Processing by Guts::MediaController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5bGARkSIvS+d+rpEEzh8gT0hbSfqu+yRsnKVtVr39gI4wJObN6FuNsvMauKRvScWe/CpCFntsuI8Ga773l51Mg==", "commit"=>"Save", "medium"=>{"file"=>#, @original_filename="complete-f6.zip", @content_type="application/zip", @headers="Content-Disposition: form-data; name=\"medium[file]\"; filename=\"complete-f6.zip\"\r\nContent-Type: application/zip\r\n">, "title"=>"Test Zip", "caption"=>"", "tags"=>""}}  (0.1ms) begin transaction Command :: file -b --mime '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/e6e657cc6f89db595740ea8b31fe822f20151222-10593-fit4pr.zip'  (0.2ms) rollback transaction Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (7.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (8.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 100ms (Views: 83.5ms | ActiveRecord: 0.4ms) Started POST "/guts/media" for ::1 at 2015-12-22 19:27:38 -0330 Processing by Guts::MediaController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"LvY9550qvbQXDPr7KXkww61VNx17/gJqh4dxsg5l35Tzhy467gNurUE6Kl2r/GtU64TzMsioXBkJ7Er8isxcpA==", "commit"=>"Save", "medium"=>{"file"=>#, @original_filename="complete-f6.zip", @content_type="application/zip", @headers="Content-Disposition: form-data; name=\"medium[file]\"; filename=\"complete-f6.zip\"\r\nContent-Type: application/zip\r\n">, "title"=>"Test Zip", "caption"=>"", "tags"=>""}}  (0.1ms) begin transaction Command :: file -b --mime '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/e6e657cc6f89db595740ea8b31fe822f20151222-10593-m4gyys.zip'  (0.1ms) rollback transaction Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (5.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (7.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 100ms (Views: 81.5ms | ActiveRecord: 0.5ms) Started POST "/guts/media" for ::1 at 2015-12-22 19:28:08 -0330 Processing by Guts::MediaController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZHFDfON9BUd6R4yQtUb88aBEb/pOt9Uj7C8tH1rLQty5AFChkFTWXixxXDY3w6dm5pWr1f3hi1BiRBZR3mLB7A==", "commit"=>"Save", "medium"=>{"file"=>#, @original_filename="complete-f6.zip", @content_type="application/zip", @headers="Content-Disposition: form-data; name=\"medium[file]\"; filename=\"complete-f6.zip\"\r\nContent-Type: application/zip\r\n">, "title"=>"Test Zip", "caption"=>"", "tags"=>""}}  (0.1ms) begin transaction Command :: file -b --mime '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/e6e657cc6f89db595740ea8b31fe822f20151222-10759-ueffsy.zip' SQL (0.9ms) INSERT INTO "guts_media" ("title", "tags", "caption", "file_file_name", "file_content_type", "file_file_size", "file_updated_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Test Zip"], ["tags", ""], ["caption", ""], ["file_file_name", "complete-f6.zip"], ["file_content_type", "application/zip"], ["file_file_size", 166314], ["file_updated_at", "2015-12-22 22:58:08.714412"], ["created_at", "2015-12-22 22:58:08.727813"], ["updated_at", "2015-12-22 22:58:08.727813"]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/media Completed 302 Found in 82ms (ActiveRecord: 3.9ms) Started GET "/guts/media" for ::1 at 2015-12-22 19:28:08 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (13.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 500ms (Views: 498.3ms | ActiveRecord: 0.7ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-22 19:28:19 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (11.6ms) Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 105ms (Views: 90.4ms | ActiveRecord: 1.2ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 19:28:21 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (65.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (69.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 140ms (Views: 129.6ms | ActiveRecord: 1.8ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 19:28:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 19:28:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 19:28:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 19:28:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 19:28:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 19:28:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 19:28:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 19:28:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 19:28:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 19:28:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 19:28:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 19:28:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 19:28:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 19:28:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 19:28:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 19:28:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 19:28:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 19:28:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 19:28:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 19:28:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 19:28:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 19:28:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 19:28:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 19:28:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 19:28:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 19:28:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 19:28:22 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 19:28:22 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 19:28:22 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 19:28:22 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 19:28:29 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (3.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 94ms (Views: 93.4ms | ActiveRecord: 0.4ms) Started GET "/guts/media/5/editor_insert" for ::1 at 2015-12-22 19:28:32 -0330 AbstractController::ActionNotFound (The action 'editor_insert' could not be found for Guts::MediaController): actionpack (4.2.5) lib/abstract_controller/base.rb:132: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/unknown_action.html.erb within rescues/layout (0.5ms) Started GET "/guts/media" for ::1 at 2015-12-22 19:32:00 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (15.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 88ms (Views: 81.6ms | ActiveRecord: 1.2ms) Started GET "/guts/media/5/editor_insert" for ::1 at 2015-12-22 19:32:02 -0330 Processing by Guts::MediaController#editor_insert as HTML Parameters: {"id"=>"5"} Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb within layouts/guts/application (0.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 53.0ms | ActiveRecord: 0.2ms) Started GET "/guts/media" for ::1 at 2015-12-22 19:32:23 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (12.4ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 87ms (Views: 82.7ms | ActiveRecord: 1.5ms) Started GET "/guts/media/5/editor_insert" for ::1 at 2015-12-22 19:32:25 -0330 Processing by Guts::MediaController#editor_insert as HTML Parameters: {"id"=>"5"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (String, Proc, :default, true, or false, expected for `layout'; you passed :none): actionview (4.2.5) lib/action_view/layouts.rb:389:in `_layout_for_option' actionview (4.2.5) lib/action_view/layouts.rb:347:in `_normalize_options' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:78:in `_normalize_options' actionpack (4.2.5) lib/abstract_controller/rendering.rb:112:in `_normalize_render' actionpack (4.2.5) lib/abstract_controller/rendering.rb:24: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' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:46:in `editor_insert' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (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 (55.9ms) Started GET "/guts/media" for ::1 at 2015-12-22 19:32:35 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (13.2ms) Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 88ms (Views: 79.8ms | ActiveRecord: 1.7ms) Started GET "/guts/media/5/editor_insert" for ::1 at 2015-12-22 19:32:36 -0330 Processing by Guts::MediaController#editor_insert as HTML Parameters: {"id"=>"5"} Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/guts/media" for ::1 at 2015-12-22 19:33:31 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.4ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (15.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 81ms (Views: 75.4ms | ActiveRecord: 1.7ms) Started GET "/guts/media/5/editor_insert" for ::1 at 2015-12-22 19:33:33 -0330 Processing by Guts::MediaController#editor_insert as HTML Parameters: {"id"=>"5"} Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb within layouts/guts/application (0.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 44ms (Views: 43.6ms | ActiveRecord: 0.1ms) Started GET "/guts/media" for ::1 at 2015-12-22 19:33:42 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (3.9ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 93ms (Views: 91.6ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 19:33:45 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 19:33:45 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-22 19:33:55 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (8.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 81ms (Views: 72.6ms | ActiveRecord: 0.8ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 19:34:00 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (19.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (20.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 76ms (Views: 71.8ms | ActiveRecord: 1.4ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 19:34:01 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 19:34:02 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 19:34:04 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (4.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 93ms (Views: 92.1ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 19:34:08 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 19:34:08 -0330 Started GET "/guts/media/5/editor_insert" for ::1 at 2015-12-22 19:34:15 -0330 Processing by Guts::MediaController#editor_insert as HTML Parameters: {"id"=>"5"} Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb within layouts/guts/application (0.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 48.8ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 19:34:15 -0330 Started GET "/assets/guts/media.self-2488f0aaecada1cf7c219e19f01c999ce614cd8f179c246c62cef402fd92326d.js?body=1" for ::1 at 2015-12-22 19:34:15 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 19:34:15 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 19:34:15 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 19:34:15 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-22 19:34:15 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 19:34:15 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 19:34:15 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 19:34:15 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 19:37:39 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (7.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (9.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 218ms (Views: 215.9ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 19:37:39 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 19:37:39 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 19:37:39 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 19:37:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 19:37:39 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 19:37:39 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-22 19:37:39 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 19:37:39 -0330 Started GET "/assets/guts/media.self-3357f3bc0f9462ba421153b6a2aba2f0c8231d8e0b76621bc3d49c84f4b79bec.js?body=1" for ::1 at 2015-12-22 19:37:39 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 19:37:39 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 19:37:39 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-22 19:37:39 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 19:37:40 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 19:37:41 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 19:37:41 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 19:37:42 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (5.5ms) Guts::Type Load (0.7ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 73ms (Views: 72.1ms | ActiveRecord: 1.0ms) Started GET "/guts/media/5/editor_insert" for ::1 at 2015-12-22 19:37:44 -0330 Processing by Guts::MediaController#editor_insert as */* Parameters: {"id"=>"5"} Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb within layouts/guts/application (0.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 67.1ms | ActiveRecord: 0.1ms) Started GET "/guts/media/5/editor_insert" for ::1 at 2015-12-22 19:38:20 -0330 Processing by Guts::MediaController#editor_insert as */* Parameters: {"id"=>"5"} Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb (0.0ms) Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.0ms) Started GET "/guts/media" for ::1 at 2015-12-22 19:38:56 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (20.1ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 266ms (Views: 260.5ms | ActiveRecord: 2.3ms) Started GET "/assets/guts/media.self-560f53a799cad5f53f3c25437f66d8fc6c06c3c5309bfad67db96fb2457ab93a.js?body=1" for ::1 at 2015-12-22 19:38:56 -0330 Started GET "/guts/media/5/editor_insert" for ::1 at 2015-12-22 19:38:58 -0330 Processing by Guts::MediaController#editor_insert as */* Parameters: {"id"=>"5"} Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb (0.0ms) Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms) Started GET "/guts/media/5/editor_insert" for ::1 at 2015-12-22 19:39:00 -0330 Processing by Guts::MediaController#editor_insert as HTML Parameters: {"id"=>"5"} Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 19:39:05 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (22.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (24.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 95ms (Views: 75.2ms | ActiveRecord: 2.0ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 19:39:05 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 19:39:05 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 19:39:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 19:39:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 19:39:05 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/media.self-560f53a799cad5f53f3c25437f66d8fc6c06c3c5309bfad67db96fb2457ab93a.js?body=1" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 19:39:06 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 19:39:07 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 19:39:07 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 19:39:07 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 19:39:11 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (4.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 75ms (Views: 74.0ms | ActiveRecord: 0.6ms) Started GET "/guts/media/5/editor_insert" for ::1 at 2015-12-22 19:39:13 -0330 Processing by Guts::MediaController#editor_insert as */* Parameters: {"id"=>"5"} Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb (0.0ms) Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.0ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 19:39:40 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (8.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 209ms (Views: 206.2ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/media.self-d0046179e16664a26ad5f7b86eceabf454423e2692dfd6f1b0c32d4b0c5da5b2.js?body=1" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 19:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 19:39:42 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 19:39:42 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 19:39:42 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 19:39:43 -0330 Processing by Guts::MediaController#index as HTML  (0.6ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (6.6ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 122ms (Views: 120.6ms | ActiveRecord: 1.2ms) Started GET "/guts/media/5/editor_insert" for ::1 at 2015-12-22 19:39:44 -0330 Processing by Guts::MediaController#editor_insert as */* Parameters: {"id"=>"5"} Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb (0.0ms) Completed 200 OK in 16ms (Views: 16.0ms | ActiveRecord: 0.0ms) Started GET "/guts/media/5/editor_insert" for ::1 at 2015-12-22 19:41:05 -0330 Processing by Guts::MediaController#editor_insert as */* Parameters: {"id"=>"5"} Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb (13.5ms) Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `humanize' for :thumb:Symbol): 5: 6: 11: /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb:8:in `block in ___sers_tyler__evelopment_guts_app_views_guts_media_editor_insert_html_erb__1555553895365117229_70186075660140' /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb:7:in `each' /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb:7:in `___sers_tyler__evelopment_guts_app_views_guts_media_editor_insert_html_erb__1555553895365117229_70186075660140' 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' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:46:in `editor_insert' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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/_trace.text.erb (0.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (26.6ms) Started GET "/guts/media/5/editor_insert" for ::1 at 2015-12-22 19:41:31 -0330 Processing by Guts::MediaController#editor_insert as */* Parameters: {"id"=>"5"} Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb (0.7ms) Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.0ms) Started GET "/guts/media/5/editor_insert" for ::1 at 2015-12-22 19:41:38 -0330 Processing by Guts::MediaController#editor_insert as */* Parameters: {"id"=>"5"} Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb (0.2ms) Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 19:42:11 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (11.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (14.3ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 66ms (Views: 62.4ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 19:42:11 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 19:42:11 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 19:42:11 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 19:42:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 19:42:11 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-22 19:42:11 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 19:42:11 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 19:42:11 -0330 Started GET "/assets/guts/media.self-d0046179e16664a26ad5f7b86eceabf454423e2692dfd6f1b0c32d4b0c5da5b2.js?body=1" for ::1 at 2015-12-22 19:42:11 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 19:42:11 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 19:42:11 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-22 19:42:11 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 19:42:11 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 19:42:11 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 19:42:11 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 19:42:11 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 19:42:12 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 19:42:13 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (4.3ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 79ms (Views: 78.1ms | ActiveRecord: 0.6ms) Started GET "/guts/media/5/editor_insert" for ::1 at 2015-12-22 19:42:14 -0330 Processing by Guts::MediaController#editor_insert as */* Parameters: {"id"=>"5"} Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb (24.8ms) Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `media' for #<#:0x007faaf0378af0>): 8: 9: <% end %> 10: 11: 12: 13: 14: /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb:11:in `___sers_tyler__evelopment_guts_app_views_guts_media_editor_insert_html_erb__1555553895365117229_70186075654500' 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' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:46:in `editor_insert' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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/_trace.text.erb (0.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.text.erb (0.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (26.1ms) Started GET "/guts/media/5/editor_insert" for ::1 at 2015-12-22 19:42:26 -0330 Processing by Guts::MediaController#editor_insert as */* Parameters: {"id"=>"5"} Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb (15.6ms) Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `file' for nil:NilClass): 8: 9: <% end %> 10: 11: 12: 13: 14: /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb:11:in `___sers_tyler__evelopment_guts_app_views_guts_media_editor_insert_html_erb__1555553895365117229_70186047023040' 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' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:46:in `editor_insert' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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/_trace.text.erb (0.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.text.erb (0.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (26.4ms) Started GET "/guts/media/5/editor_insert" for ::1 at 2015-12-22 19:43:09 -0330 Processing by Guts::MediaController#editor_insert as */* Parameters: {"id"=>"5"} Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 5]] Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb (1.1ms) Completed 200 OK in 29ms (Views: 17.8ms | ActiveRecord: 0.7ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 19:43:44 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (29.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (31.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 256ms (Views: 234.9ms | ActiveRecord: 1.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 19:43:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 19:43:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 19:43:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 19:43:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 19:43:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 19:43:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 19:43:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 19:43:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 19:43:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 19:43:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 19:43:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 19:43:46 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 19:43:46 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 19:43:46 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 19:43:46 -0330 Started GET "/guts/media" for ::1 at 2015-12-22 19:43:48 -0330 Processing by Guts::MediaController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 140ms (Views: 139.5ms | ActiveRecord: 0.6ms) Started GET "/guts/media/5/editor_insert" for ::1 at 2015-12-22 19:43:50 -0330 Processing by Guts::MediaController#editor_insert as */* Parameters: {"id"=>"5"} Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 5]] Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb (0.6ms) Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.1ms) Started GET "/guts/contents/test-page/metafields" for ::1 at 2015-12-22 19:44:22 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 55.9ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 19:44:22 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 19:44:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 19:44:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 19:44:22 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 19:44:22 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-22 19:44:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 19:44:23 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 19:44:23 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 19:44:23 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-22 19:44:23 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 19:44:23 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-22 19:44:23 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 19:44:23 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 19:44:23 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 19:44:24 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (14.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (17.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 64.3ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 19:44:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 19:44:25 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (2.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 91ms (Views: 88.1ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 19:44:25 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-22 19:44:27 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (9.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 70ms (Views: 67.3ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-22 19:44:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-22 19:44:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-22 19:44:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-22 19:44:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-22 19:44:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-22 19:44:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-22 19:44:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-22 19:44:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-22 19:44:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-22 19:44:28 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-22 19:44:28 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-22 19:44:28 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-22 19:44:28 -0330 Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-22 19:44:28 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (2.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 95ms (Views: 91.7ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-22 19:44:28 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-22 19:44:28 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-22 19:44:28 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-22 19:44:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-22 19:44:28 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-22 19:44:28 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-22 19:44:28 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-22 19:44:28 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-22 19:44:28 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-22 19:44:28 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-22 19:44:28 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-22 19:44:28 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-22 19:44:29 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-22 19:44:29 -0330 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGutsUsers (20151223004001)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "guts_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151223004001"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_guts_media_on_filable_type_and_filable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_media_on_filable_type_and_filable_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_guts_metafields_on_fieldable_type_and_fieldable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_metafields_on_fieldable_type_and_fieldable_id' AND type='index'   (0.1ms) 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'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index'   (0.1ms) 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'  (0.1ms)  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/media" for ::1 at 2015-12-23 11:07:59 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (37.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 1651ms (Views: 1612.1ms | ActiveRecord: 2.1ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-23 11:08:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-23 11:08:01 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-23 11:08:01 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-23 11:08:01 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-23 11:08:01 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-23 11:08:01 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-23 11:08:01 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-23 11:08:01 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-23 11:08:01 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-23 11:08:01 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-23 11:08:01 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-23 11:08:01 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-23 11:08:01 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-23 11:08:01 -0330 Started GET "/guts/media/5" for ::1 at 2015-12-23 11:08:14 -0330 Processing by Guts::MediaController#show as HTML Parameters: {"id"=>"5"} Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 5]] Rendered /Users/tyler/Development/guts/app/views/guts/media/show.html.erb within layouts/guts/application (6.4ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `created_at' for nil:NilClass): 46:
    47: 48: 49: 50: 51: 52: /Users/tyler/Development/guts/app/views/guts/media/show.html.erb:49:in `___sers_tyler__evelopment_guts_app_views_guts_media_show_html_erb__2556931271331253736_70246110652840' 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 (5.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 (3.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 (1.3ms) 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.3ms) Started GET "/guts/media/5" for ::1 at 2015-12-23 11:08:23 -0330 Processing by Guts::MediaController#show as HTML Parameters: {"id"=>"5"} Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 5]] Rendered /Users/tyler/Development/guts/app/views/guts/media/show.html.erb within layouts/guts/application (1.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 32ms (Views: 30.8ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-23 11:08:23 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-23 11:08:23 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-23 11:08:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-23 11:08:23 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-23 11:08:23 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-23 11:08:23 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-23 11:08:23 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-23 11:08:23 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-23 11:08:23 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-23 11:08:23 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-23 11:08:23 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-23 11:08:23 -0330 Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2015-12-23 11:08:23 -0330 Started GET "/guts/media/5" for ::1 at 2015-12-23 11:08:40 -0330 Processing by Guts::MediaController#show as HTML Parameters: {"id"=>"5"} Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 5]] Rendered /Users/tyler/Development/guts/app/views/guts/media/show.html.erb within layouts/guts/application (1.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 29ms (Views: 27.9ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-23 11:08:40 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-23 11:08:40 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-23 11:08:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-23 11:08:40 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-23 11:08:40 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-23 11:08:40 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-23 11:08:40 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-23 11:08:40 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-23 11:08:40 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-23 11:08:40 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-23 11:08:40 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-23 11:08:40 -0330 Started GET "/guts/media/6" for ::1 at 2015-12-23 11:08:57 -0330 Processing by Guts::MediaController#show as HTML Parameters: {"id"=>"6"} Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/tyler/Development/guts/app/views/guts/media/show.html.erb within layouts/guts/application (1.0ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 29ms (Views: 27.8ms | ActiveRecord: 0.4ms) Started GET "/guts/media" for ::1 at 2015-12-23 11:09:06 -0330 Processing by Guts::MediaController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (3.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 30ms (Views: 28.6ms | ActiveRecord: 0.4ms) Started GET "/guts/navigations" for ::1 at 2015-12-23 11:13:50 -0330 Processing by Guts::NavigationsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (24.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 52.6ms | ActiveRecord: 0.9ms) Started GET "/guts/navigations" for ::1 at 2015-12-23 11:17:05 -0330 Processing by Guts::NavigationsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (3.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 40ms (Views: 39.1ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-23 11:17:05 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-23 11:17:05 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-23 11:17:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-23 11:17:05 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-23 11:17:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-23 11:17:05 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-23 11:17:05 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-23 11:17:05 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-23 11:17:05 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-23 11:17:05 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-23 11:17:05 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-23 11:17:05 -0330 Started GET "/guts/users" for ::1 at 2015-12-23 11:17:06 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 41ms (Views: 30.9ms | ActiveRecord: 0.4ms) Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-23 11:17:06 -0330 Started GET "/guts/users" for ::1 at 2015-12-23 11:20:22 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (1.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 30ms (Views: 29.7ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-23 11:20:22 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-23 11:20:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-23 11:20:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-23 11:20:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-23 11:20:22 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-23 11:20:22 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-23 11:20:22 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-23 11:20:22 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-23 11:20:22 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-23 11:20:22 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-23 11:20:22 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-23 11:20:22 -0330 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddRoleToGutsUsers (20151223145938)  (0.1ms) begin transaction  (1.2ms) ALTER TABLE "guts_users" ADD "role" varchar SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151223145938"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_guts_media_on_filable_type_and_filable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_media_on_filable_type_and_filable_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_guts_metafields_on_fieldable_type_and_fieldable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_metafields_on_fieldable_type_and_fieldable_id' AND type='index'   (0.1ms) 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'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index'   (0.1ms) 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'  (0.1ms)  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/users" for ::1 at 2015-12-23 11:34:04 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (1.7ms) SELECT "guts_users".* FROM "guts_users" Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (21.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 786ms (Views: 739.7ms | ActiveRecord: 2.5ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-23 11:34:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-23 11:34:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-23 11:34:06 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-23 11:34:06 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-23 11:34:06 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-23 11:34:06 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-23 11:34:06 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-23 11:34:06 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-23 11:34:06 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-23 11:34:06 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-23 11:34:06 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-23 11:34:06 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-23 11:34:06 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-23 11:34:06 -0330 Started GET "/guts/categories" for ::1 at 2015-12-23 12:52:17 -0330 Processing by Guts::CategoriesController#index as HTML  (0.5ms) SELECT COUNT(*) FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (4.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 49.1ms | ActiveRecord: 1.2ms) Started GET "/guts/categories/new" for ::1 at 2015-12-23 12:52:20 -0330 Processing by Guts::CategoriesController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (5.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/new.html.erb within layouts/guts/application (26.5ms) Completed 500 Internal Server Error in 35ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `new_record?' for nil:NilClass): 2:
    3: <%= f.submit "Save", class: "success button" %> 4: <%= link_to "Back", categories_path, class: "secondary hollow button" %> 5: <% unless @content.new_record? %> 6: <%= link_to "Metafields (#{@category.metafields.size})", category_metafields_path(@category), class: "hollow button" %> 7: <%= link_to "Media (#{@category.media.size})", category_media_path(@category), class: "hollow button warning" %> 8: <% end %> /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb:5:in `block in ___sers_tyler__evelopment_guts_app_views_guts_categories__form_html_erb___1298567943561166857_70347535191120' 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/categories/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_categories__form_html_erb___1298567943561166857_70347535191120' 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/categories/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_categories_new_html_erb__3758293584035366442_70347535276500' 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.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.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.3ms) 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 (59.1ms) Started GET "/guts/users" for ::1 at 2015-12-23 13:42:07 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.6ms) SELECT "guts_users".* FROM "guts_users" Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (1.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 44ms (Views: 42.7ms | ActiveRecord: 0.8ms) Started GET "/guts/users/new" for ::1 at 2015-12-23 13:42:08 -0330 Processing by Guts::UsersController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (42.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/new.html.erb within layouts/guts/application (45.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 77ms (Views: 73.2ms | ActiveRecord: 0.3ms) Started GET "/guts/categories" for ::1 at 2015-12-23 13:42:12 -0330 Processing by Guts::CategoriesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (1.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 28ms (Views: 27.6ms | ActiveRecord: 0.3ms) Started GET "/guts/categories/new" for ::1 at 2015-12-23 13:42:13 -0330 Processing by Guts::CategoriesController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (2.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/new.html.erb within layouts/guts/application (4.9ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `new_record?' for nil:NilClass): 2:
    3: <%= f.submit "Save", class: "success button" %> 4: <%= link_to "Back", categories_path, class: "secondary hollow button" %> 5: <% unless @content.new_record? %> 6: <%= link_to "Metafields (#{@category.metafields.size})", category_metafields_path(@category), class: "hollow button" %> 7: <%= link_to "Media (#{@category.media.size})", category_media_path(@category), class: "hollow button warning" %> 8: <% end %> /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb:5:in `block in ___sers_tyler__evelopment_guts_app_views_guts_categories__form_html_erb___1298567943561166857_70347535191120' 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/categories/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_categories__form_html_erb___1298567943561166857_70347535191120' 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/categories/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_categories_new_html_erb__3758293584035366442_70347535276500' 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 (6.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 (3.5ms) 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/template_error.html.erb within rescues/layout (54.1ms) Started GET "/guts/categories/new" for ::1 at 2015-12-23 13:43:05 -0330 Processing by Guts::CategoriesController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (2.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/new.html.erb within layouts/guts/application (3.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 29ms (Views: 28.2ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-23 13:43:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-23 13:43:05 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-23 13:43:05 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-23 13:43:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-23 13:43:05 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-23 13:43:05 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-23 13:43:05 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-23 13:43:05 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-23 13:43:05 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-23 13:43:05 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-23 13:43:05 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-23 13:43:05 -0330 Started POST "/guts/categories" for ::1 at 2015-12-23 13:43:10 -0330 Processing by Guts::CategoriesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"8rZ/QxywtR66Vx0a+UPyJfj6pXEAm681tHQWTgan0ogzGM2g07SVRuEgCmTYRy6B6MYs/I3qoUhzqUVkCzav8g==", "commit"=>"Save", "category"=>{"title"=>"Demo Category"}}  (0.1ms) begin transaction Guts::Category Exists (0.2ms) SELECT 1 AS one FROM "guts_categories" WHERE ("guts_categories"."id" IS NOT NULL) AND "guts_categories"."slug" = ? LIMIT 1 [["slug", "demo-category"]] SQL (1.0ms) INSERT INTO "guts_categories" ("title", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Demo Category"], ["slug", "demo-category"], ["created_at", "2015-12-23 17:13:10.989147"], ["updated_at", "2015-12-23 17:13:10.989147"]]  (0.8ms) commit transaction Redirected to http://localhost:3000/guts/categories Completed 302 Found in 149ms (ActiveRecord: 2.1ms) Started GET "/guts/categories" for ::1 at 2015-12-23 13:43:11 -0330 Processing by Guts::CategoriesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.5ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (24.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 48.8ms | ActiveRecord: 1.7ms) Started GET "/guts/categories/demo-category/edit" for ::1 at 2015-12-23 13:43:18 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-category"} Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.8ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (12.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (15.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 44.6ms | ActiveRecord: 1.6ms) Started GET "/guts/categories/demo-category/media" for ::1 at 2015-12-23 13:43:21 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (5.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 39ms (Views: 36.6ms | ActiveRecord: 0.5ms) Started GET "/guts/categories/demo-category/metafields" for ::1 at 2015-12-23 13:43:24 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 43ms (Views: 40.7ms | ActiveRecord: 0.5ms) Started GET "/guts/categories/demo-category/edit" for ::1 at 2015-12-23 13:43:25 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-category"} Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (5.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (7.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 37ms (Views: 35.1ms | ActiveRecord: 0.4ms) Started GET "/guts/categories" for ::1 at 2015-12-23 13:43:27 -0330 Processing by Guts::CategoriesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 52.6ms | ActiveRecord: 0.5ms) Started GET "/guts/users" for ::1 at 2015-12-23 13:43:30 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (1.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 35ms (Views: 33.9ms | ActiveRecord: 0.3ms) Started GET "/guts/users/new" for ::1 at 2015-12-23 13:43:30 -0330 Processing by Guts::UsersController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (2.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/new.html.erb within layouts/guts/application (4.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 35ms (Views: 34.7ms | ActiveRecord: 0.2ms) Started GET "/guts/users/new" for ::1 at 2015-12-23 13:44:04 -0330 Processing by Guts::UsersController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (2.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/new.html.erb within layouts/guts/application (4.4ms) Guts::Type Load (0.9ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 45.0ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-23 13:44:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-23 13:44:05 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-23 13:44:05 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-23 13:44:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-23 13:44:05 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-23 13:44:05 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-23 13:44:05 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-23 13:44:05 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-23 13:44:05 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-23 13:44:05 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-23 13:44:05 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-23 13:44:05 -0330 Started GET "/guts/users/new" for ::1 at 2015-12-23 13:45:08 -0330 Processing by Guts::UsersController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (2.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/new.html.erb within layouts/guts/application (5.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 40ms (Views: 39.8ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-23 13:45:08 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-23 13:45:08 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-23 13:45:08 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-23 13:45:08 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-23 13:45:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-23 13:45:08 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-23 13:45:08 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-23 13:45:08 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-23 13:45:08 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-23 13:45:08 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-23 13:45:08 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-23 13:45:08 -0330 Started GET "/guts/users/new" for ::1 at 2015-12-23 13:45:16 -0330 Processing by Guts::UsersController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (4.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/new.html.erb within layouts/guts/application (7.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 34ms (Views: 33.7ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-23 13:45:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-23 13:45:16 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-23 13:45:16 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-23 13:45:16 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-23 13:45:16 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-23 13:45:16 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-23 13:45:16 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-23 13:45:16 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-23 13:45:16 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-23 13:45:16 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-23 13:45:16 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-23 13:45:16 -0330 Started GET "/guts/users/new" for ::1 at 2015-12-23 13:46:30 -0330 Processing by Guts::UsersController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (5.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/new.html.erb within layouts/guts/application (6.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 34ms (Views: 34.1ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-23 13:46:31 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-23 13:46:31 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-23 13:46:31 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-23 13:46:31 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-23 13:46:31 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-23 13:46:31 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-23 13:46:31 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-23 13:46:31 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-23 13:46:31 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-23 13:46:31 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-23 13:46:31 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-23 13:46:31 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-23 13:46:31 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-23 13:46:31 -0330 Started GET "/guts/users/new" for ::1 at 2015-12-23 13:46:43 -0330 Processing by Guts::UsersController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (3.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/new.html.erb within layouts/guts/application (6.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 33ms (Views: 32.6ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-23 13:46:43 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-23 13:46:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-23 13:46:43 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-23 13:46:43 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-23 13:46:43 -0330 Started GET "/assets/guts/application.self-3dbacedff6daa34a0222a85ffae1f26f3757e51a56658ba04c67bfda53fcb1e2.css?body=1" for ::1 at 2015-12-23 13:46:43 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-23 13:46:43 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-23 13:46:43 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-23 13:46:43 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-23 13:46:43 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-23 13:46:43 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-23 13:46:43 -0330 Started POST "/guts/users" for ::1 at 2015-12-23 13:47:38 -0330 Processing by Guts::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"FMKi1iCGOApsiKQwXxEzI0Ip9aj+hyA926nA4w5xrbvVbBA174IYUjf/s05+Fe+HUhV8JXP2LkAcdJPJA+DQwQ==", "commit"=>"Save", "user"=>{"name"=>"Tyler King", "email"=>"tyler.n.king@outlook.com", "role"=>"admin", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} Unpermitted parameters: role, password, password_confirmation  (0.1ms) begin transaction Guts::User Exists (0.1ms) SELECT 1 AS one FROM "guts_users" WHERE LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') LIMIT 1  (0.0ms) rollback transaction Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (4.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/new.html.erb within layouts/guts/application (5.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 36ms (Views: 31.3ms | ActiveRecord: 0.4ms) Started POST "/guts/users" for ::1 at 2015-12-23 13:48:30 -0330 Processing by Guts::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"GLb65PHF0tD7vSJ9fzQTJ3z+xToCgI2YYzMMZKsTzbPZGEgHPsHyiKDKNQNeMM+DbMJMt4/xg+Wk7l9OpoKwyQ==", "commit"=>"Save", "user"=>{"name"=>"Tyler King", "email"=>"tyler.n.king@outlook.com", "role"=>"admin", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) begin transaction Guts::User Exists (0.5ms) SELECT 1 AS one FROM "guts_users" WHERE LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') LIMIT 1 SQL (0.3ms) INSERT INTO "guts_users" ("name", "email", "password_digest", "role", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tyler King"], ["email", "tyler.n.king@outlook.com"], ["password_digest", "$2a$10$GYJe4SX87YSQKdf7nhDb/ODvPuGMDMH3VjKuZygDHnMB3v6suuon."], ["role", "admin"], ["created_at", "2015-12-23 17:18:30.817829"], ["updated_at", "2015-12-23 17:18:30.817829"]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/users Completed 302 Found in 99ms (ActiveRecord: 2.8ms) Started GET "/guts/users" for ::1 at 2015-12-23 13:48:30 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.4ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `title' for #): 22: <% @users.each do |user| %> 23:
    24: 25: 26: 27: 21: 22: 23: 24: 25: 26: /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:23:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb___2528794461709962304_70158693710040' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:18:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb___2528794461709962304_70158693710040' 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 (6.9ms) 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.9ms) 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 (64.9ms) Started GET "/guts/navigations/test-menu/items" for ::1 at 2015-12-24 16:48:25 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (2.1ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `title' for nil:NilClass): 20: 21: 22: 23: 24: 25: 26: /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:23:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb___2528794461709962304_70158693710040' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:18:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb___2528794461709962304_70158693710040' 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 (5.9ms) 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.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/template_error.html.erb within rescues/layout (49.9ms) Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2015-12-24 16:48:28 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (5.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 43ms (Views: 38.3ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-24 16:48:28 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-24 16:48:28 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-24 16:48:28 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-24 16:48:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-24 16:48:28 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-24 16:48:28 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-24 16:48:28 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-24 16:48:28 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-24 16:48:28 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-24 16:48:28 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-24 16:48:28 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-24 16:48:28 -0330 Started GET "/guts/session/login" for ::1 at 2015-12-24 16:49:19 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (2.0ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 28ms (Views: 27.9ms | ActiveRecord: 0.3ms) Started GET "/guts/session/logout" for ::1 at 2015-12-24 16:49:20 -0330 Processing by Guts::SessionsController#destroy as HTML Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/guts/session/login" for ::1 at 2015-12-24 16:49:20 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.1ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 28ms (Views: 27.8ms | ActiveRecord: 0.2ms) Started GET "/guts/session/login" for ::1 at 2015-12-24 16:49:22 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.2ms) Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 26ms (Views: 25.6ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-24 16:49:22 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-24 16:49:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-24 16:49:22 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-24 16:49:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-24 16:49:22 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-24 16:49:22 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-24 16:49:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-24 16:49:22 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-24 16:49:22 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-24 16:49:22 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-24 16:49:22 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-24 16:49:22 -0330 Started GET "/guts/session/login" for ::1 at 2015-12-24 16:49:59 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (46.1ms) Guts::User Load (3.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 894ms (Views: 889.8ms | ActiveRecord: 3.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-24 16:50:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-24 16:50:00 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-24 16:50:00 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-24 16:50:00 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-24 16:50:00 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-24 16:50:00 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-24 16:50:00 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-24 16:50:00 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-24 16:50:00 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-24 16:50:00 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-24 16:50:00 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-24 16:50:00 -0330 Started POST "/guts/session/login" for ::1 at 2015-12-24 16:50:06 -0330 Processing by Guts::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"12JdbFUYXq+9mQ1L/R/zazgN0dzpcb5OfRO+gl/wLq8WzO+Pmhx+9+buGjXcGy/PKDFYUWQAsDO6zu2oUmFT1Q==", "commit"=>"Login", "session"=>{"email"=>"tyler.n.king@outlook.com", "password"=>"[FILTERED]"}} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]] Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (2.7ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 174ms (Views: 52.6ms | ActiveRecord: 1.0ms) Started GET "/guts/session/forgot" for ::1 at 2015-12-24 16:50:09 -0330 Processing by Guts::SessionsController#forgot as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/forgot.html.erb within layouts/guts/application (2.5ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 39ms (Views: 38.6ms | ActiveRecord: 0.2ms) Started POST "/guts/session/forgot_token" for ::1 at 2015-12-24 16:50:14 -0330 Processing by Guts::SessionsController#forgot_token as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"FOIb42Mwmob/Eh+yL7zKpBxKj1T/iLk2P4UwVZAmQdPVTKkArDS63qRlCMwOuBYADHYG2XL5t0v4WGN/nbc8qQ==", "commit"=>"Submit", "session"=>{"email"=>"tyler.n.king@outlook.com"}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]]  (0.1ms) begin transaction Guts::User Exists (0.5ms) SELECT 1 AS one FROM "guts_users" WHERE (LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') AND "guts_users"."id" != 1) LIMIT 1 SQL (0.5ms) UPDATE "guts_users" SET "password_token" = ?, "updated_at" = ? WHERE "guts_users"."id" = ? [["password_token", "e8419237"], ["updated_at", "2015-12-24 20:20:15.026941"], ["id", 1]]  (0.1ms) rollback transaction Completed 500 Internal Server Error in 29ms (ActiveRecord: 1.4ms) ActiveRecord::StatementInvalid (SQLite3::BusyException: database is locked: UPDATE "guts_users" SET "password_token" = ?, "updated_at" = ? WHERE "guts_users"."id" = ?): sqlite3 (1.3.11) lib/sqlite3/statement.rb:108:in `step' sqlite3 (1.3.11) lib/sqlite3/statement.rb:108:in `block in each' sqlite3 (1.3.11) lib/sqlite3/statement.rb:107:in `loop' sqlite3 (1.3.11) lib/sqlite3/statement.rb:107:in `each' activerecord (4.2.5) lib/active_record/connection_adapters/sqlite3_adapter.rb:314:in `to_a' activerecord (4.2.5) lib/active_record/connection_adapters/sqlite3_adapter.rb:314:in `block in exec_query' activerecord (4.2.5) lib/active_record/connection_adapters/abstract_adapter.rb:472:in `block in log' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5) lib/active_record/connection_adapters/abstract_adapter.rb:466:in `log' activerecord (4.2.5) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.5) lib/active_record/connection_adapters/sqlite3_adapter.rb:319:in `exec_delete' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:114:in `update' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `update' activerecord (4.2.5) lib/active_record/relation.rb:88:in `_update_record' activerecord (4.2.5) lib/active_record/persistence.rb:515:in `_update_record' activerecord (4.2.5) lib/active_record/locking/optimistic.rb:79:in `_update_record' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:128:in `_update_record' activerecord (4.2.5) lib/active_record/callbacks.rb:310:in `block in _update_record' 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_update_callbacks' activerecord (4.2.5) lib/active_record/callbacks.rb:310:in `_update_record' activerecord (4.2.5) lib/active_record/timestamp.rb:70:in `_update_record' activerecord (4.2.5) lib/active_record/persistence.rb:504:in `create_or_update' activerecord (4.2.5) lib/active_record/callbacks.rb:302:in `block in create_or_update' 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_save_callbacks' activerecord (4.2.5) lib/active_record/callbacks.rb:302:in `create_or_update' activerecord (4.2.5) lib/active_record/persistence.rb:120:in `save' activerecord (4.2.5) lib/active_record/validations.rb:37:in `save' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:21:in `save' activerecord (4.2.5) lib/active_record/transactions.rb:286:in `block (2 levels) in save' activerecord (4.2.5) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' activerecord (4.2.5) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5) lib/active_record/transactions.rb:286:in `block in save' activerecord (4.2.5) lib/active_record/transactions.rb:301:in `rollback_active_record_state!' activerecord (4.2.5) lib/active_record/transactions.rb:285:in `save' /Users/tyler/Development/guts/app/controllers/guts/sessions_controller.rb:32:in `forgot_token' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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:38: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 (6.9ms) 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.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 (3.5ms) 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 (57.0ms) Started GET "/guts/session/login" for ::1 at 2015-12-24 16:50:54 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (32.9ms) Guts::User Load (2.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 711ms (Views: 707.7ms | ActiveRecord: 2.7ms) Started POST "/guts/session/login" for ::1 at 2015-12-24 16:50:59 -0330 Processing by Guts::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"zivyoT5UjDerJHZuViISxW70UysAY9YDdYlTFhjN16YPhUBC8VCsb/BTYRB3Js5hfsjapo0S2H6yVAA8FVyq3A==", "commit"=>"Login", "session"=>{"email"=>"tyler.n.king@outlook.com", "password"=>"[FILTERED]"}} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]] Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.8ms) Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 164ms (Views: 49.2ms | ActiveRecord: 1.0ms) Started GET "/guts/session/forgot" for ::1 at 2015-12-24 16:51:03 -0330 Processing by Guts::SessionsController#forgot as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/forgot.html.erb within layouts/guts/application (3.1ms) Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 34ms (Views: 33.7ms | ActiveRecord: 0.1ms) Started POST "/guts/session/forgot_token" for ::1 at 2015-12-24 16:51:08 -0330 Processing by Guts::SessionsController#forgot_token as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"2ukQURQuWP5DRtvlapTKZXBhv1S+kFKdnXz31ZVGQBgbR6Ky2yp4phgxzJtLkBbBYF022TPhXOBaoaT/mNc9Yg==", "commit"=>"Submit", "session"=>{"email"=>"tyler.n.king@outlook.com"}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]]  (0.1ms) begin transaction Guts::User Exists (0.4ms) SELECT 1 AS one FROM "guts_users" WHERE (LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') AND "guts_users"."id" != 1) LIMIT 1 SQL (0.5ms) UPDATE "guts_users" SET "password_token" = ?, "updated_at" = ? WHERE "guts_users"."id" = ? [["password_token", "f9b29bb3"], ["updated_at", "2015-12-24 20:21:08.969282"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 43ms (ActiveRecord: 1.8ms) Started GET "/guts/session/login" for ::1 at 2015-12-24 16:51:09 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.1ms) Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 55ms (Views: 54.5ms | ActiveRecord: 0.3ms) Started GET "/guts/session/reset_password/f9b29bb3" for ::1 at 2015-12-24 16:51:21 -0330 Processing by Guts::SessionsController#reset_password as HTML Parameters: {"token"=>"f9b29bb3"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."password_token" = ? LIMIT 1 [["password_token", "f9b29bb3"]]  (0.1ms) begin transaction Guts::User Exists (0.3ms) SELECT 1 AS one FROM "guts_users" WHERE (LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') AND "guts_users"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "guts_users" SET "password_token" = ?, "password_digest" = ?, "updated_at" = ? WHERE "guts_users"."id" = ? [["password_token", nil], ["password_digest", "$2a$10$9b7vhR8ZwhmwtI6hg23rT.o.3Xrpm6WXWfXICxABN6Kzui56tXMya"], ["updated_at", "2015-12-24 20:21:21.862169"], ["id", 1]]  (1.4ms) commit transaction Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 88ms (ActiveRecord: 2.3ms) Started GET "/guts/session/login" for ::1 at 2015-12-24 16:51:21 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.1ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 30ms (Views: 29.5ms | ActiveRecord: 0.2ms) Started POST "/guts/session/login" for ::1 at 2015-12-24 16:51:30 -0330 Processing by Guts::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UGNd9N7gLXJZp/0HDQjOV5lOOGoRM4BWyB3Dm6bvWZeRze8XEeQNKgLQ6nksDBLziXKx55xCjisPwJCxq34k7Q==", "commit"=>"Login", "session"=>{"email"=>"tyler.n.king@outlook.com", "password"=>"[FILTERED]"}} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]] Redirected to http://localhost:3000/guts/users Completed 302 Found in 110ms (ActiveRecord: 0.3ms) Started GET "/guts/users" for ::1 at 2015-12-24 16:51:30 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 101ms (Views: 96.8ms | ActiveRecord: 0.7ms) Started GET "/guts/types" for ::1 at 2015-12-24 16:51:42 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (32.6ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 69ms (Views: 65.2ms | ActiveRecord: 1.3ms) Started GET "/guts/types/page/edit" for ::1 at 2015-12-24 16:51:49 -0330 Processing by Guts::TypesController#edit as HTML Parameters: {"id"=>"page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Type"]]  (0.3ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Type"]] Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (18.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (24.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 59.0ms | ActiveRecord: 1.5ms) Started GET "/guts/types" for ::1 at 2015-12-24 16:51:59 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (7.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 49.9ms | ActiveRecord: 0.9ms) Started GET "/guts/types/new" for ::1 at 2015-12-24 16:52:01 -0330 Processing by Guts::TypesController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] 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 (4.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 42ms (Views: 40.6ms | ActiveRecord: 0.3ms) Started GET "/guts/types" for ::1 at 2015-12-24 16:52:04 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (7.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 47.2ms | ActiveRecord: 0.9ms) Started GET "/guts/categories" for ::1 at 2015-12-24 16:52:07 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories"  (0.3ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (13.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 49.6ms | ActiveRecord: 1.5ms) Started GET "/guts/categories/demo-category/edit" for ::1 at 2015-12-24 16:52:12 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-category"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (9.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (12.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 52.2ms | ActiveRecord: 0.8ms) Started GET "/guts/categories/demo-category/metafields" for ::1 at 2015-12-24 16:52:19 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (12.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 59.8ms | ActiveRecord: 0.9ms) Started GET "/guts/categories/demo-category/metafields/1/edit" for ::1 at 2015-12-24 16:52:26 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Category", "category_id"=>"demo-category", "id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (4.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (7.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 42.4ms | ActiveRecord: 0.5ms) Started PATCH "/guts/categories/demo-category/metafields/1" for ::1 at 2015-12-24 16:52:31 -0330 Processing by Guts::MetafieldsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"MTBS+YIr3o5GBOvad8K17gW6euqWdQci/CINmSMTm6LwnuAaTS/+1h1z/KRWxmlKFYbzZxsECV87/16zLoLm2A==", "commit"=>"Save", "metafield"=>{"key"=>"Test Category Metafield", "value"=>"Hey 1 2 3 4 5!", "fieldable_id"=>"1", "fieldable_type"=>"Guts::Category"}, "fieldable_type"=>"Guts::Category", "category_id"=>"demo-category", "id"=>"1"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "guts_metafields" SET "value" = ?, "updated_at" = ? WHERE "guts_metafields"."id" = ? [["value", "Hey 1 2 3 4 5!"], ["updated_at", "2015-12-24 20:22:31.869206"], ["id", 1]]  (1.5ms) commit transaction Redirected to http://localhost:3000/guts/categories/demo-category/metafields Completed 302 Found in 10ms (ActiveRecord: 2.6ms) Started GET "/guts/categories/demo-category/metafields" for ::1 at 2015-12-24 16:52:31 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (6.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 54.1ms | ActiveRecord: 0.8ms) Started GET "/guts/categories/demo-category/edit" for ::1 at 2015-12-24 16:52:39 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (5.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (7.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 42ms (Views: 40.3ms | ActiveRecord: 0.6ms) Started GET "/guts/categories" for ::1 at 2015-12-24 16:52:42 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (4.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 43.9ms | ActiveRecord: 0.7ms) Started GET "/guts/navigations" for ::1 at 2015-12-24 16:52:44 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.4ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (13.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 72ms (Views: 63.1ms | ActiveRecord: 1.3ms) Started GET "/guts/navigations/new" for ::1 at 2015-12-24 16:52:47 -0330 Processing by Guts::NavigationsController#new as HTML Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (2.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/new.html.erb within layouts/guts/application (5.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 39ms (Views: 36.3ms | ActiveRecord: 0.6ms) Started GET "/guts/navigations" for ::1 at 2015-12-24 16:52:51 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (5.7ms) Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 42ms (Views: 39.6ms | ActiveRecord: 1.3ms) Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2015-12-24 16:52:58 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (7.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (10.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 83ms (Views: 45.3ms | ActiveRecord: 0.6ms) Started GET "/guts/navigations/test-menu/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-24 16:53:07 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 19ms (Views: 0.2ms | ActiveRecord: 0.9ms) Started POST "/guts/navigations/test-menu/items" for ::1 at 2015-12-24 16:53:11 -0330 Processing by Guts::NavigationItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"4k4WNkrAhcZabgDKm1dP7x8z8+FsWRGcCiZRaYs/1fkj4KTVhcSlngEZF7S6U5NLDw96bOEoH+HN+wJDhq6ogw==", "commit"=>"Save", "navigation_item"=>{"title"=>"Test Dynamic Nav Item", "navigatable_type"=>"Guts::Content", "navigatable_id"=>"1", "custom"=>""}, "navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.5ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "guts_navigation_items" ("title", "custom", "navigatable_type", "navigatable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Test Dynamic Nav Item"], ["custom", ""], ["navigatable_type", "Guts::Content"], ["navigatable_id", 1], ["created_at", "2015-12-24 20:23:11.109613"], ["updated_at", "2015-12-24 20:23:11.109613"]]  (1.0ms) commit transaction Redirected to http://localhost:3000/guts/navigations/test-menu/items Completed 302 Found in 10ms (ActiveRecord: 2.0ms) Started GET "/guts/navigations/test-menu/items" for ::1 at 2015-12-24 16:53:11 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.6ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Guts::NavigationItem Load (0.3ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (9.0ms) Completed 500 Internal Server Error in 23ms (ActiveRecord: 1.1ms) ActionView::Template::Error (undefined method `title' for nil:NilClass): 20: 21: 22: 23: 24: 25: 26: /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:23:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb___2940109869492007479_70183173453200' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:18:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb___2940109869492007479_70183173453200' 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.2ms) 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.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.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 (59.4ms) Started GET "/guts/navigations" for ::1 at 2015-12-24 16:54:07 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (4.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 30ms (Views: 28.2ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-24 16:54:07 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-24 16:54:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-24 16:54:07 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-24 16:54:07 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-24 16:54:07 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-24 16:54:07 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-24 16:54:07 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-24 16:54:07 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-24 16:54:07 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-24 16:54:07 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-24 16:54:07 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-24 16:54:07 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-24 16:54:09 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 27ms (Views: 25.9ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-24 16:54:09 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-24 16:54:09 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-24 16:54:09 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-24 16:54:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-24 16:54:09 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-24 16:54:09 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-24 16:54:09 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-24 16:54:09 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-24 16:54:09 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-24 16:54:09 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-24 16:54:09 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-24 16:54:09 -0330 Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2015-12-24 16:54:17 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (4.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 43ms (Views: 37.4ms | ActiveRecord: 0.4ms) Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2015-12-24 16:54:42 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (5.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 41.0ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-24 16:54:43 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-24 16:54:43 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-24 16:54:43 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-24 16:54:43 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-24 16:54:43 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-24 16:54:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-24 16:54:43 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-24 16:54:43 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-24 16:54:43 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-24 16:54:43 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-24 16:54:43 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-24 16:54:43 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-24 16:54:43 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-24 16:54:43 -0330 Started GET "/guts/session/logout" for ::1 at 2015-12-24 16:54:46 -0330 Processing by Guts::SessionsController#destroy as HTML Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/guts/session/login" for ::1 at 2015-12-24 16:54:46 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.4ms) Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.1ms) Started GET "/guts/session/login" for ::1 at 2015-12-24 16:54:47 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.9ms) Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 30ms (Views: 29.7ms | ActiveRecord: 0.1ms) Started GET "/guts/session/login" for ::1 at 2015-12-24 16:55:16 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (45.3ms) Guts::User Load (8.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 893ms (Views: 883.6ms | ActiveRecord: 9.5ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-24 16:55:17 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-24 16:55:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-24 16:55:17 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-24 16:55:17 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-24 16:55:17 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-24 16:55:17 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-24 16:55:17 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-24 16:55:17 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-24 16:55:17 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-24 16:55:18 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-24 16:55:18 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-24 16:55:18 -0330 Started POST "/guts/session/login" for ::1 at 2015-12-24 16:55:21 -0330 Processing by Guts::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"j9vW8aG5DIa3VhXIxrnWw9Mtsndj7AkOvqX5HKqX4SNOdWQSbr0s3uwhArbnvQpnwxE7+u6dB3N5eKo2pwacWQ==", "commit"=>"Login", "session"=>{"email"=>"tyler.n.king@outlook.com", "password"=>"[FILTERED]"}} Guts::User Load (0.6ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]] Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (2.2ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 190ms (Views: 63.3ms | ActiveRecord: 1.6ms) Started GET "/guts/session/forgot" for ::1 at 2015-12-24 16:55:28 -0330 Processing by Guts::SessionsController#forgot as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/forgot.html.erb within layouts/guts/application (2.5ms) Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 45ms (Views: 44.6ms | ActiveRecord: 0.4ms) Started POST "/guts/session/forgot_token" for ::1 at 2015-12-24 16:55:33 -0330 Processing by Guts::SessionsController#forgot_token as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Rd0GzU8wYNkVmuYgiMpno7bEXTxVAu8+GC2RJ/zlIJWEc7QugDRAgU7t8V6pzrsHpvjUsdhz4UPf8MIN8XRd7w==", "commit"=>"Submit", "session"=>{"email"=>"tyler.n.king@outlook.com"}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]]  (0.1ms) begin transaction Guts::User Exists (0.2ms) SELECT 1 AS one FROM "guts_users" WHERE (LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') AND "guts_users"."id" != 1) LIMIT 1 SQL (0.5ms) UPDATE "guts_users" SET "password_token" = ?, "updated_at" = ? WHERE "guts_users"."id" = ? [["password_token", "e2e07691"], ["updated_at", "2015-12-24 20:25:33.676673"], ["id", 1]]  (1.3ms) commit transaction Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 54ms (ActiveRecord: 2.2ms) Started GET "/guts/session/login" for ::1 at 2015-12-24 16:55:33 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (2.2ms) Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 60ms (Views: 59.0ms | ActiveRecord: 0.5ms) Started GET "/guts/session/reset_password/e2e07691" for ::1 at 2015-12-24 16:55:49 -0330 Processing by Guts::SessionsController#reset_password as HTML Parameters: {"token"=>"e2e07691"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."password_token" = ? LIMIT 1 [["password_token", "e2e07691"]]  (0.1ms) begin transaction Guts::User Exists (0.2ms) SELECT 1 AS one FROM "guts_users" WHERE (LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') AND "guts_users"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "guts_users" SET "password_token" = ?, "password_digest" = ?, "updated_at" = ? WHERE "guts_users"."id" = ? [["password_token", nil], ["password_digest", "$2a$10$ldwzs0UFD59hwRXnElhIH.Y1uDpXpoDDWYKtPpSQyyznsH3nWiC6K"], ["updated_at", "2015-12-24 20:25:49.389521"], ["id", 1]]  (1.6ms) commit transaction Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 87ms (ActiveRecord: 2.4ms) Started GET "/guts/session/login" for ::1 at 2015-12-24 16:55:49 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.1ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 34ms (Views: 33.3ms | ActiveRecord: 0.2ms) Started POST "/guts/session/login" for ::1 at 2015-12-24 16:55:58 -0330 Processing by Guts::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"nQJiBNKjniIHCHOiFG2xb6y/weXcHcpzh85cUp2baMFcrNDnHae+elx/ZNw1aW3LvINIaFFsxA5AEw94kAoVuw==", "commit"=>"Login", "session"=>{"email"=>"tyler.n.king@outlook.com", "password"=>"[FILTERED]"}} Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]] Redirected to http://localhost:3000/guts/users Completed 302 Found in 102ms (ActiveRecord: 0.4ms) Started GET "/guts/users" for ::1 at 2015-12-24 16:55:58 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 72ms (Views: 69.3ms | ActiveRecord: 0.9ms) Started GET "/guts/types" for ::1 at 2015-12-24 16:56:10 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (34.3ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 75ms (Views: 73.1ms | ActiveRecord: 0.8ms) Started GET "/guts/types/new" for ::1 at 2015-12-24 16:56:17 -0330 Processing by Guts::TypesController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (2.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/new.html.erb within layouts/guts/application (8.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 49.4ms | ActiveRecord: 0.4ms) Started GET "/guts/types" for ::1 at 2015-12-24 16:56:20 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.3ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (6.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 49.1ms | ActiveRecord: 0.8ms) Started GET "/guts/types/page/edit" for ::1 at 2015-12-24 16:56:23 -0330 Processing by Guts::TypesController#edit as HTML Parameters: {"id"=>"page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.2ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Type"]]  (0.4ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Type"]] Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (16.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (19.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 57.3ms | ActiveRecord: 1.7ms) Started GET "/guts/types" for ::1 at 2015-12-24 16:56:31 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (6.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 51.0ms | ActiveRecord: 0.7ms) Started GET "/guts/categories" for ::1 at 2015-12-24 16:56:32 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.3ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (12.2ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 47.6ms | ActiveRecord: 1.4ms) Started GET "/guts/categories/new" for ::1 at 2015-12-24 16:56:37 -0330 Processing by Guts::CategoriesController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (2.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/new.html.erb within layouts/guts/application (5.4ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 40ms (Views: 37.7ms | ActiveRecord: 0.4ms) Started GET "/guts/categories" for ::1 at 2015-12-24 16:56:42 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories"  (0.2ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (6.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 44.7ms | ActiveRecord: 0.9ms) Started GET "/guts/categories/demo-category/edit" for ::1 at 2015-12-24 16:56:45 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.4ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (8.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (10.4ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 42.6ms | ActiveRecord: 1.0ms) Started GET "/guts/categories/demo-category/metafields" for ::1 at 2015-12-24 16:56:51 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.3ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (14.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 56.6ms | ActiveRecord: 1.3ms) Started GET "/rails/mailers" for ::1 at 2015-12-27 21:49:09 -0330 Processing by Rails::MailersController#index as HTML Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/railties-4.2.5/lib/rails/templates/rails/mailers/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 22ms (Views: 20.3ms | ActiveRecord: 0.0ms) Started GET "/rails/mailers/guts/user_mailer/password_reset" for ::1 at 2015-12-27 21:49:11 -0330 Processing by Rails::MailersController#preview as HTML Parameters: {"path"=>"guts/user_mailer/password_reset"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" ORDER BY "guts_users"."id" ASC LIMIT 1 Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.html.erb within layouts/mailer (6.8ms) Guts::UserMailer#password_reset: processed outbound mail in 37.3ms Completed 500 Internal Server Error in 107ms (ActiveRecord: 1.9ms) ActionView::Template::Error (No route matches {:action=>"reset_password", :controller=>"guts/sessions", :token=>nil} missing required keys: [:token]): 1:

    Hi, <%= @user.name %>

    2:

    You are receiving this email because you've requested a new password.

    3:

    Please click <%= link_to "here", reset_password_session_url(token: @token) %> to reset your password. We will automatically generate you a secure password for future use.

    actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_user_mailer_password_reset_html_erb__1726447476248712325_70360718551660' 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' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionmailer (4.2.5) lib/action_mailer/base.rb:904:in `block in collect_responses' actionmailer (4.2.5) lib/action_mailer/base.rb:918:in `each' actionmailer (4.2.5) lib/action_mailer/base.rb:918:in `each_template' actionmailer (4.2.5) lib/action_mailer/base.rb:900:in `collect_responses' actionmailer (4.2.5) lib/action_mailer/base.rb:829:in `mail' /Users/tyler/Development/guts/app/mailers/guts/user_mailer.rb:7:in `password_reset' actionpack (4.2.5) lib/abstract_controller/base.rb:198: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:88: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/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionmailer (4.2.5) lib/action_mailer/base.rb:596:in `block in process' 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' actionmailer (4.2.5) lib/action_mailer/base.rb:593:in `process' actionmailer (4.2.5) lib/action_mailer/base.rb:584:in `initialize' actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:25:in `new' actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:25:in `__getobj__' /Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/delegate.rb:84:in `method_missing' railties (4.2.5) lib/rails/mailers_controller.rb:62:in `block in find_preferred_part' railties (4.2.5) lib/rails/mailers_controller.rb:61:in `each' railties (4.2.5) lib/rails/mailers_controller.rb:61:in `find_preferred_part' railties (4.2.5) lib/rails/mailers_controller.rb:34:in `preview' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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' 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.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 (3.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 (12.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 (74.6ms) Started GET "/rails/mailers/guts/user_mailer" for ::1 at 2015-12-27 21:49:17 -0330 Processing by Rails::MailersController#preview as HTML Parameters: {"path"=>"guts/user_mailer"} Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/railties-4.2.5/lib/rails/templates/rails/mailers/mailer.html.erb within layouts/application (1.1ms) Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms) Started GET "/rails/mailers/guts/user_mailer/password_reset" for ::1 at 2015-12-27 21:50:06 -0330 Processing by Rails::MailersController#preview as HTML Parameters: {"path"=>"guts/user_mailer/password_reset"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" ORDER BY "guts_users"."id" ASC LIMIT 1 Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.html.erb within layouts/mailer (3.5ms) Guts::UserMailer#password_reset: processed outbound mail in 18.8ms Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.1ms) ActionView::Template::Error (No route matches {:action=>"reset_password", :controller=>"guts/sessions", :token=>nil} missing required keys: [:token]): 1:

    Hi, <%= @user.name %>

    2:

    You are receiving this email because you've requested a new password.

    3:

    Please click <%= link_to "here", reset_password_session_url(token: @token) %> to reset your password. We will automatically generate you a secure password for future use.

    actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_user_mailer_password_reset_html_erb__1726447476248712325_70360718551660' 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' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionmailer (4.2.5) lib/action_mailer/base.rb:904:in `block in collect_responses' actionmailer (4.2.5) lib/action_mailer/base.rb:918:in `each' actionmailer (4.2.5) lib/action_mailer/base.rb:918:in `each_template' actionmailer (4.2.5) lib/action_mailer/base.rb:900:in `collect_responses' actionmailer (4.2.5) lib/action_mailer/base.rb:829:in `mail' /Users/tyler/Development/guts/app/mailers/guts/user_mailer.rb:7:in `password_reset' actionpack (4.2.5) lib/abstract_controller/base.rb:198: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:88: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/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionmailer (4.2.5) lib/action_mailer/base.rb:596:in `block in process' 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' actionmailer (4.2.5) lib/action_mailer/base.rb:593:in `process' actionmailer (4.2.5) lib/action_mailer/base.rb:584:in `initialize' actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:25:in `new' actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:25:in `__getobj__' /Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/delegate.rb:84:in `method_missing' railties (4.2.5) lib/rails/mailers_controller.rb:62:in `block in find_preferred_part' railties (4.2.5) lib/rails/mailers_controller.rb:61:in `each' railties (4.2.5) lib/rails/mailers_controller.rb:61:in `find_preferred_part' railties (4.2.5) lib/rails/mailers_controller.rb:34:in `preview' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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' 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 (6.2ms) 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.5ms) 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 (46.8ms) Started GET "/rails/mailers/guts/user_mailer/password_reset" for ::1 at 2015-12-27 21:51:09 -0330 Processing by Rails::MailersController#preview as HTML Parameters: {"path"=>"guts/user_mailer/password_reset"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" ORDER BY "guts_users"."id" ASC LIMIT 1 Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.html.erb within layouts/mailer (1.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.text.erb within layouts/mailer (2.3ms) Guts::UserMailer#password_reset: processed outbound mail in 168.9ms Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/railties-4.2.5/lib/rails/templates/rails/mailers/email.html.erb (4.9ms) Completed 200 OK in 198ms (Views: 8.0ms | ActiveRecord: 0.7ms) Started GET "/rails/mailers/guts/user_mailer/password_reset?part=text%2Fhtml" for ::1 at 2015-12-27 21:51:09 -0330 Processing by Rails::MailersController#preview as HTML Parameters: {"part"=>"text/html", "path"=>"guts/user_mailer/password_reset"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" ORDER BY "guts_users"."id" ASC LIMIT 1 Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.html.erb within layouts/mailer (2.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.text.erb within layouts/mailer (2.4ms) Guts::UserMailer#password_reset: processed outbound mail in 24.4ms Rendered text template (0.0ms) Completed 200 OK in 28ms (Views: 1.4ms | ActiveRecord: 0.2ms) Started GET "/rails/mailers/guts/user_mailer/password_reset" for ::1 at 2015-12-27 21:51:22 -0330 Processing by Rails::MailersController#preview as HTML Parameters: {"path"=>"guts/user_mailer/password_reset"} Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms) LoadError (Unable to autoload constant Guts::ApplicationMailer, expected /Users/tyler/Development/guts/app/mailers/guts/application_mailer.rb to define it): activesupport (4.2.5) lib/active_support/dependencies.rb:495:in `load_missing_constant' activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing' /Users/tyler/Development/guts/app/mailers/guts/user_mailer.rb:2:in `' /Users/tyler/Development/guts/app/mailers/guts/user_mailer.rb:1:in `' 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/dependencies.rb:526:in `load_missing_constant' activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing' /Users/tyler/Development/guts/test/mailers/previews/guts/user_mailer_preview.rb:7:in `password_reset' actionmailer (4.2.5) lib/action_mailer/preview.rb:66:in `public_send' actionmailer (4.2.5) lib/action_mailer/preview.rb:66:in `call' railties (4.2.5) lib/rails/mailers_controller.rb:22:in `preview' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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' 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.9ms) 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 (11.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 (59.5ms) Started GET "/rails/mailers/guts/user_mailer/password_reset" for ::1 at 2015-12-27 21:51:48 -0330 Processing by Rails::MailersController#preview as HTML Parameters: {"path"=>"guts/user_mailer/password_reset"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" ORDER BY "guts_users"."id" ASC LIMIT 1 Guts::UserMailer#password_reset: processed outbound mail in 52.7ms Completed 500 Internal Server Error in 106ms (ActiveRecord: 1.6ms) ActionView::MissingTemplate (Missing template layouts/guts/mailer with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/tyler/Development/guts/test/dummy/app/views" * "/Users/tyler/Development/guts/app/views" ): actionview (4.2.5) lib/action_view/path_set.rb:46:in `find' actionview (4.2.5) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:93:in `resolve_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:76:in `block in find_layout' actionview (4.2.5) lib/action_view/lookup_context.rb:242:in `with_layout_format' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:18:in `with_layout_format' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:76:in `find_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:60: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' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionmailer (4.2.5) lib/action_mailer/base.rb:904:in `block in collect_responses' actionmailer (4.2.5) lib/action_mailer/base.rb:918:in `each' actionmailer (4.2.5) lib/action_mailer/base.rb:918:in `each_template' actionmailer (4.2.5) lib/action_mailer/base.rb:900:in `collect_responses' actionmailer (4.2.5) lib/action_mailer/base.rb:829:in `mail' /Users/tyler/Development/guts/app/mailers/guts/user_mailer.rb:8:in `password_reset' actionpack (4.2.5) lib/abstract_controller/base.rb:198: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:88: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/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionmailer (4.2.5) lib/action_mailer/base.rb:596:in `block in process' 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' actionmailer (4.2.5) lib/action_mailer/base.rb:593:in `process' actionmailer (4.2.5) lib/action_mailer/base.rb:584:in `initialize' actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:25:in `new' actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:25:in `__getobj__' /Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/delegate.rb:84:in `method_missing' railties (4.2.5) lib/rails/mailers_controller.rb:62:in `block in find_preferred_part' railties (4.2.5) lib/rails/mailers_controller.rb:61:in `each' railties (4.2.5) lib/rails/mailers_controller.rb:61:in `find_preferred_part' railties (4.2.5) lib/rails/mailers_controller.rb:34:in `preview' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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' 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 (3.7ms) 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 (11.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (62.9ms) Started GET "/rails/mailers/guts/user_mailer/password_reset" for ::1 at 2015-12-27 21:52:05 -0330 Processing by Rails::MailersController#preview as HTML Parameters: {"path"=>"guts/user_mailer/password_reset"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" ORDER BY "guts_users"."id" ASC LIMIT 1 Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.html.erb within layouts/guts/mailer (2.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.text.erb within layouts/guts/mailer (2.1ms) Guts::UserMailer#password_reset: processed outbound mail in 162.0ms Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/railties-4.2.5/lib/rails/templates/rails/mailers/email.html.erb (4.0ms) Completed 200 OK in 172ms (Views: 8.5ms | ActiveRecord: 0.1ms) Started GET "/rails/mailers/guts/user_mailer/password_reset?part=text%2Fhtml" for ::1 at 2015-12-27 21:52:05 -0330 Processing by Rails::MailersController#preview as HTML Parameters: {"part"=>"text/html", "path"=>"guts/user_mailer/password_reset"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" ORDER BY "guts_users"."id" ASC LIMIT 1 Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.html.erb within layouts/guts/mailer (2.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.text.erb within layouts/guts/mailer (2.5ms) Guts::UserMailer#password_reset: processed outbound mail in 25.0ms Rendered text template (0.0ms) Completed 200 OK in 28ms (Views: 1.1ms | ActiveRecord: 0.2ms) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGutsGroups (20151228011536)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "guts_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.4ms) select sqlite_version(*)  (0.4ms) CREATE UNIQUE INDEX "index_guts_groups_on_slug" ON "guts_groups" ("slug") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151228011536"]]  (0.9ms) commit transaction Migrating to CreateGutsUserGroups (20151228011748)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "guts_user_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "group_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151228011748"]]  (0.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_guts_groups_on_slug' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_groups_on_slug' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_guts_media_on_filable_type_and_filable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_media_on_filable_type_and_filable_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_guts_metafields_on_fieldable_type_and_fieldable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_metafields_on_fieldable_type_and_fieldable_id' AND type='index'  (0.1ms)  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'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index'  (0.1ms)  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'   (0.1ms) 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 "/rails/mailers/guts/user_mailer/password_reset" for ::1 at 2015-12-27 22:02:41 -0330 Processing by Rails::MailersController#preview as HTML Parameters: {"path"=>"guts/user_mailer/password_reset"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" ORDER BY "guts_users"."id" ASC LIMIT 1 Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.html.erb within layouts/guts/mailer (6.9ms) Guts::UserMailer#password_reset: processed outbound mail in 40.3ms Completed 500 Internal Server Error in 94ms (ActiveRecord: 1.5ms) ActionView::Template::Error (No route matches {:action=>"reset_password", :controller=>"guts/sessions", :token=>nil} missing required keys: [:token]): 1:

    Hi, <%= @user.name %>

    2:

    You are receiving this email because you've requested a new password.

    3:

    Please click <%= link_to "here", reset_password_session_url(token: @token) %> to reset your password. We will automatically generate you a secure password for future use.

    actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_user_mailer_password_reset_html_erb___1524564527288417534_70177028901200' 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' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionmailer (4.2.5) lib/action_mailer/base.rb:904:in `block in collect_responses' actionmailer (4.2.5) lib/action_mailer/base.rb:918:in `each' actionmailer (4.2.5) lib/action_mailer/base.rb:918:in `each_template' actionmailer (4.2.5) lib/action_mailer/base.rb:900:in `collect_responses' actionmailer (4.2.5) lib/action_mailer/base.rb:829:in `mail' /Users/tyler/Development/guts/app/mailers/guts/user_mailer.rb:7:in `password_reset' actionpack (4.2.5) lib/abstract_controller/base.rb:198: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:88: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/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionmailer (4.2.5) lib/action_mailer/base.rb:596:in `block in process' 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' actionmailer (4.2.5) lib/action_mailer/base.rb:593:in `process' actionmailer (4.2.5) lib/action_mailer/base.rb:584:in `initialize' actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:25:in `new' actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:25:in `__getobj__' /Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/delegate.rb:84:in `method_missing' railties (4.2.5) lib/rails/mailers_controller.rb:62:in `block in find_preferred_part' railties (4.2.5) lib/rails/mailers_controller.rb:61:in `each' railties (4.2.5) lib/rails/mailers_controller.rb:61:in `find_preferred_part' railties (4.2.5) lib/rails/mailers_controller.rb:34:in `preview' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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' 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 (6.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.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 (11.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 (57.5ms) Started GET "/guts" for ::1 at 2015-12-27 22:02:46 -0330 ActionController::RoutingError (No route matches [GET] "/guts"): 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.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 (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 (8.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 (10.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.3ms) 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 (155.9ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-27 22:02:55 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (8.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 883ms (Views: 844.5ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/groups.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-27 22:02:57 -0330 Started GET "/assets/guts/groups.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-27 22:02:57 -0330 Started GET "/guts/groups" for ::1 at 2015-12-27 22:02:59 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (2.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 47.9ms | ActiveRecord: 0.5ms) Started GET "/guts/users" for ::1 at 2015-12-27 22:03:06 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (41.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 77ms (Views: 75.1ms | ActiveRecord: 0.8ms) Started GET "/guts/users/1/edit" for ::1 at 2015-12-27 22:03:10 -0330 Processing by Guts::UsersController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::User"]]  (0.3ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::User"]] Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (20.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/edit.html.erb within layouts/guts/application (22.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 71ms (Views: 68.9ms | ActiveRecord: 1.0ms) Started GET "/guts/users/1/edit" for ::1 at 2015-12-27 22:05:23 -0330 Processing by Guts::UsersController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::User"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::User"]] Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (23.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/edit.html.erb within layouts/guts/application (24.7ms) Completed 500 Internal Server Error in 44ms (ActiveRecord: 1.6ms) ActionView::Template::Error (undefined method `group_id' for #): 40: 41:
    42: <%= f.label :group %> 43: <%= f.collection_select :group_id, Guts::Group.all, :id, :title %> 44:
    45: <% end %> activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.2.5) lib/action_view/helpers/tags/collection_select.rb:16:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/collection_select.rb:16:in `fetch' actionview (4.2.5) lib/action_view/helpers/tags/collection_select.rb:16:in `render' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:202:in `collection_select' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:789:in `collection_select' /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb:43:in `block in ___sers_tyler__evelopment_guts_app_views_guts_users__form_html_erb___3801601724744951532_70177061443260' 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/users/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_users__form_html_erb___3801601724744951532_70177061443260' 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/users/edit.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_users_edit_html_erb__2614919248300515240_70177089808880' 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.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.7ms) 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/template_error.html.erb within rescues/layout (50.5ms) Started GET "/guts/users/1/edit" for ::1 at 2015-12-27 22:05:43 -0330 Processing by Guts::UsersController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::User"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::User"]] Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (6.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/edit.html.erb within layouts/guts/application (8.2ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `group' for #): 40: 41:
    42: <%= f.label :group %> 43: <%= f.collection_select :group, Guts::Group.all, :id, :title %> 44:
    45: <% end %> activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.2.5) lib/action_view/helpers/tags/collection_select.rb:16:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/collection_select.rb:16:in `fetch' actionview (4.2.5) lib/action_view/helpers/tags/collection_select.rb:16:in `render' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:202:in `collection_select' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:789:in `collection_select' /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb:43:in `block in ___sers_tyler__evelopment_guts_app_views_guts_users__form_html_erb___3801601724744951532_70177067751840' 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/users/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_users__form_html_erb___3801601724744951532_70177067751840' 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/users/edit.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_users_edit_html_erb__2614919248300515240_70177089808880' 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 (6.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.8ms) 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/template_error.html.erb within rescues/layout (48.4ms) Started GET "/guts/users/1/edit" for ::1 at 2015-12-27 22:06:40 -0330 Processing by Guts::UsersController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::User"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::User"]]  (0.2ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" CACHE (0.0ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (67.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/edit.html.erb within layouts/guts/application (72.3ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 688ms (Views: 619.7ms | ActiveRecord: 3.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-27 22:06:41 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-27 22:06:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-27 22:06:41 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-27 22:06:41 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-27 22:06:41 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-27 22:06:41 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-27 22:06:41 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-27 22:06:41 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-27 22:06:41 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-27 22:06:41 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-27 22:06:41 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-27 22:06:41 -0330 Started GET "/guts/groups" for ::1 at 2015-12-27 22:06:56 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (1.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 32ms (Views: 30.6ms | ActiveRecord: 0.3ms) Started GET "/guts/groups/new" for ::1 at 2015-12-27 22:06:57 -0330 Processing by Guts::GroupsController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/_form.html.erb (4.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/groups/new.html.erb within layouts/guts/application (6.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 44ms (Views: 40.9ms | ActiveRecord: 0.2ms) Started POST "/guts/groups" for ::1 at 2015-12-27 22:07:03 -0330 Processing by Guts::GroupsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"w6Yen6AEpPcluunx+VfbeA2jFxZLiUjkjdD+xASnccQCCKx8bwCEr37N/o/YUwfcHZ+em8b4RplKDa3uCTYMvg==", "group"=>{"title"=>"Admins", "slug"=>""}, "commit"=>"Create Group"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "guts_groups" ("title", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Admins"], ["slug", ""], ["created_at", "2015-12-28 01:37:03.107158"], ["updated_at", "2015-12-28 01:37:03.107158"]]  (0.6ms) commit transaction Redirected to http://localhost:3000/guts/groups/1 Completed 302 Found in 8ms (ActiveRecord: 2.0ms) Started GET "/guts/groups/1" for ::1 at 2015-12-27 22:07:03 -0330 Processing by Guts::GroupsController#show as HTML Parameters: {"id"=>"1"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/show.html.erb within layouts/guts/application (0.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 47.1ms | ActiveRecord: 0.5ms) Started GET "/guts/users" for ::1 at 2015-12-27 22:07:04 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 32ms (Views: 30.1ms | ActiveRecord: 0.4ms) Started GET "/guts/users/1/edit" for ::1 at 2015-12-27 22:07:06 -0330 Processing by Guts::UsersController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::User"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::User"]]  (0.1ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" CACHE (0.0ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (7.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/edit.html.erb within layouts/guts/application (8.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 43.8ms | ActiveRecord: 0.6ms) Started PATCH "/guts/users/1" for ::1 at 2015-12-27 22:07:08 -0330 Processing by Guts::UsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"gCz8+0/GOT6l28AGbCY/7WBftJks8OI5kproaaxOO7JBgk4YgMIZZv6s13hNIuNJcGM9FKGB7ERVR7tDod9GyA==", "commit"=>"Save", "user"=>{"name"=>"Tyler King", "email"=>"tyler.n.king@outlook.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "group_ids"=>["", "1"]}, "id"=>"1"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] SQL (0.6ms) INSERT INTO "guts_user_groups" ("user_id", "group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["group_id", 1], ["created_at", "2015-12-28 01:37:08.593671"], ["updated_at", "2015-12-28 01:37:08.593671"]] Guts::User Exists (0.2ms) SELECT 1 AS one FROM "guts_users" WHERE (LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') AND "guts_users"."id" != 1) LIMIT 1  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/users Completed 302 Found in 25ms (ActiveRecord: 2.1ms) Started GET "/guts/users" for ::1 at 2015-12-27 22:07:08 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 51.0ms | ActiveRecord: 0.5ms) Started GET "/guts/users" for ::1 at 2015-12-27 22:07:22 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 33ms (Views: 31.4ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-27 22:07:22 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-27 22:07:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-27 22:07:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-27 22:07:22 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-27 22:07:22 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-27 22:07:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-27 22:07:22 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-27 22:07:22 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-27 22:07:22 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-27 22:07:22 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-27 22:07:22 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-27 22:07:22 -0330 Started GET "/guts/users" for ::1 at 2015-12-27 22:07:23 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (1.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 28ms (Views: 26.6ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-27 22:07:23 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-27 22:07:23 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-27 22:07:23 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-27 22:07:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-27 22:07:23 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-27 22:07:23 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-27 22:07:23 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-27 22:07:23 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-27 22:07:23 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-27 22:07:23 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-27 22:07:23 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-27 22:07:23 -0330 Started GET "/guts/users" for ::1 at 2015-12-27 22:07:26 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 29ms (Views: 28.0ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-27 22:07:26 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-27 22:07:26 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-27 22:07:26 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-27 22:07:26 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-27 22:07:26 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-27 22:07:26 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-27 22:07:26 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-27 22:07:26 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-27 22:07:26 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-27 22:07:26 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-27 22:07:26 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-27 22:07:26 -0330 Started GET "/guts/users" for ::1 at 2015-12-27 22:07:47 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 36.5ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-27 22:07:47 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-27 22:07:47 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-27 22:07:47 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-27 22:07:47 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-27 22:07:47 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-27 22:07:47 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-27 22:07:47 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-27 22:07:47 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-27 22:07:47 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-27 22:07:47 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-27 22:07:47 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-27 22:07:47 -0330 Started GET "/guts/users" for ::1 at 2015-12-28 11:36:42 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (27.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 609ms (Views: 557.6ms | ActiveRecord: 2.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 11:36:43 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 11:36:43 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 11:36:43 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 11:36:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 11:36:43 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 11:36:43 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 11:36:43 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 11:36:43 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 11:36:43 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 11:36:43 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 11:36:43 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 11:36:43 -0330 Started GET "/guts/users/1/edit" for ::1 at 2015-12-28 11:36:47 -0330 Processing by Guts::UsersController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::User"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::User"]]  (0.2ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" CACHE (0.0ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (31.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/edit.html.erb within layouts/guts/application (41.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 63.8ms | ActiveRecord: 1.3ms) Started PATCH "/guts/users/1" for ::1 at 2015-12-28 11:36:49 -0330 Processing by Guts::UsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Yt0DTq1nbinxQ/k1GxsJCBdC2DPUdZcB66e6WcouCaCjc7GtYmNOcao07ks6H9WsB35RvlkEmXwseulzx7902g==", "commit"=>"Save", "user"=>{"name"=>"Tyler King", "email"=>"tyler.n.king@outlook.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "group_ids"=>["", "1"]}, "id"=>"1"} Guts::User Load (0.6ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] SQL (0.6ms) INSERT INTO "guts_user_groups" ("user_id", "group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["group_id", 1], ["created_at", "2015-12-28 15:06:49.926329"], ["updated_at", "2015-12-28 15:06:49.926329"]] Guts::User Exists (0.2ms) SELECT 1 AS one FROM "guts_users" WHERE (LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') AND "guts_users"."id" != 1) LIMIT 1  (0.8ms) commit transaction Redirected to http://localhost:3000/guts/users Completed 302 Found in 30ms (ActiveRecord: 2.9ms) Started GET "/guts/users" for ::1 at 2015-12-28 11:36:49 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (7.5ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 45.9ms | ActiveRecord: 0.9ms) Started GET "/guts/users/1/edit" for ::1 at 2015-12-28 11:36:51 -0330 Processing by Guts::UsersController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::User"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::User"]]  (0.1ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" CACHE (0.0ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (5.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/edit.html.erb within layouts/guts/application (6.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 32ms (Views: 30.3ms | ActiveRecord: 0.7ms) Started GET "/guts/users" for ::1 at 2015-12-28 11:36:53 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 29ms (Views: 28.1ms | ActiveRecord: 0.5ms) Started GET "/guts/users?group=1" for ::1 at 2015-12-28 11:37:43 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."group" = '1' LIMIT 1 Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.3ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: guts_users.group: SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."group" = '1' LIMIT 1): sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.5) lib/active_record/connection_adapters/sqlite3_adapter.rb:296:in `block in exec_query' activerecord (4.2.5) lib/active_record/connection_adapters/abstract_adapter.rb:472:in `block in log' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5) lib/active_record/connection_adapters/abstract_adapter.rb:466:in `log' activerecord (4.2.5) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:355:in `select' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.5) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.2.5) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.5) lib/active_record/relation.rb:515:in `load' activerecord (4.2.5) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:475:in `find_take' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:105:in `take' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:84:in `find_by' activerecord (4.2.5) lib/active_record/querying.rb:7:in `find_by' activerecord (4.2.5) lib/active_record/core.rb:173:in `find_by' /Users/tyler/Development/guts/app/controllers/guts/users_controller.rb:8:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (6.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 (2.5ms) 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 (49.5ms) Started GET "/guts/users" for ::1 at 2015-12-28 11:40:46 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (11.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 66ms (Views: 54.7ms | ActiveRecord: 1.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 11:40:47 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 11:40:47 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 11:40:47 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 11:40:47 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 11:40:47 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 11:40:47 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 11:40:47 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 11:40:47 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 11:40:47 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 11:40:47 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 11:40:47 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 11:40:47 -0330 Started GET "/guts/users?group=1" for ::1 at 2015-12-28 11:40:58 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" INNER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_users"."group_id" = '1' Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (4.7ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.4ms) ActionView::Template::Error (SQLite3::SQLException: no such column: guts_users.group_id: SELECT "guts_users".* FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" INNER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_users"."group_id" = '1'): 19:
    20:
    <%= content.title %><%= metafield.key %><%= metafield.value %>
    <%= metafield.key %><%= metafield.value %>
    <%= metafield.key %><%= metafield.value %>
    <%= file.title %><%= file.extension %><%= file.tags %><%= file.position %><%= file.content %>
    Created<%= @content.created_at %>
    Updated
    <%= category.title %><%= category.contents.size %> records
    <%= category.title %><%= category.contents %> records
    <%= type.title %><%= pluralize type.contents.size, "record", "records" %>
    <%= type.title %><%= pluralize type.contents.size, "record", "records" %>
    <%= type.title %><%= pluralize type.contents.size, "record", "records" %>
    <%= type.title %><%= pluralize type.contents.size, "record", "records" %>
    <%= type.title %><%= pluralize type.contents.size, "record", "records" %><%= navigation_item.position %><%= navigation_item.navigation %><%= navigation_item.navigatable %><%= link_to 'Show', navigation_item %><%= link_to 'Edit', edit_navigation_item_path(navigation_item) %><%= link_to 'Destroy', navigation_item, method: :delete, data: { confirm: 'Are you sure?' } %>
    <%= navigation_item.position %><%= navigation_item.navigation %><%= navigation_item.navigatable %><%= link_to 'Show', navigation_item %><%= link_to 'Edit', edit_navigation_item_path(navigation_item) %><%= link_to 'Destroy', navigation_item, method: :delete, data: { confirm: 'Are you sure?' } %>
    <%= navigation_item.position %><%= navigation_item.navigation %><%= navigation_item.navigatable %><%= link_to 'Show', navigation_navigation_item %><%= link_to 'Edit', edit_navigation_navigation_item_path(navigation_item) %><%= link_to 'Destroy', navigation_navigation_item, method: :delete, data: { confirm: 'Are you sure?' } %>
    <%= navigation_item.position %><%= navigation_item.navigation %><%= navigation_item.navigatable %><%= link_to 'Show', navigation_navigation_item %><%= link_to 'Edit', edit_navigation_navigation_item_path(navigation_item) %><%= link_to 'Destroy', navigation_navigation_item, method: :delete, data: { confirm: 'Are you sure?' } %>
    <%= navigation_item.position %><%= navigation_item.navigation %><%= navigation_item.navigatable %><%= link_to 'Show', navigation_navigation_item %><%= link_to 'Edit', edit_navigation_navigation_item_path(navigation_item) %><%= link_to 'Destroy', navigation_navigation_item, method: :delete, data: { confirm: 'Are you sure?' } %>
    <%= navigation_item.position %><%= navigation_item.navigation %><%= navigation_item.navigatable %><%= link_to 'Show', navigation_navigation_item_path %><%= link_to 'Edit', edit_navigation_navigation_item_path(navigation_item) %><%= link_to 'Destroy', navigation_navigation_item, method: :delete, data: { confirm: 'Are you sure?' } %>
    <%= navigation_item.position %><%= navigation_item.navigation %><%= navigation_item.navigatable %><%= link_to 'Show', navigation_navigation_item_path %><%= link_to 'Edit', edit_navigation_navigation_item_path(navigation_item) %><%= link_to 'Destroy', navigation_navigation_item, method: :delete, data: { confirm: 'Are you sure?' } %>
    <%= navigation_item.position %><%= navigation_item.navigation %><%= navigation_item.navigatable %><%= link_to 'Show', navigation_navigation_item %><%= link_to 'Edit', edit_navigation_navigation_item_path(navigation_item) %><%= link_to 'Destroy', navigation_navigation_item, method: :delete, data: { confirm: 'Are you sure?' } %>
    <%= navigation_item.position %><%= navigation_item.navigation %><%= navigation_item.navigatable %><%= link_to 'Show', navigation_navigation_item_path %><%= link_to 'Edit', edit_navigation_navigation_item_path(navigation_item) %><%= link_to 'Destroy', navigation_navigation_item, method: :delete, data: { confirm: 'Are you sure?' } %>
    <%= navigation_item.position %><%= navigation_item.navigation %><%= navigation_item.navigatable %><%= link_to 'Show', navigation_navigation_item_path(navigation_item) %><%= link_to 'Edit', edit_navigation_navigation_item_path(navigation_item) %><%= link_to 'Destroy', navigation_navigation_item, method: :delete, data: { confirm: 'Are you sure?' } %>
    <%= navigation_item.position %><%= navigation_item.navigation %><%= navigation_item.navigatable %><%= link_to 'Show', navigation_navigation_item_path(navigation_item) %><%= link_to 'Edit', edit_navigation_navigation_item_path(navigation_item) %><%= link_to 'Destroy', navigation_navigation_item, method: :delete, data: { confirm: 'Are you sure?' } %>
    <%= navigation_item.position %><%= navigation_item.navigation %><%= navigation_item.navigatable %><%= link_to 'Show', navigation_navigation_item(navigation_item) %><%= link_to 'Edit', edit_navigation_navigation_item_path(navigation_item) %><%= link_to 'Destroy', navigation_navigation_item, method: :delete, data: { confirm: 'Are you sure?' } %>
    <%= navigation_item.position %><%= navigation_item.navigation %><%= navigation_item.navigatable %><%= link_to 'Show', navigation_navigation_item_path(navigation_item) %><%= link_to 'Edit', edit_navigation_navigation_item_path(navigation_item) %><%= link_to 'Destroy', navigation_navigation_item, method: :delete, data: { confirm: 'Are you sure?' } %>
    <%= navigation_item.position %><%= navigation_item.navigation %><%= navigation_item.navigatable %><%= link_to 'Show', navigation_navigation_item_path(navigation_item.id) %><%= link_to 'Edit', edit_navigation_navigation_item_path(navigation_item) %><%= link_to 'Destroy', navigation_navigation_item, method: :delete, data: { confirm: 'Are you sure?' } %>
    <%= navigation_item.navigation %><%= navigation_item.navigatable %><%= link_to 'Show', navigation_navigation_item_path(@navigation, navigation_item) %><%= link_to 'Edit', edit_navigation_navigation_item_path(navigation_item) %><%= link_to 'Destroy', navigation_navigation_item, method: :delete, data: { confirm: 'Are you sure?' } %>
    <%= navigation_item.navigatable %><%= link_to 'Show', navigation_navigation_item_path(@navigation, navigation_item) %><%= link_to 'Edit', edit_navigation_navigation_item_path(@navigation, navigation_item) %><%= link_to 'Destroy', navigation_navigation_item(@navigation, navigation_item), method: :delete, data: { confirm: 'Are you sure?' } %>
    <%= navigation.title %><%= navigation.metafields %>
    <%= navigation.title %><%= navigation.metafields %>
    Created<%= @metafield.created_at %>
    Updated
    <%= file.title %><%= file.extension %><%= file.tags %><%= file.position %><%= file.content %>
    <%= file.title %><%= file.extension %><%= file.tags %><%= file.position %><%= file.content %><%= file.title %><%= file.tags %><%= file.position %><%= file.content %><%= file.caption %><%= file.file %><%= link_to 'Show', file %><%= file.position %><%= file.caption %><%= file.file %><%= link_to 'Show', file %><%= link_to 'Edit', edit_file_path(file) %><%= link_to 'Destroy', file, method: :delete, data: { confirm: 'Are you sure?' } %>
    <%= file.position %><%= file.caption %><%= file.file %><%= link_to 'Show', file %><%= link_to 'Edit', edit_file_path(file) %><%= link_to 'Destroy', file, method: :delete, data: { confirm: 'Are you sure?' } %>
    <%= file.title %><%= file.tags %>
    <%= file.title %><%= file.tags %> 38: <%= media.title %> 39: <% if media.object %> 40: x 41: <% end %> 42: 38: <%= media.title %> 39: <% if media.filable_object %> 40: x 41: <% end %> 42: 38: <%= media.title %> 39: <% if media.object %> 40: x 41: <% end %> 42:
    Created<%= @category.created_at %>
    Updated
    <%= gravatar_for user %><%= user.title %><%= user.role %><%= navigation_item.title %><%= navigation_item.custom %><%= navigation_item.position %><%= navigation_item.navigation.title %><%= navigation_item.navigatable %><%= link_to 'Show', navigation_navigation_item_path(@navigation, navigation_item) %><%= link_to 'Edit', edit_navigation_navigation_item_path(@navigation, navigation_item) %><%= navigation_item.title %><%= navigation_item.custom %><%= navigation_item.position %><%= navigation_item.navigation.title %><%= navigation_item.navigatable %><%= link_to 'Show', navigation_navigation_item_path(@navigation, navigation_item) %><%= link_to 'Edit', edit_navigation_navigation_item_path(@navigation, navigation_item) %><%= navigation_item.title %><%= navigation_item.custom %><%= navigation_item.position %><%= navigation_item.navigation.title %><%= navigation_item.navigatable %><%= link_to 'Show', navigation_navigation_item_path(@navigation, navigation_item) %><%= link_to 'Edit', edit_navigation_navigation_item_path(@navigation, navigation_item) %>
    21: 22: <% @users.each do |user| %> 23: 24: 25: sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.5) lib/active_record/connection_adapters/sqlite3_adapter.rb:296:in `block in exec_query' activerecord (4.2.5) lib/active_record/connection_adapters/abstract_adapter.rb:472:in `block in log' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5) lib/active_record/connection_adapters/abstract_adapter.rb:466:in `log' activerecord (4.2.5) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:355:in `select' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.5) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.2.5) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.5) lib/active_record/relation.rb:515:in `load' activerecord (4.2.5) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/users/index.html.erb:22:in `___sers_tyler__evelopment_guts_app_views_guts_users_index_html_erb__2347858841729450708_70270725822540' 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.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.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/template_error.html.erb within rescues/layout (52.3ms) Started GET "/guts/users?group=1" for ::1 at 2015-12-28 11:41:45 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" INNER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "groups"."id" = ? [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.6ms) Completed 500 Internal Server Error in 27ms (ActiveRecord: 1.2ms) ActionView::Template::Error (SQLite3::SQLException: no such column: groups.id: SELECT "guts_users".* FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" INNER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "groups"."id" = ?): 19:
    20:
    <%= gravatar_for user %><%= user.name %>
    21: 22: <% @users.each do |user| %> 23: 24: 25: sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.5) lib/active_record/connection_adapters/sqlite3_adapter.rb:306:in `block in exec_query' activerecord (4.2.5) lib/active_record/connection_adapters/abstract_adapter.rb:472:in `block in log' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5) lib/active_record/connection_adapters/abstract_adapter.rb:466:in `log' activerecord (4.2.5) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:355:in `select' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.5) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.2.5) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.5) lib/active_record/relation.rb:515:in `load' activerecord (4.2.5) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/users/index.html.erb:22:in `___sers_tyler__evelopment_guts_app_views_guts_users_index_html_erb__2347858841729450708_70270725822540' 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 (6.9ms) 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.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.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 (51.2ms) Started GET "/guts/users?group=1" for ::1 at 2015-12-28 11:43:10 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" INNER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "groups"."id" = ? [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.5ms) Completed 500 Internal Server Error in 27ms (ActiveRecord: 1.2ms) ActionView::Template::Error (SQLite3::SQLException: no such column: groups.id: SELECT "guts_users".* FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" INNER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "groups"."id" = ?): 19:
    20:
    <%= gravatar_for user %><%= user.name %>
    21: 22: <% @users.each do |user| %> 23: 24: 25: sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.5) lib/active_record/connection_adapters/sqlite3_adapter.rb:306:in `block in exec_query' activerecord (4.2.5) lib/active_record/connection_adapters/abstract_adapter.rb:472:in `block in log' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5) lib/active_record/connection_adapters/abstract_adapter.rb:466:in `log' activerecord (4.2.5) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:355:in `select' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.5) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.2.5) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.5) lib/active_record/relation.rb:515:in `load' activerecord (4.2.5) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/users/index.html.erb:22:in `___sers_tyler__evelopment_guts_app_views_guts_users_index_html_erb__2347858841729450708_70270725822540' 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.2ms) 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.8ms) 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/template_error.html.erb within rescues/layout (59.6ms) Started GET "/guts/users?group=1" for ::1 at 2015-12-28 11:43:12 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" INNER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "groups"."id" = ? [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.7ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.4ms) ActionView::Template::Error (SQLite3::SQLException: no such column: groups.id: SELECT "guts_users".* FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" INNER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "groups"."id" = ?): 19:
    20:
    <%= gravatar_for user %><%= user.name %>
    21: 22: <% @users.each do |user| %> 23: 24: 25: sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.5) lib/active_record/connection_adapters/sqlite3_adapter.rb:306:in `block in exec_query' activerecord (4.2.5) lib/active_record/connection_adapters/abstract_adapter.rb:472:in `block in log' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5) lib/active_record/connection_adapters/abstract_adapter.rb:466:in `log' activerecord (4.2.5) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:355:in `select' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.5) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.2.5) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.5) lib/active_record/relation.rb:515:in `load' activerecord (4.2.5) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/users/index.html.erb:22:in `___sers_tyler__evelopment_guts_app_views_guts_users_index_html_erb__2347858841729450708_70270725822540' 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.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.9ms) 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/template_error.html.erb within rescues/layout (52.5ms) Started GET "/guts/users?group=1" for ::1 at 2015-12-28 11:44:55 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.7ms) NoMethodError (undefined method `find_by_group' for #): activerecord (4.2.5) lib/active_record/dynamic_matchers.rb:26:in `method_missing' /Users/tyler/Development/guts/app/controllers/guts/users_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (5.3ms) 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.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.0ms) 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 (55.0ms) Started GET "/guts/users?group=1" for ::1 at 2015-12-28 11:45:45 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" INNER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "groups"."id" = ? [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.5ms) Completed 500 Internal Server Error in 28ms (ActiveRecord: 1.2ms) ActionView::Template::Error (SQLite3::SQLException: no such column: groups.id: SELECT "guts_users".* FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" INNER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "groups"."id" = ?): 19:
    20:
    <%= gravatar_for user %><%= user.name %>
    21: 22: <% @users.each do |user| %> 23: 24: 25: sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.5) lib/active_record/connection_adapters/sqlite3_adapter.rb:306:in `block in exec_query' activerecord (4.2.5) lib/active_record/connection_adapters/abstract_adapter.rb:472:in `block in log' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5) lib/active_record/connection_adapters/abstract_adapter.rb:466:in `log' activerecord (4.2.5) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:355:in `select' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.5) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.2.5) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.5) lib/active_record/relation.rb:515:in `load' activerecord (4.2.5) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/users/index.html.erb:22:in `___sers_tyler__evelopment_guts_app_views_guts_users_index_html_erb__2347858841729450708_70270725822540' 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 (8.9ms) 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.8ms) 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.2ms) Started GET "/guts/users?group=1" for ::1 at 2015-12-28 11:46:20 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"1"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" INNER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 1 Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (12.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 77ms (Views: 62.7ms | ActiveRecord: 1.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 11:46:20 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 11:46:20 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 11:46:20 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 11:46:20 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 11:46:20 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 11:46:20 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 11:46:20 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 11:46:20 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 11:46:20 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 11:46:20 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 11:46:20 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 11:46:20 -0330 Started GET "/guts/users?group=1" for ::1 at 2015-12-28 11:51:02 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"1"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) SELECT "guts_users"."id" AS t0_r0, "guts_users"."name" AS t0_r1, "guts_users"."email" AS t0_r2, "guts_users"."password_digest" AS t0_r3, "guts_users"."created_at" AS t0_r4, "guts_users"."updated_at" AS t0_r5, "guts_users"."role" AS t0_r6, "guts_users"."password_token" AS t0_r7, "guts_groups"."id" AS t1_r0, "guts_groups"."title" AS t1_r1, "guts_groups"."slug" AS t1_r2, "guts_groups"."created_at" AS t1_r3, "guts_groups"."updated_at" AS t1_r4 FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (15.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 70ms (Views: 56.0ms | ActiveRecord: 2.1ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 11:51:03 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 11:51:03 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 11:51:03 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 11:51:03 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 11:51:03 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 11:51:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 11:51:03 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 11:51:03 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 11:51:03 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 11:51:03 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 11:51:03 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 11:51:03 -0330 Started GET "/guts/users?group=3" for ::1 at 2015-12-28 11:52:03 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] SQL (0.2ms) SELECT "guts_users"."id" AS t0_r0, "guts_users"."name" AS t0_r1, "guts_users"."email" AS t0_r2, "guts_users"."password_digest" AS t0_r3, "guts_users"."created_at" AS t0_r4, "guts_users"."updated_at" AS t0_r5, "guts_users"."role" AS t0_r6, "guts_users"."password_token" AS t0_r7, "guts_groups"."id" AS t1_r0, "guts_groups"."title" AS t1_r1, "guts_groups"."slug" AS t1_r2, "guts_groups"."created_at" AS t1_r3, "guts_groups"."updated_at" AS t1_r4 FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 3 Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (1.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 28ms (Views: 26.0ms | ActiveRecord: 0.4ms) Started GET "/guts/users?group=3" for ::1 at 2015-12-28 11:53:31 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(DISTINCT "guts_users"."id") FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 3 Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 31ms (Views: 29.1ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 11:53:31 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 11:53:31 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 11:53:31 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 11:53:31 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 11:53:31 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 11:53:31 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 11:53:31 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 11:53:31 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 11:53:31 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 11:53:31 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 11:53:31 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 11:53:31 -0330 Started GET "/guts/users?group=1" for ::1 at 2015-12-28 11:53:34 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(DISTINCT "guts_users"."id") FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 1 SQL (0.2ms) SELECT "guts_users"."id" AS t0_r0, "guts_users"."name" AS t0_r1, "guts_users"."email" AS t0_r2, "guts_users"."password_digest" AS t0_r3, "guts_users"."created_at" AS t0_r4, "guts_users"."updated_at" AS t0_r5, "guts_users"."role" AS t0_r6, "guts_users"."password_token" AS t0_r7, "guts_groups"."id" AS t1_r0, "guts_groups"."title" AS t1_r1, "guts_groups"."slug" AS t1_r2, "guts_groups"."created_at" AS t1_r3, "guts_groups"."updated_at" AS t1_r4 FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (4.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 36ms (Views: 34.5ms | ActiveRecord: 0.7ms) Started GET "/guts/groups" for ::1 at 2015-12-28 11:53:45 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 32ms (Views: 30.6ms | ActiveRecord: 0.3ms) Started GET "/guts/media" for ::1 at 2015-12-28 11:55:41 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (15.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 43.2ms | ActiveRecord: 0.9ms) Started GET "/guts/media/%2F5" for ::1 at 2015-12-28 11:55:44 -0330 Processing by Guts::MediaController#show as HTML Parameters: {"id"=>"/5"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 0]] Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms) ActiveRecord::RecordNotFound (Couldn't find Guts::Medium with 'id'=/5): activerecord (4.2.5) lib/active_record/core.rb:155:in `find' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:51:in `set_medium' 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.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.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 (47.6ms) Started GET "/guts/media/5" for ::1 at 2015-12-28 11:55:57 -0330 Processing by Guts::MediaController#show as HTML Parameters: {"id"=>"5"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 5]] Rendered /Users/tyler/Development/guts/app/views/guts/media/show.html.erb within layouts/guts/application (1.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 29ms (Views: 27.6ms | ActiveRecord: 0.4ms) Started GET "/guts/media" for ::1 at 2015-12-28 11:56:10 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (5.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 41ms (Views: 39.9ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 11:56:10 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 11:56:10 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 11:56:10 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 11:56:10 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 11:56:10 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 11:56:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 11:56:10 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 11:56:10 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 11:56:10 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 11:56:10 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 11:56:10 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 11:56:10 -0330 Started GET "/guts/media/5" for ::1 at 2015-12-28 11:56:17 -0330 Processing by Guts::MediaController#show as HTML Parameters: {"id"=>"5"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 5]] Rendered /Users/tyler/Development/guts/app/views/guts/media/show.html.erb within layouts/guts/application (0.7ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 25ms (Views: 24.1ms | ActiveRecord: 0.4ms) Started GET "/guts/groups" for ::1 at 2015-12-28 11:56:29 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (1.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 27ms (Views: 25.9ms | ActiveRecord: 0.3ms) Started GET "/guts/groups" for ::1 at 2015-12-28 11:58:07 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (6.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 32ms (Views: 31.0ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 11:58:07 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 11:58:07 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 11:58:07 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 11:58:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 11:58:07 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 11:58:07 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 11:58:07 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 11:58:07 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 11:58:07 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 11:58:07 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 11:58:07 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 11:58:07 -0330 Started GET "/guts/users?group=1" for ::1 at 2015-12-28 11:58:11 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(DISTINCT "guts_users"."id") FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 1 SQL (0.2ms) SELECT "guts_users"."id" AS t0_r0, "guts_users"."name" AS t0_r1, "guts_users"."email" AS t0_r2, "guts_users"."password_digest" AS t0_r3, "guts_users"."created_at" AS t0_r4, "guts_users"."updated_at" AS t0_r5, "guts_users"."role" AS t0_r6, "guts_users"."password_token" AS t0_r7, "guts_groups"."id" AS t1_r0, "guts_groups"."title" AS t1_r1, "guts_groups"."slug" AS t1_r2, "guts_groups"."created_at" AS t1_r3, "guts_groups"."updated_at" AS t1_r4 FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 37ms (Views: 35.3ms | ActiveRecord: 0.7ms) Started GET "/guts/groups" for ::1 at 2015-12-28 11:59:31 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.2ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (9.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 44.6ms | ActiveRecord: 1.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 11:59:31 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 11:59:31 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 11:59:31 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 11:59:31 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 11:59:31 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 11:59:31 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 11:59:31 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 11:59:31 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 11:59:31 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 11:59:31 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 11:59:31 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 11:59:31 -0330 Started GET "/guts/users" for ::1 at 2015-12-28 11:59:34 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (5.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 35ms (Views: 33.8ms | ActiveRecord: 0.6ms) Started GET "/guts/users" for ::1 at 2015-12-28 11:59:35 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 29ms (Views: 27.4ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 11:59:35 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 11:59:35 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 11:59:35 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 11:59:35 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 11:59:35 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 11:59:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 11:59:35 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 11:59:35 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 11:59:35 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 11:59:35 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 11:59:35 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 11:59:35 -0330 Started GET "/guts/users" for ::1 at 2015-12-28 12:00:34 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (13.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 50.3ms | ActiveRecord: 1.9ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:00:34 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:00:34 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:00:34 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:00:34 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:00:34 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:00:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:00:34 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:00:34 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:00:34 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:00:34 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:00:34 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 12:00:34 -0330 Started GET "/guts/users?group=1" for ::1 at 2015-12-28 12:00:39 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms) NoMethodError (undefined method `find_one' for #): activerecord (4.2.5) lib/active_record/dynamic_matchers.rb:26:in `method_missing' /Users/tyler/Development/guts/app/controllers/guts/users_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (5.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 (2.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.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 (49.8ms) Started GET "/guts/users?group=1" for ::1 at 2015-12-28 12:01:20 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::UserGroup Load (0.2ms) SELECT "guts_user_groups".* FROM "guts_user_groups" WHERE "guts_user_groups"."id" = ? LIMIT 1 [["id", 1]] Completed 404 Not Found in 21ms (ActiveRecord: 1.2ms) ActiveRecord::RecordNotFound (Couldn't find Guts::UserGroup with 'id'=1): activerecord (4.2.5) lib/active_record/core.rb:155:in `find' /Users/tyler/Development/guts/app/controllers/guts/users_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (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.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 (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 (45.9ms) Started GET "/guts/users?group=1" for ::1 at 2015-12-28 12:01:41 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(DISTINCT "guts_users"."id") FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 1 SQL (0.2ms) SELECT "guts_users"."id" AS t0_r0, "guts_users"."name" AS t0_r1, "guts_users"."email" AS t0_r2, "guts_users"."password_digest" AS t0_r3, "guts_users"."created_at" AS t0_r4, "guts_users"."updated_at" AS t0_r5, "guts_users"."role" AS t0_r6, "guts_users"."password_token" AS t0_r7, "guts_groups"."id" AS t1_r0, "guts_groups"."title" AS t1_r1, "guts_groups"."slug" AS t1_r2, "guts_groups"."created_at" AS t1_r3, "guts_groups"."updated_at" AS t1_r4 FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (7.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 42.1ms | ActiveRecord: 2.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:01:42 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:01:42 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:01:42 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:01:42 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:01:42 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:01:42 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:01:42 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:01:42 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:01:42 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:01:42 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:01:42 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 12:01:42 -0330 Started GET "/guts/users?group=1" for ::1 at 2015-12-28 12:02:36 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(DISTINCT "guts_users"."id") FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 1 SQL (0.2ms) SELECT "guts_users"."id" AS t0_r0, "guts_users"."name" AS t0_r1, "guts_users"."email" AS t0_r2, "guts_users"."password_digest" AS t0_r3, "guts_users"."created_at" AS t0_r4, "guts_users"."updated_at" AS t0_r5, "guts_users"."role" AS t0_r6, "guts_users"."password_token" AS t0_r7, "guts_groups"."id" AS t1_r0, "guts_groups"."title" AS t1_r1, "guts_groups"."slug" AS t1_r2, "guts_groups"."created_at" AS t1_r3, "guts_groups"."updated_at" AS t1_r4 FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (4.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 33ms (Views: 30.9ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:02:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:02:36 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:02:36 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:02:36 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:02:36 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:02:36 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:02:36 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:02:36 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:02:36 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:02:36 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:02:36 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 12:02:36 -0330 Started GET "/guts/users?group=1" for ::1 at 2015-12-28 12:02:37 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(DISTINCT "guts_users"."id") FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 1 SQL (0.2ms) SELECT "guts_users"."id" AS t0_r0, "guts_users"."name" AS t0_r1, "guts_users"."email" AS t0_r2, "guts_users"."password_digest" AS t0_r3, "guts_users"."created_at" AS t0_r4, "guts_users"."updated_at" AS t0_r5, "guts_users"."role" AS t0_r6, "guts_users"."password_token" AS t0_r7, "guts_groups"."id" AS t1_r0, "guts_groups"."title" AS t1_r1, "guts_groups"."slug" AS t1_r2, "guts_groups"."created_at" AS t1_r3, "guts_groups"."updated_at" AS t1_r4 FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 33ms (Views: 30.5ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:02:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:02:37 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:02:37 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:02:37 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:02:37 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:02:37 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:02:37 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:02:37 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:02:37 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:02:37 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:02:37 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 12:02:37 -0330 Started GET "/guts/users?group=1" for ::1 at 2015-12-28 12:03:57 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"1"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(DISTINCT "guts_users"."id") FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 1 SQL (0.2ms) SELECT "guts_users"."id" AS t0_r0, "guts_users"."name" AS t0_r1, "guts_users"."email" AS t0_r2, "guts_users"."password_digest" AS t0_r3, "guts_users"."created_at" AS t0_r4, "guts_users"."updated_at" AS t0_r5, "guts_users"."role" AS t0_r6, "guts_users"."password_token" AS t0_r7, "guts_groups"."id" AS t1_r0, "guts_groups"."title" AS t1_r1, "guts_groups"."slug" AS t1_r2, "guts_groups"."created_at" AS t1_r3, "guts_groups"."updated_at" AS t1_r4 FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (34.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 574ms (Views: 501.7ms | ActiveRecord: 2.9ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:03:57 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:03:57 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:03:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:03:57 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:03:57 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:03:57 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:03:57 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:03:57 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:03:57 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:03:57 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:03:57 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 12:03:57 -0330 Started GET "/guts/users?group=1" for ::1 at 2015-12-28 12:04:09 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"1"} Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(DISTINCT "guts_users"."id") FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 1 SQL (0.2ms) SELECT "guts_users"."id" AS t0_r0, "guts_users"."name" AS t0_r1, "guts_users"."email" AS t0_r2, "guts_users"."password_digest" AS t0_r3, "guts_users"."created_at" AS t0_r4, "guts_users"."updated_at" AS t0_r5, "guts_users"."role" AS t0_r6, "guts_users"."password_token" AS t0_r7, "guts_groups"."id" AS t1_r0, "guts_groups"."title" AS t1_r1, "guts_groups"."slug" AS t1_r2, "guts_groups"."created_at" AS t1_r3, "guts_groups"."updated_at" AS t1_r4 FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (6.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 43.2ms | ActiveRecord: 1.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:04:09 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:04:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:04:09 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:04:09 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:04:09 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:04:09 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:04:09 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:04:09 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:04:09 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:04:09 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:04:09 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 12:04:09 -0330 Started GET "/guts/groups" for ::1 at 2015-12-28 12:05:39 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.2ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (7.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 45.8ms | ActiveRecord: 0.6ms) Started GET "/guts/types/new" for ::1 at 2015-12-28 12:05:42 -0330 Processing by Guts::TypesController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (21.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/new.html.erb within layouts/guts/application (25.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 51.7ms | ActiveRecord: 0.2ms) Started GET "/guts/types/new" for ::1 at 2015-12-28 12:05:54 -0330 Processing by Guts::TypesController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (1.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/new.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 29ms (Views: 27.8ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:05:55 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:05:55 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:05:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:05:55 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:05:55 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:05:55 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:05:55 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:05:55 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:05:55 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:05:55 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:05:55 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 12:05:55 -0330 Started GET "/guts/types/new" for ::1 at 2015-12-28 12:05:56 -0330 Processing by Guts::TypesController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (1.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/new.html.erb within layouts/guts/application (3.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 30ms (Views: 28.9ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:05:56 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:05:56 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:05:56 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:05:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:05:56 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:05:56 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:05:56 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:05:56 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:05:56 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:05:56 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:05:56 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 12:05:56 -0330 Started GET "/guts/groups" for ::1 at 2015-12-28 12:05:58 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (3.9ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 34ms (Views: 32.2ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:05:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:05:58 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:05:58 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:05:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:05:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:05:58 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:05:58 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:05:58 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:05:58 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:05:58 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:05:58 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 12:05:58 -0330 Started GET "/guts/groups/new" for ::1 at 2015-12-28 12:05:59 -0330 Processing by Guts::GroupsController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/_form.html.erb (1.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/groups/new.html.erb within layouts/guts/application (3.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 29ms (Views: 28.2ms | ActiveRecord: 0.2ms) Started GET "/guts/groups/new" for ::1 at 2015-12-28 12:09:01 -0330 Processing by Guts::GroupsController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/_form.html.erb (4.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/groups/new.html.erb within layouts/guts/application (7.4ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `new_record?' for nil:NilClass): 2:
    3: <%= f.submit "Save", class: "success button" %> 4: <%= link_to "Back", groups_path, class: "secondary hollow button" %> 5: <% unless @groups.new_record? %> 6: <%= link_to "Records (#{@groups.users.size})", users_path(group: @group.id), class: "hollow button warning" %> 7: <%= link_to "Metafields (#{@groups.metafields.size})", group_metafields_path(@group), class: "hollow button" %> 8: <%= link_to "Media (#{@groups.media.size})", group_media_path(@group), class: "hollow button alert" %> /Users/tyler/Development/guts/app/views/guts/groups/_form.html.erb:5:in `block in ___sers_tyler__evelopment_guts_app_views_guts_groups__form_html_erb___3741573829738920268_70158405583720' 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/groups/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_groups__form_html_erb___3741573829738920268_70158405583720' 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/groups/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_groups_new_html_erb__4202318782351672422_70158405616580' 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.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 (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 (0.9ms) 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.1ms) Started GET "/guts/groups/new" for ::1 at 2015-12-28 12:09:16 -0330 Processing by Guts::GroupsController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/_form.html.erb (2.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/groups/new.html.erb within layouts/guts/application (4.0ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 29ms (Views: 28.0ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:09:17 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:09:17 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:09:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:09:17 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:09:17 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:09:17 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:09:17 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:09:17 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:09:17 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:09:17 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:09:17 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 12:09:17 -0330 Started GET "/guts/groups" for ::1 at 2015-12-28 12:09:18 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (2.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 30ms (Views: 28.3ms | ActiveRecord: 0.5ms) Started GET "/guts/groups/1/edit" for ::1 at 2015-12-28 12:09:20 -0330 Processing by Guts::GroupsController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.0ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/_form.html.erb (2.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/groups/edit.html.erb within layouts/guts/application (4.2ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `users' for nil:NilClass): 3: <%= f.submit "Save", class: "success button" %> 4: <%= link_to "Back", groups_path, class: "secondary hollow button" %> 5: <% unless @group.new_record? %> 6: <%= link_to "Records (#{@groups.users.size})", users_path(group: @group.id), class: "hollow button warning" %> 7: <%= link_to "Metafields (#{@groups.metafields.size})", group_metafields_path(@group), class: "hollow button" %> 8: <%= link_to "Media (#{@groups.media.size})", group_media_path(@group), class: "hollow button alert" %> 9: <% end %> /Users/tyler/Development/guts/app/views/guts/groups/_form.html.erb:6:in `block in ___sers_tyler__evelopment_guts_app_views_guts_groups__form_html_erb___3741573829738920268_70158406830700' 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/groups/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_groups__form_html_erb___3741573829738920268_70158406830700' 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/groups/edit.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_groups_edit_html_erb___649252322240644092_70158422644320' 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.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/template_error.html.erb within rescues/layout (51.3ms) Started GET "/guts/groups/1/edit" for ::1 at 2015-12-28 12:09:34 -0330 Processing by Guts::GroupsController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/_form.html.erb (5.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/groups/edit.html.erb within layouts/guts/application (7.1ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `metafields' for #): 4: <%= link_to "Back", groups_path, class: "secondary hollow button" %> 5: <% unless @group.new_record? %> 6: <%= link_to "Records (#{@group.users.size})", users_path(group: @group.id), class: "hollow button warning" %> 7: <%= link_to "Metafields (#{@group.metafields.size})", group_metafields_path(@group), class: "hollow button" %> 8: <%= link_to "Media (#{@group.media.size})", group_media_path(@group), class: "hollow button alert" %> 9: <% end %> 10:
    activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/views/guts/groups/_form.html.erb:7:in `block in ___sers_tyler__evelopment_guts_app_views_guts_groups__form_html_erb___3741573829738920268_70158423597480' 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/groups/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_groups__form_html_erb___3741573829738920268_70158423597480' 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/groups/edit.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_groups_edit_html_erb___649252322240644092_70158422644320' 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 (8.2ms) 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/template_error.html.erb within rescues/layout (51.0ms) Started GET "/guts/groups/1/edit" for ::1 at 2015-12-28 12:09:57 -0330 Processing by Guts::GroupsController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/_form.html.erb (4.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/groups/edit.html.erb within layouts/guts/application (6.2ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `metafields' for #): 4: <%= link_to "Back", groups_path, class: "secondary hollow button" %> 5: <% unless @group.new_record? %> 6: <%= link_to "Records (#{@group.users.size})", users_path(group: @group.id), class: "hollow button warning" %> 7: <%= link_to "Metafields (#{@group.metafields.size})", group_metafields_path(@group), class: "hollow button" %> 8: <%= link_to "Media (#{@group.media.size})", group_media_path(@group), class: "hollow button alert" %> 9: <% end %> 10: activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/views/guts/groups/_form.html.erb:7:in `block in ___sers_tyler__evelopment_guts_app_views_guts_groups__form_html_erb___3741573829738920268_70158423597480' 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/groups/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_groups__form_html_erb___3741573829738920268_70158423597480' 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/groups/edit.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_groups_edit_html_erb___649252322240644092_70158422644320' 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.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 (0.9ms) 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 (51.0ms) Started GET "/guts/groups/1/edit" for ::1 at 2015-12-28 12:10:20 -0330 Processing by Guts::GroupsController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Group"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Group"]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/_form.html.erb (15.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/groups/edit.html.erb within layouts/guts/application (16.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 75ms (Views: 55.1ms | ActiveRecord: 2.2ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:10:20 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:10:20 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:10:20 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:10:20 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:10:20 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:10:20 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:10:20 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:10:20 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:10:20 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:10:20 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:10:20 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 12:10:20 -0330 Started GET "/guts/groups" for ::1 at 2015-12-28 12:10:56 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (3.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 29ms (Views: 27.7ms | ActiveRecord: 0.6ms) Started GET "/guts/groups/new" for ::1 at 2015-12-28 12:11:00 -0330 Processing by Guts::GroupsController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/_form.html.erb (1.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/groups/new.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 28ms (Views: 27.1ms | ActiveRecord: 0.2ms) Started POST "/guts/groups" for ::1 at 2015-12-28 12:11:04 -0330 Processing by Guts::GroupsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"gS4kBmxSpfnWlc1hVvbc8fd7OUSQlHSvVG/0Tf2S14tAgJblo1aFoY3i2h938gBV50ewyR3letKTsqdn8AOq8Q==", "commit"=>"Save", "group"=>{"title"=>"Testing Group"}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Guts::Group Exists (0.2ms) SELECT 1 AS one FROM "guts_groups" WHERE ("guts_groups"."id" IS NOT NULL) AND "guts_groups"."slug" = ? LIMIT 1 [["slug", "testing-group"]] SQL (0.4ms) INSERT INTO "guts_groups" ("title", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Testing Group"], ["slug", "testing-group"], ["created_at", "2015-12-28 15:41:04.509401"], ["updated_at", "2015-12-28 15:41:04.509401"]]  (1.4ms) commit transaction Redirected to http://localhost:3000/guts/groups/testing-group Completed 302 Found in 117ms (ActiveRecord: 2.0ms) Started GET "/guts/groups/testing-group" for ::1 at 2015-12-28 12:11:04 -0330 Processing by Guts::GroupsController#show as HTML Parameters: {"id"=>"testing-group"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.0ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 0]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) ActiveRecord::RecordNotFound (Couldn't find Guts::Group with 'id'=testing-group): activerecord (4.2.5) lib/active_record/core.rb:155:in `find' /Users/tyler/Development/guts/app/controllers/guts/groups_controller.rb:54:in `set_group' 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.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.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.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 (50.6ms) Started GET "/guts/groups/testing-group" for ::1 at 2015-12-28 12:12:22 -0330 Processing by Guts::GroupsController#show as HTML Parameters: {"id"=>"testing-group"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "testing-group"]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/show.html.erb within layouts/guts/application (1.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 37.0ms | ActiveRecord: 1.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:12:23 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:12:23 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:12:23 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:12:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:12:23 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:12:23 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:12:23 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:12:23 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:12:23 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:12:23 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:12:23 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 12:12:23 -0330 Started GET "/guts/groups" for ::1 at 2015-12-28 12:12:25 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (9.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 36ms (Views: 34.6ms | ActiveRecord: 0.8ms) Started GET "/guts/groups/2" for ::1 at 2015-12-28 12:23:04 -0330 Processing by Guts::GroupsController#show as HTML Parameters: {"id"=>"2"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "2"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/show.html.erb within layouts/guts/application (0.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 31ms (Views: 28.0ms | ActiveRecord: 0.5ms) Started GET "/guts/groups/2?_method=delete" for ::1 at 2015-12-28 12:23:14 -0330 Processing by Guts::GroupsController#show as HTML Parameters: {"id"=>"2"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "2"]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/show.html.erb within layouts/guts/application (0.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 36ms (Views: 32.8ms | ActiveRecord: 0.5ms) Started GET "/guts/groups/2?_method=delete" for ::1 at 2015-12-28 12:23:18 -0330 Processing by Guts::GroupsController#show as HTML Parameters: {"id"=>"2"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "2"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/show.html.erb within layouts/guts/application (0.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 25ms (Views: 22.9ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:23:18 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:23:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:23:18 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:23:18 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:23:18 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:23:18 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:23:18 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:23:18 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:23:18 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:23:18 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:23:18 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 12:23:18 -0330 Started GET "/guts/groups/2?_method=DELETE" for ::1 at 2015-12-28 12:23:44 -0330 Processing by Guts::GroupsController#show as HTML Parameters: {"id"=>"2"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "2"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/show.html.erb within layouts/guts/application (0.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 28ms (Views: 26.4ms | ActiveRecord: 0.3ms) Started GET "/guts/groups/testing-group/edit" for ::1 at 2015-12-28 12:23:46 -0330 Processing by Guts::GroupsController#edit as HTML Parameters: {"id"=>"testing-group"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "testing-group"]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 2], ["fieldable_type", "Guts::Group"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 2], ["filable_type", "Guts::Group"]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/_form.html.erb (10.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/groups/edit.html.erb within layouts/guts/application (12.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 39ms (Views: 36.4ms | ActiveRecord: 1.0ms) Started GET "/guts/groups/2?_method=delete" for ::1 at 2015-12-28 12:24:09 -0330 Processing by Guts::GroupsController#show as HTML Parameters: {"id"=>"2"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "2"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/show.html.erb within layouts/guts/application (0.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 26ms (Views: 23.6ms | ActiveRecord: 0.3ms) Started GET "/guts/groups?_method=delete" for ::1 at 2015-12-28 12:24:15 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (4.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 30ms (Views: 28.8ms | ActiveRecord: 0.5ms) Started GET "/guts/groups?_method=delete" for ::1 at 2015-12-28 12:31:00 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (11.7ms) Completed 500 Internal Server Error in 35ms (ActiveRecord: 1.5ms) ActionView::Template::Error (wrong number of arguments (4 for 0..3)): 27:
    32: 33: <% end %> actionview (4.2.5) lib/action_view/helpers/url_helper.rb:175:in `link_to' /Users/tyler/Development/guts/app/helpers/guts/application_helper.rb:4:in `link_to_destroy' /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb:30:in `block in ___sers_tyler__evelopment_guts_app_views_guts_groups_index_html_erb___2704783343382950074_70158439224060' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb:23:in `___sers_tyler__evelopment_guts_app_views_guts_groups_index_html_erb___2704783343382950074_70158439224060' 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 (5.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.8ms) 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/template_error.html.erb within rescues/layout (49.9ms) Started GET "/guts/groups?_method=delete" for ::1 at 2015-12-28 12:32:28 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (11.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 71ms (Views: 54.0ms | ActiveRecord: 1.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:32:28 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:32:28 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:32:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:32:28 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:32:28 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:32:28 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:32:28 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:32:28 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:32:28 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:32:28 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:32:28 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 12:32:28 -0330 Started GET "/guts/groups?_method=delete" for ::1 at 2015-12-28 12:35:36 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (12.9ms) Completed 500 Internal Server Error in 42ms (ActiveRecord: 1.7ms) ActionView::Template::Error (Missing block): 27: 32: 33: <% end %> actionview (4.2.5) lib/action_view/helpers/form_helper.rb:423:in `form_for' /Users/tyler/Development/guts/app/helpers/guts/application_helper.rb:4:in `link_to_destroy' /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb:30:in `block in ___sers_tyler__evelopment_guts_app_views_guts_groups_index_html_erb___2704783343382950074_70158424760360' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb:23:in `___sers_tyler__evelopment_guts_app_views_guts_groups_index_html_erb___2704783343382950074_70158424760360' 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 (6.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 (2.8ms) 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/template_error.html.erb within rescues/layout (47.0ms) Started GET "/guts/groups?_method=delete" for ::1 at 2015-12-28 12:35:57 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (11.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 40.3ms | ActiveRecord: 1.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:35:57 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:35:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:35:57 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:35:57 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:35:57 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:35:57 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:35:57 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:35:57 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:35:57 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:35:57 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:35:57 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 12:35:57 -0330 Started GET "/guts/groups?_method=delete" for ::1 at 2015-12-28 12:36:53 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.2ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (12.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 68ms (Views: 50.5ms | ActiveRecord: 2.0ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:36:54 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:36:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:36:54 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:36:54 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:36:54 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:36:54 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:36:54 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:36:54 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:36:54 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:36:54 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:36:54 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 12:36:54 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-28 12:36:54 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-28 12:36:54 -0330 Started GET "/guts/groups?_method=delete" for ::1 at 2015-12-28 12:38:36 -0330 SyntaxError (/Users/tyler/Development/guts/app/helpers/guts/application_helper.rb:6: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' html << link_to title, link, opts ^ /Users/tyler/Development/guts/app/helpers/guts/application_helper.rb:6: syntax error, unexpected '\n', expecting '='): /Users/tyler/Development/guts/app/helpers/guts/application_helper.rb:6: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' html << link_to title, link, opts ^ /Users/tyler/Development/guts/app/helpers/guts/application_helper.rb:6: syntax error, unexpected '\n', expecting '=' 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:317:in `depend_on' activesupport (4.2.5) lib/active_support/dependencies.rb:233:in `require_dependency' actionpack (4.2.5) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers' actionpack (4.2.5) lib/abstract_controller/helpers.rb:144:in `map!' actionpack (4.2.5) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers' actionpack (4.2.5) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.2.5) lib/abstract_controller/helpers.rb:108:in `helper' actionpack (4.2.5) lib/abstract_controller/helpers.rb:186:in `default_helper_module!' actionpack (4.2.5) lib/abstract_controller/helpers.rb:36:in `block in inherited' actionpack (4.2.5) lib/abstract_controller/helpers.rb:36:in `class_eval' actionpack (4.2.5) lib/abstract_controller/helpers.rb:36:in `inherited' actionview (4.2.5) lib/action_view/layouts.rb:217:in `inherited' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:226:in `inherited' actionpack (4.2.5) lib/abstract_controller/railties/routes_helpers.rb:7:in `block (2 levels) in with' actionpack (4.2.5) lib/action_controller/railties/helpers.rb:5:in `inherited' /Users/tyler/Development/guts/app/controllers/guts/application_controller.rb:2:in `' /Users/tyler/Development/guts/app/controllers/guts/application_controller.rb:1:in `' 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:317:in `depend_on' activesupport (4.2.5) lib/active_support/dependencies.rb:233:in `require_dependency' /Users/tyler/Development/guts/app/controllers/guts/groups_controller.rb:1:in `' 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 (6.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 (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 (1.3ms) 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 (53.9ms) Started GET "/guts/groups?_method=delete" for ::1 at 2015-12-28 12:38:47 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (12.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 45.2ms | ActiveRecord: 1.9ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:38:47 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:38:47 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:38:47 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:38:47 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:38:47 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:38:47 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:38:47 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:38:47 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:38:47 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:38:47 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:38:47 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 12:38:47 -0330 Started GET "/guts/groups?_method=delete" for ::1 at 2015-12-28 12:39:10 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (13.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 47.0ms | ActiveRecord: 1.9ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:39:11 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:39:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:39:11 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:39:11 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:39:11 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:39:11 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:39:11 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:39:11 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:39:11 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:39:11 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:39:11 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 12:39:11 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-28 12:39:11 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-28 12:39:11 -0330 Started GET "/guts/groups?_method=delete" for ::1 at 2015-12-28 12:39:20 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups"  (0.2ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (14.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 66ms (Views: 48.9ms | ActiveRecord: 2.2ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:39:21 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:39:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:39:21 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:39:21 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:39:21 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:39:21 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:39:21 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:39:21 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:39:21 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:39:21 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:39:21 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 12:39:21 -0330 Started GET "/guts/groups?_method=delete" for ::1 at 2015-12-28 12:40:43 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (11.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 70ms (Views: 54.9ms | ActiveRecord: 1.9ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:40:44 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:40:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:40:44 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:40:44 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:40:44 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:40:44 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:40:44 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:40:44 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:40:44 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:40:44 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:40:44 -0330 Started GET "/assets/guts/application.self-a495f1d4a35a7dd5c347cbc2a62361693687ae90da83fe9cea84a1aae2fd60f7.js?body=1" for ::1 at 2015-12-28 12:40:44 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-28 12:40:44 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-28 12:40:44 -0330 Started GET "/guts/groups?_method=delete" for ::1 at 2015-12-28 12:42:39 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (15.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 201ms (Views: 184.3ms | ActiveRecord: 1.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:42:40 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:42:40 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:42:40 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:42:40 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:42:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:42:40 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:42:40 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:42:40 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:42:40 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:42:40 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:42:40 -0330 Started GET "/assets/guts/application.self-effaa9cf660915adbf695011ecb7a01c437bb2c0f659af65ab5c1ef25d62f9a0.js?body=1" for ::1 at 2015-12-28 12:42:40 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-28 12:42:40 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-28 12:42:40 -0330 Started GET "/guts/gr" for ::1 at 2015-12-28 12:43:01 -0330 ActionController::RoutingError (No route matches [GET] "/guts/gr"): 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.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (7.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 (2.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.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 (138.4ms) Started GET "/guts/groups?_method=delete" for ::1 at 2015-12-28 12:43:33 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (5.9ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 35.7ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:43:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:43:33 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:43:33 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:43:33 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:43:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:43:33 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:43:33 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:43:33 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:43:33 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:43:33 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:43:33 -0330 Started GET "/assets/guts/application.self-effaa9cf660915adbf695011ecb7a01c437bb2c0f659af65ab5c1ef25d62f9a0.js?body=1" for ::1 at 2015-12-28 12:43:33 -0330 Started GET "/guts/groups?_method=delete" for ::1 at 2015-12-28 12:43:55 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (5.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 33ms (Views: 31.3ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:43:55 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:43:55 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:43:55 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:43:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:43:55 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:43:55 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:43:55 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:43:55 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:43:55 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:43:55 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:43:55 -0330 Started GET "/assets/guts/application.self-effaa9cf660915adbf695011ecb7a01c437bb2c0f659af65ab5c1ef25d62f9a0.js?body=1" for ::1 at 2015-12-28 12:43:55 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-28 12:43:55 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-28 12:43:55 -0330 Started GET "/guts/groups?_method=delete" for ::1 at 2015-12-28 12:44:49 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (6.3ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 30ms (Views: 28.5ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:44:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:44:50 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:44:50 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:44:50 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:44:50 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:44:50 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:44:50 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:44:50 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:44:50 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:44:50 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:44:50 -0330 Started GET "/assets/guts/application.self-effaa9cf660915adbf695011ecb7a01c437bb2c0f659af65ab5c1ef25d62f9a0.js?body=1" for ::1 at 2015-12-28 12:44:50 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-28 12:44:50 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-28 12:44:50 -0330 Started GET "/guts/groups?_method=delete" for ::1 at 2015-12-28 12:45:29 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.2ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (15.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 75ms (Views: 56.3ms | ActiveRecord: 2.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:45:29 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:45:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:45:29 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:45:29 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:45:29 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:45:29 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:45:29 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:45:29 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:45:29 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:45:29 -0330 Started GET "/assets/guts/application.self-effaa9cf660915adbf695011ecb7a01c437bb2c0f659af65ab5c1ef25d62f9a0.js?body=1" for ::1 at 2015-12-28 12:45:29 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:45:29 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-28 12:45:29 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-28 12:45:29 -0330 Started DELETE "/guts/groups/testing-group" for ::1 at 2015-12-28 12:45:31 -0330 Processing by Guts::GroupsController#destroy as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMd8LWVf6M7hYaI03KR2afCd11J0NVITI7fRrr35tX/dac7OqlvIlroWtUr9oKrN4KFe3/lEXG7kaoKEsGjIBQ==", "id"=>"testing-group"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "testing-group"]]  (0.0ms) begin transaction Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 2], ["filable_type", "Guts::Group"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 2], ["fieldable_type", "Guts::Group"]] SQL (0.3ms) DELETE FROM "guts_groups" WHERE "guts_groups"."id" = ? [["id", 2]]  (1.3ms) commit transaction Redirected to http://localhost:3000/guts/groups Completed 302 Found in 15ms (ActiveRecord: 2.5ms) Started GET "/guts/groups" for ::1 at 2015-12-28 12:45:31 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (4.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 37ms (Views: 35.9ms | ActiveRecord: 0.6ms) Started GET "/guts/groups" for ::1 at 2015-12-28 12:46:30 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.2ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (13.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 47.2ms | ActiveRecord: 1.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:46:31 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:46:31 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:46:31 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:46:31 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:46:31 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:46:31 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:46:31 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:46:31 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:46:31 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:46:31 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:46:31 -0330 Started GET "/assets/guts/application.self-effaa9cf660915adbf695011ecb7a01c437bb2c0f659af65ab5c1ef25d62f9a0.js?body=1" for ::1 at 2015-12-28 12:46:31 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-28 12:51:29 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (16.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 72ms (Views: 54.3ms | ActiveRecord: 2.3ms) Started GET "/guts/navigations" for ::1 at 2015-12-28 12:52:16 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (21.0ms) Completed 500 Internal Server Error in 45ms (ActiveRecord: 1.2ms) ActionView::Template::Error (undefined local variable or method `link_ops' for #<#:0x007f9e11af0d00>): 24:
    25: <%= link_to "New", new_navigation_navigation_item_path(navigation), {class: "button"} %> 26: <%= link_to "Edit", edit_navigation_path(navigation), {class: "warning button"} %> 27: <%= link_to_destroy "Destroy", navigation, {class: "alert button"} %> 28:
    29:
      30: <% if navigation.navigation_items.size > 0 %> /Users/tyler/Development/guts/app/helpers/guts/application_helper.rb:5:in `link_to_destroy' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:27:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___359758724718868594_70158377411100' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb:20:in `___sers_tyler__evelopment_guts_app_views_guts_navigations_index_html_erb___359758724718868594_70158377411100' 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 (6.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 (3.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 (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 (49.3ms) Started GET "/guts/navigations" for ::1 at 2015-12-28 12:52:23 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (11.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 39.9ms | ActiveRecord: 1.9ms) Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:52:23 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:52:23 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:52:23 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:52:23 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:52:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:52:23 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:52:23 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:52:23 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:52:23 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:52:23 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:52:23 -0330 Started GET "/assets/guts/application.self-effaa9cf660915adbf695011ecb7a01c437bb2c0f659af65ab5c1ef25d62f9a0.js?body=1" for ::1 at 2015-12-28 12:52:23 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-28 12:52:23 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-28 12:52:23 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-28 12:52:50 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (9.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 43.1ms | ActiveRecord: 1.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:52:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:52:50 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:52:50 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:52:50 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:52:50 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:52:51 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:52:51 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:52:51 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:52:51 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:52:51 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:52:51 -0330 Started GET "/assets/guts/application.self-effaa9cf660915adbf695011ecb7a01c437bb2c0f659af65ab5c1ef25d62f9a0.js?body=1" for ::1 at 2015-12-28 12:52:51 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-28 12:52:51 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-28 12:52:51 -0330 Started GET "/guts/groups" for ::1 at 2015-12-28 12:57:00 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (10.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 185ms (Views: 179.0ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/application.self-767af4c51946591e93e17245ca9f6023372635971b5e8553f1dff49f7d267d17.js?body=1" for ::1 at 2015-12-28 12:57:00 -0330 Started GET "/guts/groups/new" for ::1 at 2015-12-28 12:57:01 -0330 Processing by Guts::GroupsController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/_form.html.erb (1.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/groups/new.html.erb within layouts/guts/application (2.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 31ms (Views: 30.3ms | ActiveRecord: 0.2ms) Started POST "/guts/groups" for ::1 at 2015-12-28 12:57:04 -0330 Processing by Guts::GroupsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"4Ha7bO02AHEXiVtQmXctRSplGoO8v7U0jSYRbSvaaUch2AmPIjIgKUz+TC64c/HhOlmTDjHOu0lK+0JHJksUPQ==", "commit"=>"Save", "group"=>{"title"=>"Testing Group"}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Guts::Group Exists (0.1ms) SELECT 1 AS one FROM "guts_groups" WHERE ("guts_groups"."id" IS NOT NULL) AND "guts_groups"."slug" = ? LIMIT 1 [["slug", "testing-group"]] SQL (0.3ms) INSERT INTO "guts_groups" ("title", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Testing Group"], ["slug", "testing-group"], ["created_at", "2015-12-28 16:27:04.932145"], ["updated_at", "2015-12-28 16:27:04.932145"]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/groups Completed 302 Found in 7ms (ActiveRecord: 1.3ms) Started GET "/guts/groups" for ::1 at 2015-12-28 12:57:04 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (10.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 44ms (Views: 42.5ms | ActiveRecord: 0.7ms) Started GET "/guts/groups" for ::1 at 2015-12-28 12:57:17 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.2ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (41.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 754ms (Views: 671.8ms | ActiveRecord: 3.2ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:57:18 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:57:19 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:57:19 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:57:19 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:57:19 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:57:19 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:57:19 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:57:19 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:57:19 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:57:19 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:57:19 -0330 Started GET "/assets/guts/application.self-767af4c51946591e93e17245ca9f6023372635971b5e8553f1dff49f7d267d17.js?body=1" for ::1 at 2015-12-28 12:57:19 -0330 Started GET "/guts/groups" for ::1 at 2015-12-28 12:58:00 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (6.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 48.1ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:58:00 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:58:00 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:58:00 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:58:00 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:58:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:58:00 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:58:00 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:58:01 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:58:01 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:58:01 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:58:01 -0330 Started GET "/assets/guts/application.self-767af4c51946591e93e17245ca9f6023372635971b5e8553f1dff49f7d267d17.js?body=1" for ::1 at 2015-12-28 12:58:01 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-28 12:58:01 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-28 12:58:01 -0330 Started GET "/guts/groups" for ::1 at 2015-12-28 12:58:39 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups"  (0.4ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (10.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 500 Internal Server Error in 51ms (ActiveRecord: 1.1ms) ActionView::Template::Error (couldn't find file './vendor/*.js' under '/Users/tyler/Development/guts/app/assets/javascripts' with type 'application/javascript'): 39: 40: 41: 42: <%= javascript_include_tag "guts/application" %> 43: 44: /Users/tyler/Development/guts/app/assets/javascripts/guts/application.js.erb:3 sprockets (3.5.2) lib/sprockets/resolve.rb:64:in `resolve!' sprockets (3.5.2) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.5.2) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.5.2) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.5.2) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.5.2) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.5.2) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.5.2) lib/sprockets/directive_processor.rb:68:in `call' sprockets (3.5.2) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.5.2) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.5.2) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.5.2) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.5.2) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.5.2) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.5.2) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache' sprockets (3.5.2) lib/sprockets/loader.rb:44:in `load' sprockets (3.5.2) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.5.2) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.5.2) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.5.2) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.5.2) lib/sprockets/utils.rb:183:in `dfs' sprockets (3.5.2) lib/sprockets/bundle.rb:24:in `call' sprockets (3.5.2) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.5.2) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.5.2) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.5.2) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.5.2) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.5.2) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.5.2) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache' sprockets (3.5.2) lib/sprockets/loader.rb:44:in `load' sprockets (3.5.2) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.5.2) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.5.2) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.5.2) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.5.2) lib/sprockets/base.rb:92:in `[]' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:342:in `find_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:334:in `find_debug_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:217:in `block in lookup_debug_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:230:in `block in resolve_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:229:in `each' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:229:in `detect' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:229:in `resolve_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:216:in `lookup_debug_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:129:in `block in javascript_include_tag' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:128:in `map' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:128:in `javascript_include_tag' /Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:42:in `___sers_tyler__evelopment_guts_app_views_layouts_guts_application_html_erb___4041115097899281612_70120500117720' 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 (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 (3.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/template_error.html.erb within rescues/layout (56.5ms) Started GET "/guts/groups" for ::1 at 2015-12-28 12:58:41 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (5.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 500 Internal Server Error in 37ms (ActiveRecord: 0.9ms) ActionView::Template::Error (couldn't find file './vendor/*.js' under '/Users/tyler/Development/guts/app/assets/javascripts' with type 'application/javascript'): 39: 40: 41: 42: <%= javascript_include_tag "guts/application" %> 43: 44: /Users/tyler/Development/guts/app/assets/javascripts/guts/application.js.erb:3 sprockets (3.5.2) lib/sprockets/resolve.rb:64:in `resolve!' sprockets (3.5.2) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.5.2) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.5.2) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.5.2) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.5.2) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.5.2) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.5.2) lib/sprockets/directive_processor.rb:68:in `call' sprockets (3.5.2) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.5.2) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.5.2) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.5.2) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.5.2) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.5.2) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.5.2) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache' sprockets (3.5.2) lib/sprockets/loader.rb:44:in `load' sprockets (3.5.2) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.5.2) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.5.2) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.5.2) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.5.2) lib/sprockets/utils.rb:183:in `dfs' sprockets (3.5.2) lib/sprockets/bundle.rb:24:in `call' sprockets (3.5.2) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.5.2) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.5.2) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.5.2) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.5.2) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.5.2) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.5.2) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache' sprockets (3.5.2) lib/sprockets/loader.rb:44:in `load' sprockets (3.5.2) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.5.2) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.5.2) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.5.2) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.5.2) lib/sprockets/base.rb:92:in `[]' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:342:in `find_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:334:in `find_debug_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:217:in `block in lookup_debug_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:230:in `block in resolve_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:229:in `each' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:229:in `detect' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:229:in `resolve_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:216:in `lookup_debug_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:129:in `block in javascript_include_tag' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:128:in `map' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:128:in `javascript_include_tag' /Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:42:in `___sers_tyler__evelopment_guts_app_views_layouts_guts_application_html_erb___4041115097899281612_70120500117720' 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 (13.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/template_error.html.erb within rescues/layout (56.4ms) Started GET "/guts/groups" for ::1 at 2015-12-28 12:59:33 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (4.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 266ms (Views: 264.6ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:59:33 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:59:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:59:33 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:59:33 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:59:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:59:33 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:59:33 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:59:33 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-28 12:59:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-28 12:59:33 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:59:33 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:59:33 -0330 Started GET "/assets/guts/application.self-36c1db95620c751fff4bffe1fbada98c099a00c8ce1f7c811768d9430b7f5474.js?body=1" for ::1 at 2015-12-28 12:59:33 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:59:33 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-28 12:59:33 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-28 12:59:33 -0330 Started GET "/guts/groups" for ::1 at 2015-12-28 12:59:40 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.2ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (11.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 41ms (Views: 39.1ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 12:59:41 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 12:59:41 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 12:59:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 12:59:41 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 12:59:41 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 12:59:41 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 12:59:41 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-28 12:59:41 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 12:59:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-28 12:59:41 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 12:59:41 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 12:59:41 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 12:59:41 -0330 Started GET "/assets/guts/application.self-36c1db95620c751fff4bffe1fbada98c099a00c8ce1f7c811768d9430b7f5474.js?body=1" for ::1 at 2015-12-28 12:59:41 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-28 12:59:41 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-28 12:59:41 -0330 Started DELETE "/guts/groups/testing-group" for ::1 at 2015-12-28 12:59:52 -0330 Processing by Guts::GroupsController#destroy as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xzl3spUATQ8dkeYdUm0SmwA8/ckTCArji636e2GfeUSel8VRWgRtV0bm8WNzac4/EAB0RJ55BJ5McKlRbA4EPg==", "id"=>"testing-group"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "testing-group"]]  (0.1ms) begin transaction Guts::Medium Load (0.5ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Group"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Group"]] SQL (0.3ms) DELETE FROM "guts_groups" WHERE "guts_groups"."id" = ? [["id", 3]]  (1.4ms) commit transaction Redirected to http://localhost:3000/guts/groups Completed 302 Found in 21ms (ActiveRecord: 3.4ms) Started GET "/guts/groups" for ::1 at 2015-12-28 12:59:52 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (6.5ms) Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 86ms (Views: 82.2ms | ActiveRecord: 1.5ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Started GET "/guts/groups" for ::1 at 2015-12-28 13:03:36 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups"  (0.2ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (7.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 44.6ms | ActiveRecord: 1.9ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 13:03:36 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 13:03:36 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 13:03:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 13:03:36 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 13:03:36 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 13:03:36 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 13:03:36 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 13:03:36 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-28 13:03:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-28 13:03:36 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 13:03:36 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 13:03:36 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 13:03:36 -0330 Started GET "/assets/guts/application.self-36c1db95620c751fff4bffe1fbada98c099a00c8ce1f7c811768d9430b7f5474.js?body=1" for ::1 at 2015-12-28 13:03:36 -0330 Started GET "/guts/groups" for ::1 at 2015-12-28 13:03:59 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (6.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 81ms (Views: 58.3ms | ActiveRecord: 1.9ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 13:04:00 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 13:04:00 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 13:04:00 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 13:04:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 13:04:00 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 13:04:00 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 13:04:00 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 13:04:00 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-28 13:04:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-28 13:04:00 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 13:04:00 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 13:04:00 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 13:04:00 -0330 Started GET "/assets/guts/application.self-36c1db95620c751fff4bffe1fbada98c099a00c8ce1f7c811768d9430b7f5474.js?body=1" for ::1 at 2015-12-28 13:04:00 -0330 Started GET "/guts/session/logout" for ::1 at 2015-12-28 13:04:12 -0330 Processing by Guts::SessionsController#destroy as HTML Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/guts/session/login" for ::1 at 2015-12-28 13:04:12 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (19.4ms) Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 69ms (Views: 68.1ms | ActiveRecord: 0.6ms) Started GET "/guts/types" for ::1 at 2015-12-28 13:04:17 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Redirected to http://localhost:3000/guts/session/login Filter chain halted as :firewall rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/guts/session/login" for ::1 at 2015-12-28 13:04:17 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.3ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 31ms (Views: 30.8ms | ActiveRecord: 0.2ms) Started GET "/guts/session/login" for ::1 at 2015-12-28 14:22:53 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (39.9ms) Guts::User Load (2.8ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 997ms (Views: 993.2ms | ActiveRecord: 3.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 14:22:54 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 14:22:54 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 14:22:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 14:22:54 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 14:22:54 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 14:22:54 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 14:22:54 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-28 14:22:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-28 14:22:54 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 14:22:54 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 14:22:54 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 14:22:54 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 14:22:54 -0330 Started GET "/assets/guts/application.self-36c1db95620c751fff4bffe1fbada98c099a00c8ce1f7c811768d9430b7f5474.js?body=1" for ::1 at 2015-12-28 14:22:55 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-28 14:22:55 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-28 14:22:55 -0330 Started GET "/guts/session/forgot" for ::1 at 2015-12-28 14:22:57 -0330 Processing by Guts::SessionsController#forgot as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/forgot.html.erb within layouts/guts/application (4.0ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 53ms (Views: 52.2ms | ActiveRecord: 0.2ms) Started POST "/guts/session/forgot_token" for ::1 at 2015-12-28 14:23:00 -0330 Processing by Guts::SessionsController#forgot_token as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"6dDhvTKeaoXjBRFmAFBxLxXrMx1pHCo8AUk/WaiFkBooflNe/ZpK3bhyBhghVK2LBde6kORtJEHGlGxzpRTtYA==", "commit"=>"Submit", "session"=>{"email"=>"tyler.n.king@outlook.com"}} Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]]  (0.1ms) begin transaction Guts::User Exists (0.2ms) SELECT 1 AS one FROM "guts_users" WHERE (LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') AND "guts_users"."id" != 1) LIMIT 1 SQL (3.5ms) UPDATE "guts_users" SET "password_token" = ?, "updated_at" = ? WHERE "guts_users"."id" = ? [["password_token", "5b35f75e"], ["updated_at", "2015-12-28 17:53:00.254633"], ["id", 1]]  (1.3ms) commit transaction Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 88ms (ActiveRecord: 5.9ms) Started GET "/guts/session/login" for ::1 at 2015-12-28 14:23:00 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.3ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 38ms (Views: 38.0ms | ActiveRecord: 0.2ms) Started GET "/guts/session/reset_password/5b35f75e" for ::1 at 2015-12-28 14:23:15 -0330 Processing by Guts::SessionsController#reset_password as HTML Parameters: {"token"=>"5b35f75e"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."password_token" = ? LIMIT 1 [["password_token", "5b35f75e"]]  (0.1ms) begin transaction Guts::User Exists (0.2ms) SELECT 1 AS one FROM "guts_users" WHERE (LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') AND "guts_users"."id" != 1) LIMIT 1 SQL (0.5ms) UPDATE "guts_users" SET "password_token" = ?, "password_digest" = ?, "updated_at" = ? WHERE "guts_users"."id" = ? [["password_token", nil], ["password_digest", "$2a$10$tlE6gH2GJssoZ.X5KCwXIuTU0.MatMNW2JBKQR70Knps9zgOVXlgW"], ["updated_at", "2015-12-28 17:53:15.975967"], ["id", 1]]  (3.0ms) commit transaction Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 102ms (ActiveRecord: 3.9ms) Started GET "/guts/session/login" for ::1 at 2015-12-28 14:23:15 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (2.4ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 36ms (Views: 35.8ms | ActiveRecord: 0.2ms) Started POST "/guts/session/login" for ::1 at 2015-12-28 14:23:22 -0330 Processing by Guts::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"nrP0RZygxhWFBSSsyBFrUlW9U1UaRMwNk8ajbWidehhfHUamU6TmTd5yM9LpFbf2RYHa2Jc1wnBUG/BHZQwHYg==", "commit"=>"Login", "session"=>{"email"=>"tyler.n.king@outlook.com", "password"=>"[FILTERED]"}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]] Redirected to http://localhost:3000/guts/users Completed 302 Found in 123ms (ActiveRecord: 0.1ms) Started GET "/guts/users" for ::1 at 2015-12-28 14:23:22 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.7ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (27.9ms) Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 254ms (Views: 116.0ms | ActiveRecord: 2.2ms) Started GET "/guts/types" for ::1 at 2015-12-28 14:23:26 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.5ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.5ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (23.1ms) CACHE (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 69ms (Views: 64.9ms | ActiveRecord: 2.0ms) Started GET "/guts/types/new" for ::1 at 2015-12-28 14:23:32 -0330 Processing by Guts::TypesController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (3.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/new.html.erb within layouts/guts/application (9.4ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 55.0ms | ActiveRecord: 0.4ms) Started GET "/guts/types" for ::1 at 2015-12-28 14:23:34 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (4.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 48.5ms | ActiveRecord: 0.8ms) Started GET "/guts/categories" for ::1 at 2015-12-28 14:23:35 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.4ms) SELECT "guts_categories".* FROM "guts_categories"  (0.4ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (17.7ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 94ms (Views: 82.6ms | ActiveRecord: 2.1ms) Started GET "/guts/categories/demo-category/edit" for ::1 at 2015-12-28 14:23:38 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.4ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.5ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (17.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (19.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 60.2ms | ActiveRecord: 1.8ms) Started GET "/guts/categories/demo-category/metafields" for ::1 at 2015-12-28 14:23:42 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.5ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (42.4ms) Completed 500 Internal Server Error in 55ms (ActiveRecord: 0.9ms) ActionView::Template::Error (undefined method `link_to_destory' for #<#:0x007fd128a5fba8>): 28:
    29: 33: 34: <% end %> /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:31:in `block in ___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb__424502780042531042_70268153425680' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:24:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb__424502780042531042_70268153425680' 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.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 (3.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 (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 (66.2ms) Started GET "/guts/navigations" for ::1 at 2015-12-28 14:23:45 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.7ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (1.3ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.5ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (24.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 80ms (Views: 65.5ms | ActiveRecord: 4.4ms) Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2015-12-28 14:23:50 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (8.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (10.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 114ms (Views: 56.2ms | ActiveRecord: 0.7ms) Started GET "/guts/navigations/test-menu/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-28 14:23:53 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-menu"} Guts::User Load (1.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.7ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Guts::Content Load (11.9ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 121ms (Views: 0.8ms | ActiveRecord: 14.8ms) Started POST "/guts/navigations/test-menu/items" for ::1 at 2015-12-28 14:23:56 -0330 Processing by Guts::NavigationItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"XpG/wy6MZLlf590P3agRi/pfv5xev1B0gpKidKMzIRWfPw0g4YhE4QSQynH8rM0v6mM2EdPOXglFT/FerqJcbw==", "commit"=>"Save", "navigation_item"=>{"title"=>"Bleh", "navigatable_type"=>"Guts::Content", "navigatable_id"=>"1", "custom"=>"", "navigation_id"=>"1"}, "navigation_id"=>"test-menu"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.2ms) begin transaction SQL (0.9ms) INSERT INTO "guts_navigation_items" ("title", "custom", "navigation_id", "navigatable_type", "navigatable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "Bleh"], ["custom", ""], ["navigation_id", 1], ["navigatable_type", "Guts::Content"], ["navigatable_id", 1], ["created_at", "2015-12-28 17:53:56.851819"], ["updated_at", "2015-12-28 17:53:56.851819"]]  (1.0ms) commit transaction Redirected to http://localhost:3000/guts/navigations/test-menu/items Completed 302 Found in 19ms (ActiveRecord: 2.6ms) Started GET "/guts/navigations/test-menu/items" for ::1 at 2015-12-28 14:23:56 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (13.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 99ms (Views: 95.3ms | ActiveRecord: 1.0ms) Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-28 14:23:57 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-28 14:23:58 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (11.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 43.9ms | ActiveRecord: 1.1ms) Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2015-12-28 14:24:01 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (5.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 44ms (Views: 37.7ms | ActiveRecord: 0.4ms) Started POST "/guts/navigations/test-menu/items" for ::1 at 2015-12-28 14:24:10 -0330 Processing by Guts::NavigationItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Pm+Il2GB6ynAhPtGDeXTSItyfM0Yz7Yfei/SjrFGkQz/wTp0roXLcZvz7Dgs4Q/sm071QJW+uGK98oGkvNfsdg==", "commit"=>"Save", "navigation_item"=>{"title"=>"Test Link", "navigatable_type"=>"", "custom"=>"google.com", "navigation_id"=>"1"}, "navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "guts_navigation_items" ("title", "custom", "navigation_id", "navigatable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Test Link"], ["custom", "google.com"], ["navigation_id", 1], ["navigatable_type", ""], ["created_at", "2015-12-28 17:54:10.558590"], ["updated_at", "2015-12-28 17:54:10.558590"]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/navigations/test-menu/items Completed 302 Found in 6ms (ActiveRecord: 1.3ms) Started GET "/guts/navigations/test-menu/items" for ::1 at 2015-12-28 14:24:10 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Guts::NavigationItem Load (0.6ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.3ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (17.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 129ms (Views: 124.0ms | ActiveRecord: 1.9ms) Started GET "/guts/navigations" for ::1 at 2015-12-28 14:24:11 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.3ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (9.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 70ms (Views: 67.4ms | ActiveRecord: 1.3ms) Started GET "/guts/media" for ::1 at 2015-12-28 14:24:15 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.5ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (15.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 55.5ms | ActiveRecord: 1.1ms) Started GET "/guts/media/5/edit" for ::1 at 2015-12-28 14:24:21 -0330 Processing by Guts::MediaController#edit as HTML Parameters: {"id"=>"5"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 5]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (7.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/edit.html.erb within layouts/guts/application (10.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 47.2ms | ActiveRecord: 0.6ms) Started GET "/guts/media" for ::1 at 2015-12-28 14:24:24 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (4.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 46.5ms | ActiveRecord: 0.9ms) Started GET "/guts/media/5/edit" for ::1 at 2015-12-28 14:24:29 -0330 Processing by Guts::MediaController#edit as HTML Parameters: {"id"=>"5"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 5]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (2.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/edit.html.erb within layouts/guts/application (5.2ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 49.3ms | ActiveRecord: 0.5ms) Started GET "/guts/media" for ::1 at 2015-12-28 14:24:31 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (5.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 53.8ms | ActiveRecord: 0.6ms) Started GET "/guts/media/5/edit" for ::1 at 2015-12-28 14:24:37 -0330 Processing by Guts::MediaController#edit as HTML Parameters: {"id"=>"5"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 5]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (3.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/edit.html.erb within layouts/guts/application (6.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 70ms (Views: 63.5ms | ActiveRecord: 0.7ms) Started GET "/guts/media" for ::1 at 2015-12-28 14:24:39 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (11.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 89ms (Views: 86.2ms | ActiveRecord: 0.7ms) Started GET "/guts/users" for ::1 at 2015-12-28 14:24:39 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 42.5ms | ActiveRecord: 0.5ms) Started GET "/guts/users/1/edit" for ::1 at 2015-12-28 14:24:41 -0330 Processing by Guts::UsersController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::User"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::User"]]  (0.2ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" CACHE (0.0ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (13.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/edit.html.erb within layouts/guts/application (17.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 58.6ms | ActiveRecord: 0.9ms) Started GET "/guts/groups" for ::1 at 2015-12-28 14:24:44 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.3ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (14.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 68ms (Views: 65.8ms | ActiveRecord: 0.8ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-28 14:24:47 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (43.5ms) Completed 500 Internal Server Error in 59ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined method `link_to_destory' for #<#:0x007fd124337cf8>): 26: 27: 31: 32: <% end %> /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb:29:in `block in ___sers_tyler__evelopment_guts_app_views_guts_contents_index_html_erb__1661313215999751934_70268116101140' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb:22:in `___sers_tyler__evelopment_guts_app_views_guts_contents_index_html_erb__1661313215999751934_70268116101140' 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.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 (8.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 (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 (88.1ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-28 14:24:57 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.5ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (32.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (35.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 78ms (Views: 70.7ms | ActiveRecord: 1.7ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-28 14:24:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-28 14:24:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-28 14:24:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-28 14:24:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-28 14:24:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-28 14:24:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-28 14:24:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-28 14:24:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-28 14:24:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-28 14:24:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-28 14:24:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-28 14:24:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-28 14:24:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-28 14:24:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-28 14:24:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-28 14:24:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-28 14:24:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-28 14:24:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-28 14:24:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-28 14:24:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-28 14:24:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-28 14:24:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-28 14:24:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-28 14:24:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-28 14:24:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-28 14:24:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-28 14:24:58 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-28 14:24:58 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-28 14:24:58 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-28 14:24:58 -0330 Started GET "/guts/media" for ::1 at 2015-12-28 14:25:22 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 81ms (Views: 77.5ms | ActiveRecord: 0.7ms) Started GET "/guts/media/5/editor_insert" for ::1 at 2015-12-28 14:25:29 -0330 Processing by Guts::MediaController#editor_insert as */* Parameters: {"id"=>"5"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 5]] Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb (1.8ms) Completed 200 OK in 22ms (Views: 19.9ms | ActiveRecord: 0.3ms) Started PATCH "/guts/contents/test-page" for ::1 at 2015-12-28 14:25:50 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"0M95U7MXzoWU8VgZFfkvZKzufEYYBouzgZypNcSPtqIRYcuwfBPu3c+GT2c0/fPAvNL1y5V3hc5GQfofyR7L2A==", "commit"=>"Save Page", "content"=>{"title"=>"Test Page", "slug"=>"test-page", "type_id"=>"1", "content"=>"

    Hi!\"\"\"\"

    ", "visible"=>"1", "category_ids"=>[""]}, "id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Guts::Category Load (0.4ms) 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", 1]] SQL (0.6ms) UPDATE "guts_contents" SET "content" = ?, "updated_at" = ? WHERE "guts_contents"."id" = ? [["content", "

    Hi!\"\"\"\"

    "], ["updated_at", "2015-12-28 17:55:50.302551"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://localhost:3000/guts/contents?type=page Completed 302 Found in 40ms (ActiveRecord: 4.0ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-28 14:25:50 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (78.7ms) Completed 500 Internal Server Error in 98ms (ActiveRecord: 0.9ms) ActionView::Template::Error (undefined method `link_to_destory' for #<#:0x007fd126b17a70>): 26: 27: 31: 32: <% end %> /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb:29:in `block in ___sers_tyler__evelopment_guts_app_views_guts_contents_index_html_erb__1661313215999751934_70268116101140' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb:22:in `___sers_tyler__evelopment_guts_app_views_guts_contents_index_html_erb__1661313215999751934_70268116101140' 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 (8.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 (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 (61.2ms) Started GET "/guts/types" for ::1 at 2015-12-28 14:25:55 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (10.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 77ms (Views: 72.6ms | ActiveRecord: 1.1ms) Started GET "/guts/types/page/edit" for ::1 at 2015-12-28 14:25:59 -0330 Processing by Guts::TypesController#edit as HTML Parameters: {"id"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Type"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Type"]] Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (12.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (15.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 84ms (Views: 79.0ms | ActiveRecord: 0.9ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-28 14:26:02 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (36.7ms) Completed 500 Internal Server Error in 47ms (ActiveRecord: 0.7ms) ActionView::Template::Error (undefined method `link_to_destory' for #<#:0x007fd126e05b38>): 26: 27: 31: 32: <% end %> /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb:29:in `block in ___sers_tyler__evelopment_guts_app_views_guts_contents_index_html_erb__1661313215999751934_70268116101140' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb:22:in `___sers_tyler__evelopment_guts_app_views_guts_contents_index_html_erb__1661313215999751934_70268116101140' 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 (10.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 (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 (1.9ms) 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 (69.5ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-28 14:26:44 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 43ms (Views: 38.9ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-28 14:26:45 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-28 14:26:45 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-28 14:26:45 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-28 14:26:45 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-28 14:26:45 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-28 14:26:45 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-28 14:26:45 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-28 14:26:45 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-28 14:26:45 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-28 14:26:45 -0330 Started GET "/assets/guts/media.self-1c5eab781183fc9544bd6aae271294c3841719088c496226c024cfae48e4480c.js?body=1" for ::1 at 2015-12-28 14:26:45 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-28 14:26:45 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-28 14:26:45 -0330 Started GET "/assets/guts/application.self-36c1db95620c751fff4bffe1fbada98c099a00c8ce1f7c811768d9430b7f5474.js?body=1" for ::1 at 2015-12-28 14:26:45 -0330 Started GET "/guts/contents?type=post" for ::1 at 2015-12-28 14:26:50 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"post"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "post"]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 60.9ms | ActiveRecord: 0.7ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-28 14:26:51 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 45.4ms | ActiveRecord: 0.6ms) Started GET "/guts/media" for ::1 at 2015-12-28 14:26:52 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (4.7ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 51.3ms | ActiveRecord: 0.9ms) Started GET "/guts/categories" for ::1 at 2015-12-28 14:26:56 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories"  (0.2ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (7.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 51.6ms | ActiveRecord: 1.0ms) Started GET "/guts/media" for ::1 at 2015-12-28 14:26:58 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (5.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 42.9ms | ActiveRecord: 0.7ms) Started GET "/guts/media/5/edit" for ::1 at 2015-12-28 14:26:59 -0330 Processing by Guts::MediaController#edit as HTML Parameters: {"id"=>"5"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 5]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (2.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/edit.html.erb within layouts/guts/application (5.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 72ms (Views: 70.0ms | ActiveRecord: 0.4ms) Started GET "/guts/media" for ::1 at 2015-12-28 14:27:01 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (1.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (12.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 102ms (Views: 98.8ms | ActiveRecord: 1.7ms) Started GET "/guts/navigations" for ::1 at 2015-12-28 14:27:01 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (4.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (1.4ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (17.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 93ms (Views: 75.1ms | ActiveRecord: 6.8ms) Started GET "/guts/categories" for ::1 at 2015-12-28 14:27:03 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories"  (0.2ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (7.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 77ms (Views: 72.3ms | ActiveRecord: 1.0ms) Started GET "/guts/categories/demo-category/edit" for ::1 at 2015-12-28 14:27:04 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-category"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (5.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (7.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 66ms (Views: 60.0ms | ActiveRecord: 0.9ms) Started GET "/guts/categories/demo-category/metafields" for ::1 at 2015-12-28 14:27:05 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 45.0ms | ActiveRecord: 1.0ms) Started GET "/guts/categories/demo-category/metafields/new" for ::1 at 2015-12-28 14:27:09 -0330 Processing by Guts::MetafieldsController#new as HTML Parameters: {"fieldable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (3.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/new.html.erb within layouts/guts/application (9.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 49.2ms | ActiveRecord: 0.4ms) Started POST "/guts/categories/demo-category/metafields" for ::1 at 2015-12-28 14:27:13 -0330 Processing by Guts::MetafieldsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cGz3xMTAUKis6QzOcGP9t9/8wrPjhzACKFVquonE1x2xwkUnC8Rw8PeeG7BRZyETz8BLPm72Pn/viDmQhFWqZw==", "commit"=>"Save", "metafield"=>{"key"=>"ERIK", "value"=>"POOP", "fieldable_id"=>"1", "fieldable_type"=>"Guts::Category"}, "fieldable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (2.9ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.3ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "guts_metafields" ("key", "value", "fieldable_id", "fieldable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["key", "ERIK"], ["value", "POOP"], ["fieldable_id", 1], ["fieldable_type", "Guts::Category"], ["created_at", "2015-12-28 17:57:13.396153"], ["updated_at", "2015-12-28 17:57:13.396153"]]  (3.2ms) commit transaction Redirected to http://localhost:3000/guts/categories/demo-category/metafields Completed 302 Found in 29ms (ActiveRecord: 7.3ms) Started GET "/guts/categories/demo-category/metafields" for ::1 at 2015-12-28 14:27:13 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.4ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (16.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 137ms (Views: 125.2ms | ActiveRecord: 1.1ms) Started GET "/guts/categories/demo-category/edit" for ::1 at 2015-12-28 14:27:19 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-category"} Guts::User Load (0.7ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (5.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (9.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 43ms (Views: 38.3ms | ActiveRecord: 1.2ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-28 14:27:24 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 41.0ms | ActiveRecord: 0.6ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-28 14:27:26 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (14.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (17.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 62.9ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-28 14:27:27 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-28 14:27:28 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-28 14:27:28 -0330 Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-28 14:27:28 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (1.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 57.0ms | ActiveRecord: 0.8ms) Started GET "/guts/contents/test-page/media/new" for ::1 at 2015-12-28 14:27:30 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.5ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (2.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (4.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 42.8ms | ActiveRecord: 0.8ms) Started POST "/guts/contents/test-page/media" for ::1 at 2015-12-28 14:27:43 -0330 Processing by Guts::MediaController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"kYHDbsSu2+0j8+4M4xKk3VAtCGtBfKcw/FiKDOLzkYxQL3GNC6r7tXiE+XLCFnh5QBGB5swNqU07hdkm72Ls9g==", "commit"=>"Save", "medium"=>{"file"=>#, @original_filename="Screen Shot 2015-12-16 at 10.16.55 AM.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"medium[file]\"; filename=\"Screen Shot 2015-12-16 at 10.16.55 AM.png\"\r\nContent-Type: image/png\r\n">, "title"=>"SCREENSHOT", "caption"=>"", "tags"=>"", "filable_type"=>"Guts::Content", "filable_id"=>"1"}, "filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Command :: file -b --mime '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/910ee2f2b8954ffadb2e7b24e7a4912620151228-52126-1kdf763.png' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151228-52126-1oowd02.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151228-52126-1oowd02.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151228-52126-1oowd02.png[0]' -auto-orient -resize "50x50" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/a71fe63d44b14f89c36b17ede04b164020151228-52126-1lnqoyt' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151228-52126-1oowd02.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151228-52126-1oowd02.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151228-52126-1oowd02.png[0]' -auto-orient -resize "100x100" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/a71fe63d44b14f89c36b17ede04b164020151228-52126-1iuvsji' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151228-52126-1oowd02.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151228-52126-1oowd02.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151228-52126-1oowd02.png[0]' -auto-orient -resize "160x160" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/a71fe63d44b14f89c36b17ede04b164020151228-52126-iehw0y' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151228-52126-1oowd02.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151228-52126-1oowd02.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151228-52126-1oowd02.png[0]' -auto-orient -resize "240x240" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/a71fe63d44b14f89c36b17ede04b164020151228-52126-3mju7n' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151228-52126-1oowd02.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151228-52126-1oowd02.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151228-52126-1oowd02.png[0]' -auto-orient -resize "480x480" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/a71fe63d44b14f89c36b17ede04b164020151228-52126-ed99lg' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151228-52126-1oowd02.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151228-52126-1oowd02.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151228-52126-1oowd02.png[0]' -auto-orient -resize "600x600" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/a71fe63d44b14f89c36b17ede04b164020151228-52126-1qe6m3' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151228-52126-1oowd02.png[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151228-52126-1oowd02.png[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/087ca6b04931c1e9838a22860c13d4be20151228-52126-1oowd02.png[0]' -auto-orient -resize "1200x1200" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/a71fe63d44b14f89c36b17ede04b164020151228-52126-a4w0rj'  (0.2ms) begin transaction Command :: file -b --mime '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/910ee2f2b8954ffadb2e7b24e7a4912620151228-52126-kb3pd7.png' Command :: file -b --mime '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/910ee2f2b8954ffadb2e7b24e7a4912620151228-52126-xzk7pq.png' SQL (0.5ms) INSERT INTO "guts_media" ("title", "tags", "caption", "file_file_name", "file_content_type", "file_file_size", "file_updated_at", "filable_type", "filable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "SCREENSHOT"], ["tags", ""], ["caption", ""], ["file_file_name", "Screen_Shot_2015-12-16_at_10.16.55_AM.png"], ["file_content_type", "image/png"], ["file_file_size", 129314], ["file_updated_at", "2015-12-28 17:57:43.219470"], ["filable_type", "Guts::Content"], ["filable_id", 1], ["created_at", "2015-12-28 17:57:44.749015"], ["updated_at", "2015-12-28 17:57:44.749015"]]  (2.5ms) commit transaction Redirected to http://localhost:3000/guts/contents/test-page/media Completed 302 Found in 1584ms (ActiveRecord: 4.1ms) Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-28 14:27:44 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (8.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 68ms (Views: 60.3ms | ActiveRecord: 1.1ms) Started GET "/guts/media" for ::1 at 2015-12-28 14:27:55 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (8.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 49.6ms | ActiveRecord: 1.0ms) Started GET "/guts/users" for ::1 at 2015-12-28 14:27:59 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.8ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (10.7ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 56.6ms | ActiveRecord: 1.8ms) Started GET "/guts/users/1/edit" for ::1 at 2015-12-28 14:28:00 -0330 Processing by Guts::UsersController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::User"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::User"]]  (0.1ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" CACHE (0.0ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (11.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/edit.html.erb within layouts/guts/application (13.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 84ms (Views: 80.9ms | ActiveRecord: 0.9ms) Started GET "/guts/types" for ::1 at 2015-12-28 14:28:04 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.5ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (1.9ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (11.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 51.8ms | ActiveRecord: 3.1ms) Started GET "/guts/session/logout" for ::1 at 2015-12-28 14:28:06 -0330 Processing by Guts::SessionsController#destroy as HTML Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/guts/session/login" for ::1 at 2015-12-28 14:28:06 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (7.9ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 56ms (Views: 55.5ms | ActiveRecord: 0.2ms) Started GET "/guts/media" for ::1 at 2015-12-30 14:05:22 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (2.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Redirected to http://localhost:3000/guts/session/login Filter chain halted as :firewall rendered or redirected Completed 302 Found in 77ms (ActiveRecord: 2.2ms) Started GET "/guts/session/login" for ::1 at 2015-12-30 14:05:23 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (30.1ms) Guts::User Load (0.6ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 1099ms (Views: 1098.3ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:05:24 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:05:24 -0330 Started GET "/guts/session/forgot" for ::1 at 2015-12-30 14:05:27 -0330 Processing by Guts::SessionsController#forgot as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/forgot.html.erb within layouts/guts/application (2.0ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 36ms (Views: 36.1ms | ActiveRecord: 0.1ms) Started POST "/guts/session/forgot_token" for ::1 at 2015-12-30 14:05:29 -0330 Processing by Guts::SessionsController#forgot_token as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"8RTfCIRDMCvGEzKD44GtVpr63jiYz9RZjIuzNoZAmM4wum3rS0cQc51kJf3ChXHyisZXtRW+2iRLVuAci9HltA==", "commit"=>"Submit", "session"=>{"email"=>"tyler.n.king@outlook.com"}} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]]  (0.1ms) begin transaction Guts::User Exists (0.5ms) SELECT 1 AS one FROM "guts_users" WHERE (LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') AND "guts_users"."id" != 1) LIMIT 1 SQL (1.0ms) UPDATE "guts_users" SET "password_token" = ?, "updated_at" = ? WHERE "guts_users"."id" = ? [["password_token", "76d28a7f"], ["updated_at", "2015-12-30 17:35:29.746032"], ["id", 1]]  (1.0ms) commit transaction Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 69ms (ActiveRecord: 3.1ms) Started GET "/guts/session/login" for ::1 at 2015-12-30 14:05:29 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (2.2ms) Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 49ms (Views: 48.9ms | ActiveRecord: 0.3ms) Started GET "/guts/session/reset_password/76d28a7f" for ::1 at 2015-12-30 14:05:52 -0330 Processing by Guts::SessionsController#reset_password as HTML Parameters: {"token"=>"76d28a7f"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."password_token" = ? LIMIT 1 [["password_token", "76d28a7f"]]  (0.1ms) begin transaction Guts::User Exists (0.1ms) SELECT 1 AS one FROM "guts_users" WHERE (LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') AND "guts_users"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "guts_users" SET "password_token" = ?, "password_digest" = ?, "updated_at" = ? WHERE "guts_users"."id" = ? [["password_token", nil], ["password_digest", "$2a$10$NF24MZWSpozKrg5lrR9yZuhO1VJQ81B7O1WXLnSapLl06U48TVdlS"], ["updated_at", "2015-12-30 17:35:52.596937"], ["id", 1]]  (1.4ms) commit transaction Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 90ms (ActiveRecord: 2.1ms) Started GET "/guts/session/login" for ::1 at 2015-12-30 14:05:52 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.7ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 39ms (Views: 38.2ms | ActiveRecord: 0.2ms) Started POST "/guts/session/login" for ::1 at 2015-12-30 14:05:59 -0330 Processing by Guts::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"nLI0SJ2hTsyFkD1gsOtyJK3+0+sXb94FB1GJqsJ/vQ9dHIarUqVulN7nKh6R766AvcJaZpoe0HjAjNqAz+7AdQ==", "commit"=>"Login", "session"=>{"email"=>"tyler.n.king@outlook.com", "password"=>"[FILTERED]"}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]] Redirected to http://localhost:3000/guts/users Completed 302 Found in 93ms (ActiveRecord: 0.1ms) Started GET "/guts/users" for ::1 at 2015-12-30 14:05:59 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (5.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 122ms (Views: 45.9ms | ActiveRecord: 1.7ms) Started GET "/guts/" for ::1 at 2015-12-30 14:06:06 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 33ms (Views: 29.8ms | ActiveRecord: 0.6ms) Started GET "/guts/users" for ::1 at 2015-12-30 14:06:10 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 32ms (Views: 29.4ms | ActiveRecord: 0.5ms) Started GET "/guts/types" for ::1 at 2015-12-30 14:06:19 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (14.3ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 50.6ms | ActiveRecord: 0.9ms) Started GET "/guts/types/page/edit" for ::1 at 2015-12-30 14:06:21 -0330 Processing by Guts::TypesController#edit as HTML Parameters: {"id"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Type"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Type"]] Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (13.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (18.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 51.8ms | ActiveRecord: 1.2ms) Started GET "/guts/categories" for ::1 at 2015-12-30 14:06:23 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.2ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (12.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 73ms (Views: 64.6ms | ActiveRecord: 1.3ms) Started GET "/guts/categories/demo-category/edit" for ::1 at 2015-12-30 14:06:26 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (7.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (9.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 40ms (Views: 36.3ms | ActiveRecord: 0.7ms) Started GET "/guts/navigations" for ::1 at 2015-12-30 14:06:28 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.3ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (39.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 76ms (Views: 67.1ms | ActiveRecord: 2.2ms) Started GET "/guts/navigations/test-menu/edit" for ::1 at 2015-12-30 14:06:31 -0330 Processing by Guts::NavigationsController#edit as HTML Parameters: {"id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Navigation"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (7.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/edit.html.erb within layouts/guts/application (8.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 42ms (Views: 37.9ms | ActiveRecord: 0.7ms) Started GET "/guts/navigations/test-menu/items/3/edit" for ::1 at 2015-12-30 14:06:33 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-menu", "id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::NavigationItem"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (30.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (32.3ms) Completed 500 Internal Server Error in 69ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `navigation_item_metafields_path' for #<#:0x007ff2ef5a8b80>): 3: <%= f.submit "Save", class: "success button" %> 4: <%= link_to "Back", navigations_path, class: "secondary hollow button" %> 5: <% unless @navigation_item.new_record? %> 6: <%= link_to "Metafields (#{@navigation_item.metafields.size})", navigation_item_metafields_path(@navigation_item), class: "hollow button" %> 7: <%= link_to "Media (#{@navigation_item.media.size})", navigation_item_media_path(@navigation_item), class: "hollow button warning" %> 8: <% end %> 9: /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:6:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340687219160' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340687219160' 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/navigation_items/edit.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_edit_html_erb___2928771352006895794_70340675690280' 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 (9.2ms) 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.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 (57.6ms) Started GET "/guts/navigations/test-menu/items" for ::1 at 2015-12-30 14:08:16 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (6.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 40ms (Views: 35.2ms | ActiveRecord: 1.0ms) Started GET "/guts/navigations/test-menu/items" for ::1 at 2015-12-30 14:09:34 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (6.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 42.8ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:09:34 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:09:34 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:09:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:09:34 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-30 14:09:34 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:09:34 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:09:34 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:09:34 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:09:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:09:34 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:09:34 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:09:34 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:09:34 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:09:34 -0330 Started GET "/guts/media" for ::1 at 2015-12-30 14:09:41 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (17.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 48.1ms | ActiveRecord: 1.0ms) Started GET "/guts/users" for ::1 at 2015-12-30 14:09:43 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.4ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 43.5ms | ActiveRecord: 0.7ms) Started GET "/guts/media" for ::1 at 2015-12-30 14:09:44 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.3ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (10.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 63.2ms | ActiveRecord: 1.1ms) Started GET "/guts/navigations" for ::1 at 2015-12-30 14:09:45 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (7.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 46.6ms | ActiveRecord: 0.9ms) Started GET "/guts/categories" for ::1 at 2015-12-30 14:09:46 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (11.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 49.5ms | ActiveRecord: 0.8ms) Started GET "/guts/types" for ::1 at 2015-12-30 14:09:47 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (4.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 41ms (Views: 38.7ms | ActiveRecord: 0.6ms) Started GET "/guts/navigations" for ::1 at 2015-12-30 14:09:49 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (7.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 34.6ms | ActiveRecord: 1.1ms) Started GET "/guts/navigations/test-menu/edit" for ::1 at 2015-12-30 14:09:51 -0330 Processing by Guts::NavigationsController#edit as HTML Parameters: {"id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Navigation"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (5.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/edit.html.erb within layouts/guts/application (7.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 42.6ms | ActiveRecord: 0.6ms) Started GET "/guts/navigations/test-menu/items/3/edit" for ::1 at 2015-12-30 14:09:56 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-menu", "id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::NavigationItem"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (24.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (26.5ms) Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `navigation_item_metafields_path' for #<#:0x007ff2f1969830>): 3: <%= f.submit "Save", class: "success button" %> 4: <%= link_to "Back", navigations_path, class: "secondary hollow button" %> 5: <% unless @navigation_item.new_record? %> 6: <%= link_to "Metafields (#{@navigation_item.metafields.size})", navigation_item_metafields_path(@navigation_item), class: "hollow button" %> 7: <%= link_to "Media (#{@navigation_item.media.size})", navigation_item_media_path(@navigation_item), class: "hollow button warning" %> 8: <% end %> 9: /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:6:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340687219160' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340687219160' 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/navigation_items/edit.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_edit_html_erb___2928771352006895794_70340675690280' 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 (6.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 (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.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 (50.4ms) Started GET "/guts/navigations/test-menu" for ::1 at 2015-12-30 14:09:59 -0330 Processing by Guts::NavigationsController#show as HTML Parameters: {"id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/show.html.erb within layouts/guts/application (1.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 34ms (Views: 30.8ms | ActiveRecord: 0.4ms) Started GET "/guts/navigations/test-menu/items" for ::1 at 2015-12-30 14:10:03 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (4.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 33.8ms | ActiveRecord: 0.8ms) Started GET "/guts/navigations/test-menu/items" for ::1 at 2015-12-30 14:10:16 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (5.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 47.8ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:10:16 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:10:16 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:10:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:10:16 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-30 14:10:16 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:10:16 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:10:16 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:10:16 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:10:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:10:16 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:10:16 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:10:16 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:10:16 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:10:16 -0330 Started GET "/guts/navigations/test-menu/items" for ::1 at 2015-12-30 14:10:22 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (6.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 43ms (Views: 39.5ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:10:22 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:10:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:10:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:10:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:10:22 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-30 14:10:22 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:10:23 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:10:23 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:10:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:10:23 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:10:23 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:10:23 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:10:23 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:10:23 -0330 Started GET "/guts/types" for ::1 at 2015-12-30 14:10:46 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (5.6ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 41.8ms | ActiveRecord: 0.8ms) Started GET "/guts/navigations/test-menu/items" for ::1 at 2015-12-30 14:11:39 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (3.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (17.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 90ms (Views: 78.3ms | ActiveRecord: 4.4ms) Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:11:39 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:11:40 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:11:40 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:11:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:11:40 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-30 14:11:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:11:40 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:11:40 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:11:40 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:11:40 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:11:40 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:11:40 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:11:40 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:11:40 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:11:40 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-30 14:11:40 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:11:40 -0330 Started GET "/guts/navigations/test-menu/items" for ::1 at 2015-12-30 14:11:55 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (5.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 33.9ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:11:56 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:11:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:11:56 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:11:56 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:11:56 -0330 Started GET "/assets/guts/application.self-e32d5b1c0fc56ce155d5f3608765930dc326d2ae3f6363c9ddbe84434e7505db.css?body=1" for ::1 at 2015-12-30 14:11:56 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:11:56 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:11:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:11:56 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:11:56 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:11:56 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:11:56 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:11:56 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:11:56 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:11:56 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-30 14:11:56 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:11:56 -0330 Started GET "/guts/navigations/test-menu/items" for ::1 at 2015-12-30 14:14:28 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (6.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 121ms (Views: 117.2ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:14:28 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:14:28 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:14:28 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:14:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:14:28 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:14:28 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:14:28 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:14:28 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:14:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:14:28 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:14:28 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:14:28 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:14:28 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:14:28 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:14:29 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:14:29 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2015-12-30 14:14:29 -0330 Started GET "/guts/navigations/test-menu/items" for ::1 at 2015-12-30 14:16:34 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (6.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 37ms (Views: 33.0ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:16:34 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:16:34 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:16:34 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:16:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:16:34 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:16:34 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:16:34 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:16:34 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:16:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:16:34 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:16:34 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:16:34 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:16:34 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:16:34 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:16:34 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:16:34 -0330 Started GET "/guts/navigations/test-menu/items" for ::1 at 2015-12-30 14:16:51 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Content Load (0.6ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (13.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 60.9ms | ActiveRecord: 2.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:16:51 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:16:51 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:16:51 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:16:51 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:16:51 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:16:51 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:16:51 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:16:51 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:16:51 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:16:51 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:16:51 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:16:51 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:16:51 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:16:51 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:16:51 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:16:51 -0330 Started GET "/guts/navigations/test-menu/items" for ::1 at 2015-12-30 14:17:03 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.4ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (9.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 42.8ms | ActiveRecord: 1.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:17:03 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:17:03 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:17:03 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:17:03 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:17:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:17:03 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:17:03 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:17:03 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:17:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:17:03 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:17:03 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:17:03 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:17:03 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:17:03 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:17:03 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:17:03 -0330 Started GET "/guts/navigations/test-menu/items" for ::1 at 2015-12-30 14:17:39 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.5ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" Guts::NavigationItem Load (0.7ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Content Load (1.9ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.7ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (27.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 83ms (Views: 70.7ms | ActiveRecord: 4.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:17:39 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:17:39 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:17:39 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:17:39 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:17:39 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:17:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:17:39 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:17:39 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:17:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:17:39 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:17:39 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:17:39 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:17:39 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:17:39 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:17:40 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:17:40 -0330 Started GET "/guts/navigations/test-menu/items" for ::1 at 2015-12-30 14:19:27 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (5.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 44ms (Views: 39.9ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:19:27 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:19:27 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:19:27 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:19:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:19:27 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:19:27 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:19:27 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:19:27 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:19:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:19:27 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:19:27 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:19:27 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:19:27 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:19:27 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:19:27 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:19:27 -0330 Started GET "/guts/types" for ::1 at 2015-12-30 14:19:56 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (4.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 34.7ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:19:56 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:19:56 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:19:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:19:56 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:19:56 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:19:56 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:19:56 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:19:56 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:19:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:19:56 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:19:57 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:19:57 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:19:57 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:19:57 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:19:57 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:19:57 -0330 Started GET "/guts/types/page/edit" for ::1 at 2015-12-30 14:19:59 -0330 Processing by Guts::TypesController#edit as HTML Parameters: {"id"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Type"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Type"]] Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (5.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (7.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 40ms (Views: 36.9ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:19:59 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:19:59 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:19:59 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:19:59 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:19:59 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:19:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:19:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:19:59 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:19:59 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:19:59 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:19:59 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:19:59 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:19:59 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:19:59 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:19:59 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:19:59 -0330 Started GET "/guts/types/page/metafields" for ::1 at 2015-12-30 14:20:03 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Type", "type_id"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (19.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 54.9ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:20:04 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:20:04 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:20:04 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:20:04 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:20:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:20:04 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:20:04 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:20:04 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:20:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:20:04 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:20:04 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:20:04 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:20:04 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:20:04 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:20:04 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:20:04 -0330 Started GET "/guts/types/page/metafields" for ::1 at 2015-12-30 14:20:54 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Type", "type_id"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) 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/metafields/index.html.erb within layouts/guts/application (0.8ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.3ms) SyntaxError (/Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:44: syntax error, unexpected keyword_ensure, expecting keyword_end /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:46: syntax error, unexpected end-of-input, expecting keyword_end): /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:44: syntax error, unexpected keyword_ensure, expecting keyword_end /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:46: syntax error, unexpected end-of-input, expecting keyword_end 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: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.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.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 (51.2ms) Started GET "/guts/types/page/metafields" for ::1 at 2015-12-30 14:21:15 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Type", "type_id"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (5.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 47.2ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:21:16 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:21:16 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:21:16 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:21:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:21:16 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:21:16 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:21:16 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:21:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:21:16 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:21:16 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:21:16 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:21:16 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:21:16 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:21:16 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:21:16 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:21:16 -0330 Started GET "/guts/types/page/metafields" for ::1 at 2015-12-30 14:21:54 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Type", "type_id"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (6.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 34.9ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:21:54 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:21:54 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:21:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:21:54 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:21:54 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:21:54 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:21:54 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:21:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:21:54 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:21:54 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:21:54 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:21:54 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:21:54 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:21:54 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:21:54 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:21:54 -0330 Started GET "/guts/types/page/metafields" for ::1 at 2015-12-30 14:22:05 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Type", "type_id"=>"page"} Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.3ms) 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/metafields/index.html.erb within layouts/guts/application (4.2ms) Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.8ms) ActionView::Template::Error (undefined method `demodulize' for #): 1:
    2:
    3:

    Metafields<% if @object.try(:title) %> <%= @object.class.demodulize %>: <%= @object.title %><% end %>

    4: <%= link_to "New", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    activerecord (4.2.5) lib/active_record/dynamic_matchers.rb:26:in `method_missing' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340705437740' 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 (6.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.7ms) 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/template_error.html.erb within rescues/layout (50.8ms) Started GET "/guts/types/page/metafields" for ::1 at 2015-12-30 14:22:13 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Type", "type_id"=>"page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.5ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) 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/metafields/index.html.erb within layouts/guts/application (7.6ms) Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.8ms) ActionView::Template::Error (undefined method `demodulize' for #): 1:
    2:
    3:

    Metafields<% if @object.try(:title) %> <%= @object.class.demodulize %>: <%= @object.title %><% end %>

    4: <%= link_to "New", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    activerecord (4.2.5) lib/active_record/dynamic_matchers.rb:26:in `method_missing' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340706603540' 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 (6.3ms) 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 (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 (50.3ms) Started GET "/guts/types/page/metafields" for ::1 at 2015-12-30 14:22:20 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Type", "type_id"=>"page"} Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (9.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 40.7ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:22:21 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:22:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:22:21 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:22:21 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:22:21 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:22:21 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:22:21 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:22:21 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:22:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:22:21 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:22:21 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:22:21 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:22:21 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:22:21 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:22:21 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:22:21 -0330 Started GET "/guts/metafields" for ::1 at 2015-12-30 14:22:31 -0330 ActionController::RoutingError (No route matches [GET] "/guts/metafields"): 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 (0.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (7.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.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.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 (161.7ms) Started GET "/guts/types/page/metafields" for ::1 at 2015-12-30 14:22:37 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Type", "type_id"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (6.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 41ms (Views: 36.6ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:22:37 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:22:37 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:22:37 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:22:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:22:37 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:22:37 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:22:37 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:22:37 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:22:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:22:37 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:22:37 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:22:37 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:22:37 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:22:37 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:22:37 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:22:37 -0330 Started GET "/guts/types/page/metafields/1/edit" for ::1 at 2015-12-30 14:22:41 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Type", "type_id"=>"page", "id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (5.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (7.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 41ms (Views: 37.2ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:22:41 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:22:41 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:22:41 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:22:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:22:41 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:22:41 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:22:41 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:22:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:22:41 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:22:41 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:22:41 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:22:41 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:22:41 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:22:41 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:22:41 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:22:41 -0330 Started GET "/guts/types/page/metafields" for ::1 at 2015-12-30 14:22:43 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Type", "type_id"=>"page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (5.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 44ms (Views: 40.2ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:22:43 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:22:43 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:22:43 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:22:43 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:22:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:22:43 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:22:43 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:22:43 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:22:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:22:43 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:22:43 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:22:43 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:22:43 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:22:43 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:22:43 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:22:43 -0330 Started GET "/guts/media" for ::1 at 2015-12-30 14:23:02 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 41ms (Views: 37.8ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:23:02 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:23:02 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:23:02 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:23:02 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:23:02 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:23:02 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:23:02 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:23:02 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:23:02 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:23:02 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:23:02 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:23:02 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:23:02 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:23:02 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:23:03 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:23:03 -0330 Started GET "/guts/categories" for ::1 at 2015-12-30 14:23:05 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (3.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 36ms (Views: 33.5ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:23:06 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:23:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:23:06 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:23:06 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:23:06 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:23:06 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:23:06 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:23:06 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:23:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:23:06 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:23:06 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:23:06 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:23:06 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:23:06 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:23:06 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:23:06 -0330 Started GET "/guts/categories/demo-category/edit" for ::1 at 2015-12-30 14:23:07 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (5.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (7.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 43.5ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:23:08 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:23:08 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:23:08 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:23:08 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:23:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:23:08 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:23:08 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:23:08 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:23:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:23:08 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:23:08 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:23:08 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:23:08 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:23:08 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:23:08 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:23:08 -0330 Started GET "/guts/categories/demo-category/media" for ::1 at 2015-12-30 14:23:09 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (1.6ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 51.1ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:23:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:23:09 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:23:09 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:23:09 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:23:09 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:23:09 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:23:09 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:23:09 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:23:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:23:09 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:23:09 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:23:09 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:23:09 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:23:09 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:23:09 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:23:09 -0330 Started GET "/guts/categories/demo-category/media" for ::1 at 2015-12-30 14:23:29 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.4ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.3ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (2.9ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.8ms) ActionView::Template::Error (undefined method `empty?' for nil:NilClass): 1:
    2:
    3:

    Media<% if @object.try(:title) and params[:insert].empty? %> <%= @object.class.to_s.demodulize %>: <%= @object.title %><% end %>

    4: <% if @object %> 5: <%= link_to "New", new_polymorphic_path([@object, :medium]), class: "button" %> 6: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb__2967830455356876611_70340707516560' 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 (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.5ms) 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 (50.3ms) Started GET "/guts/categories/demo-category/media" for ::1 at 2015-12-30 14:23:48 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 35ms (Views: 31.3ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:23:48 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:23:48 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:23:48 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:23:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:23:48 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:23:48 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:23:48 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:23:48 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:23:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:23:48 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:23:48 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:23:48 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:23:48 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:23:48 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:23:48 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:23:49 -0330 Started GET "/guts/contents?type=page" for ::1 at 2015-12-30 14:23:53 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 44ms (Views: 40.7ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:23:53 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:23:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:23:53 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:23:53 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:23:53 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:23:53 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:23:53 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:23:53 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:23:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:23:53 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:23:53 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:23:53 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:23:53 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:23:53 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:23:53 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:23:53 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-30 14:23:55 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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]] Guts::Category Load (0.3ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (26.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (30.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 61.1ms | ActiveRecord: 1.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:23:55 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:23:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:23:55 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:23:55 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:23:55 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:23:55 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:23:55 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:23:55 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:23:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:23:55 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:23:55 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:23:55 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:23:55 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:23:55 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-30 14:23:56 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-30 14:23:57 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-30 14:23:57 -0330 Started GET "/guts/media?insert=1" for ::1 at 2015-12-30 14:23:58 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.3ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (12.2ms) Guts::Type Load (0.7ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 75ms (Views: 70.3ms | ActiveRecord: 1.6ms) Started GET "/guts/types" for ::1 at 2015-12-30 14:24:01 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (6.5ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 46.9ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:24:02 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:24:02 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:24:02 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:24:02 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:24:02 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:24:02 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:24:02 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:24:02 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:24:02 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:24:02 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:24:02 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:24:02 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:24:02 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:24:02 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:24:02 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:24:02 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-30 14:24:04 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (8.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 44.1ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:24:04 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:24:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:24:04 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:24:04 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:24:04 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:24:04 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:24:04 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:24:04 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:24:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:24:04 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:24:04 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:24:04 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:24:04 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:24:04 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:24:04 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:24:04 -0330 Started GET "/guts/navigations/test-menu/edit" for ::1 at 2015-12-30 14:24:09 -0330 Processing by Guts::NavigationsController#edit as HTML Parameters: {"id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Navigation"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (4.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/edit.html.erb within layouts/guts/application (5.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 37ms (Views: 33.8ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:24:09 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:24:09 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:24:09 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:24:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:24:09 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:24:09 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:24:09 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:24:09 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:24:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:24:09 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:24:09 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:24:09 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:24:09 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:24:09 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:24:09 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:24:09 -0330 Started GET "/guts/navigations/test-menu/items" for ::1 at 2015-12-30 14:24:12 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (5.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 42ms (Views: 38.5ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:24:13 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:24:13 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:24:13 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:24:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:24:13 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:24:13 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:24:13 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:24:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:24:13 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:24:13 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:24:13 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:24:13 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:24:13 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:24:13 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:24:13 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:24:13 -0330 Started GET "/guts/navigations/test-menu/items" for ::1 at 2015-12-30 14:24:52 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (5.1ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 39ms (Views: 34.7ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:24:52 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:24:53 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:24:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:24:53 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:24:53 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:24:53 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:24:53 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:24:53 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:24:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:24:53 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:24:53 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:24:53 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:24:53 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:24:53 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:24:53 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:24:53 -0330 Started GET "/guts/navigations/test-menu/items/3/edit" for ::1 at 2015-12-30 14:25:01 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-menu", "id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::NavigationItem"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (26.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (28.0ms) Completed 500 Internal Server Error in 40ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `navigation_item_metafields_path' for #<#:0x007ff2f191a500>): 3: <%= f.submit "Save", class: "success button" %> 4: <%= link_to "Back", navigations_path, class: "secondary hollow button" %> 5: <% unless @navigation_item.new_record? %> 6: <%= link_to "Metafields (#{@navigation_item.metafields.size})", navigation_item_metafields_path(@navigation_item), class: "hollow button" %> 7: <%= link_to "Media (#{@navigation_item.media.size})", navigation_item_media_path(@navigation_item), class: "hollow button warning" %> 8: <% end %> 9:
    /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:6:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340687219160' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340687219160' 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/navigation_items/edit.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_edit_html_erb___2928771352006895794_70340675690280' 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 (11.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 (1.3ms) 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 (56.9ms) Started GET "/guts/navigations/test-menu/items" for ::1 at 2015-12-30 14:25:03 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.7ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (6.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 52.0ms | ActiveRecord: 1.5ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:25:03 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:25:03 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:25:03 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:25:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:25:03 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:25:03 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:25:03 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:25:03 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:25:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:25:03 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:25:03 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:25:04 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:25:04 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:25:04 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:25:04 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:25:04 -0330 Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2015-12-30 14:25:04 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (5.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (7.7ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 47.4ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:25:05 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:25:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:25:05 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:25:05 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:25:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:25:05 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:25:05 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:25:05 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:25:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:25:05 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:25:05 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:25:05 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:25:05 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:25:05 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:25:05 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:25:05 -0330 Started GET "/guts/types" for ::1 at 2015-12-30 14:25:15 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (4.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 40ms (Views: 37.3ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:25:15 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:25:15 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:25:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:25:15 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:25:15 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:25:15 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:25:15 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:25:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:25:15 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:25:15 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:25:15 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:25:15 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:25:15 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:25:15 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:25:15 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:25:15 -0330 Started GET "/guts/categories" for ::1 at 2015-12-30 14:25:16 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (3.2ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 41.5ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:25:17 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:25:17 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:25:17 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:25:17 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:25:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:25:17 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:25:17 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:25:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:25:17 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:25:17 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:25:17 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:25:17 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:25:17 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:25:17 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:25:17 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:25:17 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-30 14:25:18 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (6.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 42.6ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:25:19 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:25:19 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:25:19 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:25:19 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:25:19 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:25:19 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:25:19 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:25:19 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:25:19 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:25:19 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:25:19 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:25:19 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:25:19 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:25:19 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:25:19 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:25:19 -0330 Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2015-12-30 14:25:20 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (4.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 48.5ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:25:20 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:25:20 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:25:20 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:25:20 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:25:20 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:25:20 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:25:20 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:25:20 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:25:20 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:25:20 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:25:20 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:25:20 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:25:20 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:25:20 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:25:20 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:25:20 -0330 Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2015-12-30 14:26:59 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (4.4ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 42ms (Views: 34.6ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:26:59 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:26:59 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:26:59 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:26:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:26:59 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:27:00 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:27:00 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:27:00 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:27:00 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:27:00 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:27:00 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:27:00 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:27:00 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:27:00 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:27:00 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:27:00 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-30 14:27:05 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.6ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (10.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 44.5ms | ActiveRecord: 1.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:27:05 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:27:05 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:27:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:27:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:27:05 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:27:05 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:27:05 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:27:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:27:05 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:27:05 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:27:05 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:27:05 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:27:05 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:27:05 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:27:05 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:27:05 -0330 Started GET "/guts/navigations/new" for ::1 at 2015-12-30 14:27:26 -0330 Processing by Guts::NavigationsController#new as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (1.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/new.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 35ms (Views: 32.4ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:27:26 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:27:26 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:27:26 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:27:26 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:27:26 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:27:26 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:27:26 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:27:26 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:27:26 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:27:26 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:27:26 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:27:26 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:27:26 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:27:26 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:27:26 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:27:26 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-30 14:27:30 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (6.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 43ms (Views: 40.2ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:27:30 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:27:30 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:27:30 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:27:30 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:27:30 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:27:30 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:27:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:27:30 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:27:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:27:30 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:27:30 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:27:30 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:27:30 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:27:30 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:27:30 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:27:30 -0330 Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2015-12-30 14:27:32 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (6.1ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 47.7ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:27:32 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:27:32 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:27:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:27:32 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:27:32 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:27:32 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:27:32 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:27:32 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:27:32 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:27:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:27:32 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:27:32 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:27:32 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:27:32 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:27:32 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:27:32 -0330 Started GET "/guts/navigations/test-menu/items" for ::1 at 2015-12-30 14:27:33 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (4.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 44ms (Views: 40.7ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:27:33 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:27:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:27:34 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:27:34 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:27:34 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:27:34 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:27:34 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:27:34 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:27:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:27:34 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:27:34 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:27:34 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:27:34 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:27:34 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:27:34 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:27:34 -0330 Started GET "/guts/navigations/test-menu/items/3/edit" for ::1 at 2015-12-30 14:27:36 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-menu", "id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::NavigationItem"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (26.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (28.0ms) Completed 500 Internal Server Error in 52ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `navigation_item_metafields_path' for #<#:0x007ff2ef1de540>): 3: <%= f.submit "Save", class: "success button" %> 4: <%= link_to "Back", navigation_navigation_items_path(@navigation), class: "secondary hollow button" %> 5: <% unless @navigation_item.new_record? %> 6: <%= link_to "Metafields (#{@navigation_item.metafields.size})", navigation_item_metafields_path(@navigation_item), class: "hollow button" %> 7: <%= link_to "Media (#{@navigation_item.media.size})", navigation_item_media_path(@navigation_item), class: "hollow button warning" %> 8: <% end %> 9:
    /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:6:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340709146340' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340709146340' 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/navigation_items/edit.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_edit_html_erb___2928771352006895794_70340675690280' 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.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 (3.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.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 (49.6ms) Started GET "/guts/navigations/test-menu/items/3/edit" for ::1 at 2015-12-30 14:27:55 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-menu", "id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::NavigationItem"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (5.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (6.9ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.5ms) ActionView::Template::Error (No route matches {:action=>"index", :controller=>"guts/metafields", :fieldable_type=>"Guts::NavigationItem", :id=>"3", :navigation_id=>#, :navigation_item_id=>nil} missing required keys: [:navigation_item_id]): 3: <%= f.submit "Save", class: "success button" %> 4: <%= link_to "Back", navigation_navigation_items_path(@navigation), class: "secondary hollow button" %> 5: <% unless @navigation_item.new_record? %> 6: <%= link_to "Metafields (#{@navigation_item.metafields.size})", navigation_navigation_item_metafields_path(@navigation_item), class: "hollow button" %> 7: <%= link_to "Media (#{@navigation_item.media.size})", navigation_item_media_path(@navigation_item), class: "hollow button warning" %> 8: <% end %> 9:
    actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:6:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340686166860' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340686166860' 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/navigation_items/edit.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_edit_html_erb___2928771352006895794_70340675690280' 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.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 (5.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 (52.0ms) Started GET "/guts/navigations/test-menu/items/3/edit" for ::1 at 2015-12-30 14:28:05 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-menu", "id"=>"3"} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Navigation Load (0.7ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::NavigationItem"]]  (0.4ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::NavigationItem"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (51.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (53.7ms) Completed 500 Internal Server Error in 79ms (ActiveRecord: 1.8ms) ActionView::Template::Error (undefined method `navigation_item_media_path' for #<#:0x007ff2ec349f68>): 4: <%= link_to "Back", navigation_navigation_items_path(@navigation), class: "secondary hollow button" %> 5: <% unless @navigation_item.new_record? %> 6: <%= link_to "Metafields (#{@navigation_item.metafields.size})", navigation_navigation_item_metafields_path(@navigation, @navigation_item), class: "hollow button" %> 7: <%= link_to "Media (#{@navigation_item.media.size})", navigation_item_media_path(@navigation_item), class: "hollow button warning" %> 8: <% end %> 9:
    10: /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:7:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340685675840' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340685675840' 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/navigation_items/edit.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_edit_html_erb___2928771352006895794_70340675690280' 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 (2.8ms) 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/template_error.html.erb within rescues/layout (51.4ms) Started GET "/guts/navigations/test-menu/items/3/edit" for ::1 at 2015-12-30 14:28:12 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-menu", "id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::NavigationItem"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (6.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (7.8ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.4ms) ActionView::Template::Error (No route matches {:action=>"index", :controller=>"guts/metafields", :fieldable_type=>"Guts::NavigationItem", :id=>"3", :navigation_id=>[#, #], :navigation_item_id=>nil} missing required keys: [:navigation_item_id]): 3: <%= f.submit "Save", class: "success button" %> 4: <%= link_to "Back", navigation_navigation_items_path(@navigation), class: "secondary hollow button" %> 5: <% unless @navigation_item.new_record? %> 6: <%= link_to "Metafields (#{@navigation_item.metafields.size})", navigation_navigation_item_metafields_path([@navigation, @navigation_item]), class: "hollow button" %> 7: <%= link_to "Media (#{@navigation_item.media.size})", navigation_item_media_path(@navigation_item), class: "hollow button warning" %> 8: <% end %> 9: actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:6:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340675172560' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340675172560' 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/navigation_items/edit.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_edit_html_erb___2928771352006895794_70340675690280' 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.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 (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.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 (56.8ms) Started GET "/guts/navigations/test-menu/items/3/edit" for ::1 at 2015-12-30 14:28:43 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-menu", "id"=>"3"} Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::NavigationItem"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::NavigationItem"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (34.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (35.9ms) Completed 500 Internal Server Error in 53ms (ActiveRecord: 0.8ms) ActionView::Template::Error (undefined method `navigation_item_media_path' for #<#:0x007ff2ede7c010>): 4: <%= link_to "Back", navigation_navigation_items_path(@navigation), class: "secondary hollow button" %> 5: <% unless @navigation_item.new_record? %> 6: <%= link_to "Metafields (#{@navigation_item.metafields.size})", navigation_navigation_item_metafields_path(@navigation, @navigation_item), class: "hollow button" %> 7: <%= link_to "Media (#{@navigation_item.media.size})", navigation_item_media_path(@navigation_item), class: "hollow button warning" %> 8: <% end %> 9: 10: /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:7:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340660992920' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340660992920' 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/navigation_items/edit.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_edit_html_erb___2928771352006895794_70340675690280' 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.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.9ms) 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 (50.4ms) Started GET "/guts/navigations/test-menu/items/3/edit" for ::1 at 2015-12-30 14:28:56 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-menu", "id"=>"3"} Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.4ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::NavigationItem"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::NavigationItem"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (11.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (13.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 78ms (Views: 61.0ms | ActiveRecord: 1.5ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:28:57 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:28:57 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:28:57 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:28:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:28:57 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:28:57 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:28:57 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:28:57 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:28:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:28:57 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:28:57 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:28:57 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:28:57 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:28:57 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:28:57 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:28:57 -0330 Started GET "/guts/navigations/test-menu/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-30 14:28:57 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.6ms) Started GET "/guts/navigations/test-menu/items/3/edit" for ::1 at 2015-12-30 14:29:15 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-menu", "id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::NavigationItem"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::NavigationItem"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (5.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (7.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 37.1ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:29:15 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:29:15 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:29:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:29:15 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:29:15 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:29:15 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:29:15 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:29:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:29:15 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:29:15 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:29:15 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:29:15 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:29:15 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:29:15 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:29:16 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:29:16 -0330 Started GET "/guts/navigations/test-menu/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-30 14:29:16 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.4ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 1.0ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:29:19 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `friendly' for #): activerecord (4.2.5) lib/active_record/dynamic_matchers.rb:26:in `method_missing' /Users/tyler/Development/guts/app/controllers/guts/metafields_controller.rb:52:in `set_object' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting' 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 (6.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 (2.5ms) 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.3ms) 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 (55.4ms) Started GET "/guts/navigations/test-menu/items/3/edit" for ::1 at 2015-12-30 14:29:24 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-menu", "id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::NavigationItem"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::NavigationItem"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (6.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (7.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 42.6ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:29:24 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:29:24 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:29:25 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:29:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:29:25 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:29:25 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:29:25 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:29:25 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:29:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:29:25 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:29:25 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:29:25 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:29:25 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:29:25 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:29:25 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:29:25 -0330 Started GET "/guts/navigations/test-menu/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-30 14:29:25 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-menu"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 10ms (Views: 0.2ms | ActiveRecord: 0.9ms) Started GET "/guts/navigations/test-menu/items/3/media" for ::1 at 2015-12-30 14:29:26 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `friendly' for #): activerecord (4.2.5) lib/active_record/dynamic_matchers.rb:26:in `method_missing' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:58:in `set_object' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting' 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.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.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 (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 (45.4ms) Started GET "/guts/navigations/test-menu/items/3/edit" for ::1 at 2015-12-30 14:29:27 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-menu", "id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::NavigationItem"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::NavigationItem"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (5.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (7.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 36.8ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:29:27 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:29:27 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:29:27 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:29:27 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:29:27 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:29:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:29:27 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:29:27 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:29:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:29:27 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:29:27 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:29:27 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:29:27 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:29:27 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:29:27 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:29:27 -0330 Started GET "/guts/navigations/test-menu/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-30 14:29:28 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.8ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:29:29 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `friendly' for #): activerecord (4.2.5) lib/active_record/dynamic_matchers.rb:26:in `method_missing' /Users/tyler/Development/guts/app/controllers/guts/metafields_controller.rb:52:in `set_object' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting' 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.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.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/diagnostics.html.erb within rescues/layout (45.5ms) Started GET "/guts/navigations/test-menu/items/3/edit" for ::1 at 2015-12-30 14:29:30 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-menu", "id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::NavigationItem"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::NavigationItem"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (5.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (7.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 39.1ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:29:30 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:29:30 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:29:30 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:29:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:29:30 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:29:30 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:29:30 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:29:30 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:29:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:29:30 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:29:30 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:29:30 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:29:30 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:29:30 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:29:31 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:29:31 -0330 Started GET "/guts/navigations/test-menu/items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-30 14:29:31 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content", "navigation_id"=>"test-menu"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.7ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:31:59 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (24.9ms) Completed 500 Internal Server Error in 67ms (ActiveRecord: 2.0ms) ActionView::Template::Error (undefined method `new_metafield_path' for #<#:0x007ff2f2128468>): 1:
    2:
    3:

    Metafields<% if @object.try(:title) %> for <%= @object.class.to_s.demodulize %>: <%= @object.title %><% end %>

    4: <%= link_to "New", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    7:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `new_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:4:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340710044360' 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 (6.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 (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.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 (49.1ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:32:18 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (22.7ms) Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `new_metafield_path' for #<#:0x007ff2ef7722b8>): 1:
    2:
    3:

    Metafields<% if @object.try(:title) %> for <%= @object.class.to_s.demodulize %>: <%= @object.title %><% end %>

    4: <%= link_to "New", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    7:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `new_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:4:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340710044360' 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 (6.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.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.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 (47.6ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:33:43 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (38.6ms) Completed 500 Internal Server Error in 81ms (ActiveRecord: 2.0ms) ActionView::Template::Error (undefined method `new_navigation_item_metafield_path' for #<#:0x007ff2eda20f20>): 1:
    2:
    3:

    Metafields<% if @object.try(:title) %> for <%= @object.class.to_s.demodulize %>: <%= @object.title %><% end %>

    4: <%= link_to "New", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    7:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `new_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:4:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340710044360' 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 (6.3ms) 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.5ms) 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/template_error.html.erb within rescues/layout (49.1ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:33:45 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (21.0ms) Completed 500 Internal Server Error in 28ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `new_navigation_item_metafield_path' for #<#:0x007ff2edfb8e10>): 1:
    2:
    3:

    Metafields<% if @object.try(:title) %> for <%= @object.class.to_s.demodulize %>: <%= @object.title %><% end %>

    4: <%= link_to "New", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    7:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `new_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:4:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340710044360' 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 (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 (2.8ms) 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 (52.4ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:35:27 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (22.2ms) Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined method `new_navigation_item_metafield_path' for #<#:0x007ff2f19da670>): 1:
    2:
    3:

    Metafields<% if @object.try(:title) %> for <%= @object.class.to_s.demodulize %>: <%= @object.title %><% end %>

    4: <%= link_to "New", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    7:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `new_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:4:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340710044360' 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.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 (3.7ms) 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/template_error.html.erb within rescues/layout (50.3ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:37:40 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (24.8ms) Completed 500 Internal Server Error in 66ms (ActiveRecord: 2.1ms) ActionView::Template::Error (undefined method `edit_navigation_item_path' for #<#:0x007ff2f1e83cd0>): 2:
    3:

    Metafields<% if @object.try(:title) %> for <%= @object.class.to_s.demodulize %>: <%= @object.title %><% end %>

    4: 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    7: 8: actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/routing_url_for.rb:100:in `url_for' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340708665400' 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 (16.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 (3.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 (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 (61.1ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:37:41 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Metafield Load (0.3ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (20.5ms) Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined method `edit_navigation_item_path' for #<#:0x007ff2ec49db80>): 2:
    3:

    Metafields<% if @object.try(:title) %> for <%= @object.class.to_s.demodulize %>: <%= @object.title %><% end %>

    4: 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    7: 8: actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/routing_url_for.rb:100:in `url_for' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340708665400' 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 (10.2ms) 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.9ms) 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.9ms) 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 (59.0ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:37:46 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.6ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (41.5ms) Completed 500 Internal Server Error in 66ms (ActiveRecord: 1.2ms) ActionView::Template::Error (undefined method `new_navigation_item_metafield_path' for #<#:0x007ff2ed515a80>): 1:
    2:
    3:

    Metafields<% if @object.try(:title) %> for <%= @object.class.to_s.demodulize %>: <%= @object.title %><% end %>

    4: <%= link_to "New", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    7:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `new_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:4:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340661599240' 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 (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 (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/template_error.html.erb within rescues/layout (50.1ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:38:30 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.3ms) Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `to_model' for 1:Fixnum): 1:
    2:
    3:

    Metafields<% if @object.try(:title) %> for <%= @object.class.to_s.demodulize %>: <%= @object.title %><% end %>

    4: <%= link_to "New", new_polymorphic_path([@object, 1, :metafield]), class: "button" %> 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    7:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:285:in `block in handle_list' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:277:in `map' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:277:in `handle_list' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:206:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `new_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:4:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340687612580' 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 (2.5ms) 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/template_error.html.erb within rescues/layout (49.2ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:38:47 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" ORDER BY "guts_navigations"."id" ASC LIMIT 1 Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (32.7ms) Completed 500 Internal Server Error in 44ms (ActiveRecord: 0.9ms) ActionView::Template::Error (undefined method `new_navigation_item_navigation_metafield_path' for #<#:0x007ff2f1b5b558>): 1:
    2:
    3:

    Metafields<% if @object.try(:title) %> for <%= @object.class.to_s.demodulize %>: <%= @object.title %><% end %>

    4: <%= link_to "New", new_polymorphic_path([@object, Guts::Navigation.all.first, :metafield]), class: "button" %> 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    7:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `new_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:4:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340707010980' 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 (6.2ms) 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.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.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 (46.2ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:38:57 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.4ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" ORDER BY "guts_navigations"."id" ASC LIMIT 1 Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (24.1ms) Completed 500 Internal Server Error in 45ms (ActiveRecord: 1.2ms) ActionView::Template::Error (undefined method `edit_navigation_item_path' for #<#:0x007ff2f1d93a28>): 2:
    3:

    Metafields<% if @object.try(:title) %> for <%= @object.class.to_s.demodulize %>: <%= @object.title %><% end %>

    4: <%= link_to "New", new_polymorphic_path([Guts::Navigation.all.first, @object, :metafield]), class: "button" %> 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    7: 8: actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/routing_url_for.rb:100:in `url_for' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340708172940' 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.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 (3.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 (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 (50.1ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:39:04 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Navigation Load (0.7ms) SELECT "guts_navigations".* FROM "guts_navigations" ORDER BY "guts_navigations"."id" ASC LIMIT 1 CACHE (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" ORDER BY "guts_navigations"."id" ASC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (37.7ms) Completed 500 Internal Server Error in 46ms (ActiveRecord: 1.4ms) ActionView::Template::Error (undefined method `edit_navigation_item_metafield_path' for #<#:0x007ff2ed8a9f70>): 27:
    28: 29: 33: actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `edit_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:30:in `block in ___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340667789400' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:24:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340667789400' 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 (6.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.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.1ms) 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.5ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:39:15 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (25.2ms) Completed 500 Internal Server Error in 35ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `new_navigation_item_metafield_path' for #<#:0x007ff2edf30358>): 1:
    2:
    3:

    Metafields<% if @object.try(:title) %> for <%= @object.class.to_s.demodulize %>: <%= @object.title %><% end %>

    4: <%= link_to "New", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    7:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `new_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:4:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340669250500' 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 (6.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 (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 (48.5ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:39:24 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (20.0ms) Completed 500 Internal Server Error in 28ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `new_navigation_item_metafield_path' for #<#:0x007ff2f20b84b0>): 1:
    2:
    3:

    Metafields<% if @object.try(:title) %> for <%= @object.class.to_s.demodulize %>: <%= @object.title %><% end %>

    4: <%= link_to "New", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    7:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `new_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:4:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340669250500' 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 (5.9ms) 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.9ms) 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/template_error.html.erb within rescues/layout (44.3ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:39:30 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (19.7ms) Completed 500 Internal Server Error in 28ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `new_navigation_item_metafield_path' for #<#:0x007ff2f2204c38>): 1:
    2:
    3:

    Metafields<% if @object.try(:title) %> for <%= @object.class.to_s.demodulize %>: <%= @object.title %><% end %>

    4: <%= link_to "New", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    7:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `new_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:4:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340669250500' 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 (2.8ms) 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/template_error.html.erb within rescues/layout (53.3ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:40:09 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (20.3ms) Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined method `new_navigation_item_metafield_path' for #<#:0x007ff2f23d1070>): 1:
    2:
    3:

    Metafields<% if @object.try(:title) %> for <%= @object.class.to_s.demodulize %>: <%= @object.title %><% end %>

    4: <%= link_to "New", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    7:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `new_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:4:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340669250500' 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 (6.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.7ms) 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/template_error.html.erb within rescues/layout (48.4ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:40:51 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (24.6ms) Completed 500 Internal Server Error in 64ms (ActiveRecord: 1.9ms) ActionView::Template::Error (undefined method `new_navigation_item_metafield_path' for #<#:0x007ff2f208f380>): 1:
    2:
    3:

    Metafields<% if @object.try(:title) %> for <%= @object.class.to_s.demodulize %>: <%= @object.title %><% end %>

    4: <%= link_to "New", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    7:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `new_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:4:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340669250500' 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 (6.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 (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 (46.9ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:40:53 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (19.5ms) Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `new_navigation_item_metafield_path' for #<#:0x007ff2f1bf3b28>): 1:
    2:
    3:

    Metafields<% if @object.try(:title) %> for <%= @object.class.to_s.demodulize %>: <%= @object.title %><% end %>

    4: <%= link_to "New", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    7:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `new_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:4:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340669250500' 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 (6.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.7ms) 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/template_error.html.erb within rescues/layout (51.4ms) Started GET "/guts/navigations/test-menu/items/3/metafiels" for ::1 at 2015-12-30 14:40:56 -0330 ActionController::RoutingError (No route matches [GET] "/guts/navigations/test-menu/items/3/metafiels"): 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 (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (9.0ms) 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.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.6ms) 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 (140.7ms) Started GET "/guts/navigations/test-menu/items/3/metafiels" for ::1 at 2015-12-30 14:42:10 -0330 ActionController::RoutingError (No route matches [GET] "/guts/navigations/test-menu/items/3/metafiels"): 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 (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 (8.7ms) 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.7ms) 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.7ms) 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 (147.6ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:42:13 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (23.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 98ms (Views: 64.1ms | ActiveRecord: 2.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:42:13 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:42:13 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:42:13 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:42:13 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:42:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:42:13 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:42:13 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:42:13 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:42:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:42:13 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:42:13 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:42:13 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:42:13 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:42:13 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:42:13 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:42:13 -0330 Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:42:35 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (22.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 71ms (Views: 65.2ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:42:36 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:42:36 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:42:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:42:36 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:42:36 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:42:36 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:42:36 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:42:36 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:42:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:42:36 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:42:36 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:42:36 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:42:36 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:42:36 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:42:36 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:42:36 -0330 Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:42:41 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]]  (0.4ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (11.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 47.3ms | ActiveRecord: 1.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:42:41 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:42:41 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:42:41 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:42:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:42:41 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:42:41 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:42:41 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:42:41 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:42:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:42:41 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:42:41 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:42:41 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:42:41 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:42:41 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:42:41 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:42:41 -0330 Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:47:16 -0330 SyntaxError (/Users/tyler/Development/guts/app/helpers/guts/application_helper.rb:14: syntax error, unexpected end-of-input, expecting keyword_end): /Users/tyler/Development/guts/app/helpers/guts/application_helper.rb:14: syntax error, unexpected end-of-input, expecting keyword_end 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:317:in `depend_on' activesupport (4.2.5) lib/active_support/dependencies.rb:233:in `require_dependency' actionpack (4.2.5) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers' actionpack (4.2.5) lib/abstract_controller/helpers.rb:144:in `map!' actionpack (4.2.5) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers' actionpack (4.2.5) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.2.5) lib/abstract_controller/helpers.rb:108:in `helper' actionpack (4.2.5) lib/abstract_controller/helpers.rb:186:in `default_helper_module!' actionpack (4.2.5) lib/abstract_controller/helpers.rb:36:in `block in inherited' actionpack (4.2.5) lib/abstract_controller/helpers.rb:36:in `class_eval' actionpack (4.2.5) lib/abstract_controller/helpers.rb:36:in `inherited' actionview (4.2.5) lib/action_view/layouts.rb:217:in `inherited' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:226:in `inherited' actionpack (4.2.5) lib/abstract_controller/railties/routes_helpers.rb:7:in `block (2 levels) in with' actionpack (4.2.5) lib/action_controller/railties/helpers.rb:5:in `inherited' /Users/tyler/Development/guts/app/controllers/guts/application_controller.rb:2:in `' /Users/tyler/Development/guts/app/controllers/guts/application_controller.rb:1:in `' 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:317:in `depend_on' activesupport (4.2.5) lib/active_support/dependencies.rb:233:in `require_dependency' /Users/tyler/Development/guts/app/controllers/guts/metafields_controller.rb:1:in `' 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 (5.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.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 (48.7ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:47:32 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (13.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 89ms (Views: 53.6ms | ActiveRecord: 2.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:47:33 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:47:33 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:47:33 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:47:33 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:47:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:47:33 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:47:33 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:47:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:47:33 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:47:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:47:33 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:47:33 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:47:33 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:47:33 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:47:33 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:47:33 -0330 Started GET "/guts/navigation_items/3/metafields/new" for ::1 at 2015-12-30 14:47:56 -0330 Processing by Guts::MetafieldsController#new as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (1.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/new.html.erb within layouts/guts/application (3.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 34ms (Views: 30.7ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:47:56 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:47:56 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:47:56 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:47:56 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:47:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:47:56 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:47:56 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:47:56 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:47:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:47:56 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:47:56 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:47:56 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:47:56 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:47:56 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:47:57 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:47:57 -0330 Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:48:35 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.3ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (26.6ms) Completed 500 Internal Server Error in 66ms (ActiveRecord: 2.5ms) ActionView::Template::Error (undefined method `new_navigation_item_metafield_path' for #<#:0x007ff2f198b020>): 1:
    2:
    3:

    Metafields<% if @object.try(:title) %> for <%= sub_title_for @object %>: <%= @object.title %><% end %>

    4: <%= link_to "New", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    7:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `new_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:4:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340706373360' 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 (6.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 (3.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 (1.1ms) 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 (52.5ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:48:37 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (22.3ms) Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `new_navigation_item_metafield_path' for #<#:0x007ff2f4761d50>): 1:
    2:
    3:

    Metafields<% if @object.try(:title) %> for <%= sub_title_for @object %>: <%= @object.title %><% end %>

    4: <%= link_to "New", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    7:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `new_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:4:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340706373360' 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 (5.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 (2.5ms) 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/template_error.html.erb within rescues/layout (46.5ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:49:20 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (26.0ms) Completed 500 Internal Server Error in 65ms (ActiveRecord: 2.1ms) ActionView::Template::Error (undefined method `new_navigation_item_metafield_path' for #<#:0x007ff2f2311018>): 1:
    2:
    3:

    Metafields<% if @object.try(:title) %> for <%= sub_title_for @object %>: <%= @object.title %><% end %>

    4: <%= link_to "New", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    7:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `new_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:4:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340706373360' 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 (6.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.9ms) 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/template_error.html.erb within rescues/layout (45.9ms) Started GET "/guts/navigations/test-menu/items/3/metae" for ::1 at 2015-12-30 14:49:24 -0330 ActionController::RoutingError (No route matches [GET] "/guts/navigations/test-menu/items/3/metae"): 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 (2.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 (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 (9.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 (1.8ms) 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.6ms) 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 (157.9ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:49:34 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Metafield Load (0.3ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (25.1ms) Completed 500 Internal Server Error in 34ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined method `new_navigation_item_metafield_path' for #<#:0x007ff2f3f73eb8>): 1:
    2:
    3:

    Metafields<% if @object.try(:title) %> for <%= sub_title_for @object %>: <%= @object.title %><% end %>

    4: <%= link_to "New", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    7:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `new_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:4:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340706373360' 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.2ms) 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.5ms) 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.3ms) 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 (51.7ms) Started GET "/guts/navigations/test-menu/items/3/metafiels" for ::1 at 2015-12-30 14:49:36 -0330 ActionController::RoutingError (No route matches [GET] "/guts/navigations/test-menu/items/3/metafiels"): 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.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (14.7ms) 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.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.3ms) 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 (146.6ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:49:36 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (23.3ms) Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `new_navigation_item_metafield_path' for #<#:0x007ff2f197b2b0>): 1:
    2:
    3:

    Metafields<% if @object.try(:title) %> for <%= sub_title_for @object %>: <%= @object.title %><% end %>

    4: <%= link_to "New", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    7:
    actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:161:in `polymorphic_path_for_action' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:149:in `new_polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:4:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340706373360' 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.2ms) 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.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.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 (51.7ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:51:38 -0330 NoMethodError (undefined method `resouces' for #): /Users/tyler/Development/guts/config/routes.rb:50:in `block in ' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:601:in `instance_exec' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:601:in `block in with_default_scope' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:817:in `scope' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:600:in `with_default_scope' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:432:in `eval_block' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:412:in `draw' /Users/tyler/Development/guts/config/routes.rb:1:in `' activesupport (4.2.5) lib/active_support/dependencies.rb:268:in `load' activesupport (4.2.5) lib/active_support/dependencies.rb:268:in `block in load' activesupport (4.2.5) lib/active_support/dependencies.rb:240:in `load_dependency' activesupport (4.2.5) lib/active_support/dependencies.rb:268:in `load' railties (4.2.5) lib/rails/application/routes_reloader.rb:40:in `block in load_paths' railties (4.2.5) lib/rails/application/routes_reloader.rb:40:in `each' railties (4.2.5) lib/rails/application/routes_reloader.rb:40:in `load_paths' railties (4.2.5) lib/rails/application/routes_reloader.rb:16:in `reload!' railties (4.2.5) lib/rails/application/routes_reloader.rb:26:in `block in updater' activesupport (4.2.5) lib/active_support/file_update_checker.rb:75:in `call' activesupport (4.2.5) lib/active_support/file_update_checker.rb:75:in `execute' railties (4.2.5) lib/rails/application/routes_reloader.rb:7:in `execute' railties (4.2.5) lib/rails/application/finisher.rb:81:in `block (2 levels) in ' activesupport (4.2.5) lib/active_support/callbacks.rb:446:in `instance_exec' activesupport (4.2.5) lib/active_support/callbacks.rb:446:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:192:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:192:in `block in simple' 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_prepare_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:83:in `prepare!' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:71: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 (3.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 (1.8ms) 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 (44.2ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:51:49 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (25.9ms) Completed 500 Internal Server Error in 68ms (ActiveRecord: 2.1ms) ActionView::Template::Error (undefined method `edit_navigation_item_path' for #<#:0x007ff2f41a3940>): 2:
    3:

    Metafields<% if @object.try(:title) %> for <%= sub_title_for @object %>: <%= @object.title %><% end %>

    4: <%= link_to "New", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    7: 8: actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/routing_url_for.rb:100:in `url_for' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340706373360' 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 (6.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.8ms) 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.6ms) 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 (52.9ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:52:00 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (23.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 94ms (Views: 60.9ms | ActiveRecord: 2.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:52:00 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:52:01 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:52:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:52:01 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:52:01 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:52:01 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:52:01 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:52:01 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:52:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:52:01 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:52:01 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:52:01 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:52:01 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:52:01 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:52:01 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:52:01 -0330 Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 14:53:09 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (14.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 89ms (Views: 53.6ms | ActiveRecord: 2.5ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:53:09 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:53:09 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:53:09 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:53:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:53:09 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:53:09 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:53:09 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:53:09 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:53:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:53:09 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:53:09 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:53:09 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:53:09 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:53:09 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:53:09 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:53:09 -0330 Started GET "/guts/navigation_items/3/metafields/new" for ::1 at 2015-12-30 14:53:11 -0330 Processing by Guts::MetafieldsController#new as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (1.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/new.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 35ms (Views: 31.3ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:53:11 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:53:12 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:53:12 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:53:12 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:53:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:53:12 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:53:12 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:53:12 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:53:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:53:12 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:53:12 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:53:12 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:53:12 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:53:12 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:53:12 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:53:12 -0330 Started GET "/guts/navigation_items/3/new" for ::1 at 2015-12-30 14:53:14 -0330 ActionController::RoutingError (No route matches [GET] "/guts/navigation_items/3/new"): 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 (0.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (7.9ms) 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.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 (1.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 (139.3ms) Started GET "/guts/navigation_items/3/edit" for ::1 at 2015-12-30 14:53:45 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::NavigationItem"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::NavigationItem"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (9.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (11.2ms) Completed 500 Internal Server Error in 30ms (ActiveRecord: 1.0ms) ActionView::Template::Error (No route matches {:action=>"navigatable_objects", :controller=>"guts/navigation_items", :id=>"3"} missing required keys: [:navigation_id]): 34: :navigatable_type, 35: @navigatable.map {|model| [model[:readable], model[:name]]} << ["Custom", nil], 36: {include_blank: "Choose a type..."}, 37: {data: {callback_url: navigatable_objects_navigation_navigation_items_path}} 38: ) 39: %> 40: actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:37:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340675356920' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340675356920' 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/navigation_items/edit.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_edit_html_erb___2928771352006895794_70340707796200' 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.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.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 (52.6ms) Started GET "/guts/navigation_items" for ::1 at 2015-12-30 14:55:15 -0330 Processing by Guts::NavigationItemsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (1.4ms) Completed 500 Internal Server Error in 33ms (ActiveRecord: 1.2ms) ActionView::Template::Error (undefined method `title' for nil:NilClass): 1:
    2:
    3:

    Navigation Items for <%= @navigation.title %>

    4: <%= link_to "New", new_navigation_navigation_item_path(@navigation), class: "button" %> 5: <%= link_to "Back", navigations_path, class: "hollow button secondary" %> 6:
    /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__3938884518499515173_70340708310980' 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 (6.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.5ms) 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/template_error.html.erb within rescues/layout (45.5ms) Started GET "/guts/navigation_its" for ::1 at 2015-12-30 14:55:17 -0330 ActionController::RoutingError (No route matches [GET] "/guts/navigation_its"): 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.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (10.6ms) 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.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 (145.2ms) Started GET "/guts/navigation_items" for ::1 at 2015-12-30 14:55:41 -0330 Processing by Guts::NavigationItemsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (1.8ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `title' for nil:NilClass): 1:
    2:
    3:

    Navigation Items for <%= @navigation.title %>

    4: <%= link_to "New", new_navigation_navigation_item_path(@navigation), class: "button" %> 5: <%= link_to "Back", navigations_path, class: "hollow button secondary" %> 6:
    /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__3938884518499515173_70340708310980' 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 (6.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/template_error.html.erb within rescues/layout (47.1ms) Started GET "/guts" for ::1 at 2015-12-30 14:55:42 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (4.0ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 44ms (Views: 40.6ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:55:43 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:55:43 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:55:43 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:55:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:55:43 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:55:43 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:55:43 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:55:43 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:55:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:55:43 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:55:43 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:55:43 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:55:43 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:55:43 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:55:43 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:55:43 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-30 14:55:44 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (31.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 75ms (Views: 65.8ms | ActiveRecord: 2.1ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:55:44 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:55:44 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:55:44 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:55:44 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:55:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:55:44 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:55:44 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:55:44 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:55:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:55:44 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:55:44 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:55:44 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:55:44 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:55:44 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:55:45 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:55:45 -0330 Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2015-12-30 14:55:47 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (24.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (26.2ms) Completed 500 Internal Server Error in 36ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined local variable or method `navigatable_objects_navigation_navigation_items_path' for #<#:0x007ff2f2320b58>): 34: :navigatable_type, 35: @navigatable.map {|model| [model[:readable], model[:name]]} << ["Custom", nil], 36: {include_blank: "Choose a type..."}, 37: {data: {callback_url: navigatable_objects_navigation_navigation_items_path}} 38: ) 39: %> 40:
    /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:37:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340675356920' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340675356920' 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/navigation_items/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_new_html_erb__1710905456529342415_70340707687720' 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.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.1ms) 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 (49.5ms) Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2015-12-30 14:56:36 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (5.8ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 44ms (Views: 37.8ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:56:36 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:56:36 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:56:36 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:56:36 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:56:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:56:36 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:56:36 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:56:36 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:56:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:56:36 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:56:36 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:56:36 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:56:36 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:56:36 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:56:36 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:56:36 -0330 Started GET "/guts/navigation_items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-30 14:56:39 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content"} Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.6ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 15ms (Views: 0.2ms | ActiveRecord: 1.7ms) Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2015-12-30 14:56:55 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (13.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (16.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 69ms (Views: 51.0ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:56:56 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:56:56 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:56:56 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:56:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:56:56 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:56:56 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:56:56 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:56:56 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:56:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:56:56 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:56:56 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:56:56 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:56:56 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:56:56 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:56:56 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:56:56 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-30 14:57:03 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (7.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 34.8ms | ActiveRecord: 1.0ms) Started GET "/guts/navigation_items/new" for ::1 at 2015-12-30 14:57:07 -0330 Processing by Guts::NavigationItemsController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (1.4ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `title' for nil:NilClass): 1:
    2:
    3:

    New Navigation Item for <%= @navigation.title %>

    4:
    5:
    6: /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_new_html_erb__1710905456529342415_70340707687720' 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 (6.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.9ms) 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.9ms) 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 (49.3ms) Started GET "/guts/navigation_items/new" for ::1 at 2015-12-30 14:57:43 -0330 Processing by Guts::NavigationItemsController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (1.6ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `title' for nil:NilClass): 1:
    2:
    3:

    New Navigation Item for <%= @navigation.title %>

    4:
    5:
    6: /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_new_html_erb__1710905456529342415_70340707687720' 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 (5.9ms) 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.8ms) 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/template_error.html.erb within rescues/layout (47.9ms) Started GET "/guts/navigation_items" for ::1 at 2015-12-30 14:57:46 -0330 Processing by Guts::NavigationItemsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (4.5ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.2ms) ActionView::Template::Error (No route matches {:action=>"new", :controller=>"guts/navigation_items", :navigation_id=>nil} missing required keys: [:navigation_id]): 1:
    2:
    3:

    Navigation Items<% if @navigation %> for <%= @navigation.title %><% end %>

    4: <%= link_to "New", new_navigation_navigation_item_path(@navigation), class: "button" %> 5: <%= link_to "Back", navigations_path, class: "hollow button secondary" %> 6:
    7:
    actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:4:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__3938884518499515173_70340688398900' 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.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.1ms) 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 (52.0ms) Started GET "/guts/navigation_items" for ::1 at 2015-12-30 14:57:47 -0330 Processing by Guts::NavigationItemsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (1.7ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.2ms) ActionView::Template::Error (No route matches {:action=>"new", :controller=>"guts/navigation_items", :navigation_id=>nil} missing required keys: [:navigation_id]): 1:
    2:
    3:

    Navigation Items<% if @navigation %> for <%= @navigation.title %><% end %>

    4: <%= link_to "New", new_navigation_navigation_item_path(@navigation), class: "button" %> 5: <%= link_to "Back", navigations_path, class: "hollow button secondary" %> 6:
    7:
    actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:4:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__3938884518499515173_70340688398900' 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 (6.2ms) 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.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.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 (47.3ms) Started GET "/guts/navigation_items" for ::1 at 2015-12-30 14:58:25 -0330 Processing by Guts::NavigationItemsController#index as HTML Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (11.5ms) Completed 500 Internal Server Error in 28ms (ActiveRecord: 1.3ms) ActionView::Template::Error (No route matches {:action=>"edit", :controller=>"guts/navigation_items", :id=>#, :navigation_id=>nil} missing required keys: [:navigation_id]): 30: 31: 32:
    36: actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:33:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__3938884518499515173_70340722399560' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb:24:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_index_html_erb__3938884518499515173_70340722399560' 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.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 (51.7ms) Started GET "/guts/navigation_items" for ::1 at 2015-12-30 14:58:48 -0330 Processing by Guts::NavigationItemsController#index as HTML Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.5ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (9.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 43.4ms | ActiveRecord: 1.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 14:58:48 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 14:58:48 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 14:58:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 14:58:48 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 14:58:48 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 14:58:48 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 14:58:48 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 14:58:48 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 14:58:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 14:58:48 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 14:58:48 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 14:58:48 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 14:58:48 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 14:58:48 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 14:58:48 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 14:58:48 -0330 Started GET "/guts/navigation_items/new" for ::1 at 2015-12-30 14:58:54 -0330 Processing by Guts::NavigationItemsController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (1.5ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `title' for nil:NilClass): 1:
    2:
    3:

    New Navigation Item for <%= @navigation.title %>

    4:
    5:
    6: /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_new_html_erb__1710905456529342415_70340707687720' 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 (5.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.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.3ms) 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 (49.2ms) Started GET "/guts/navigation_items/new" for ::1 at 2015-12-30 14:59:23 -0330 Processing by Guts::NavigationItemsController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (4.1ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.2ms) ActionView::Template::Error (No route matches {:action=>"index", :controller=>"guts/navigation_items", :navigation_id=>nil} missing required keys: [:navigation_id]): 1: <%= form_for([@navigation, @navigation_item]) do |f| %> 2:
    3: <%= f.submit "Save", class: "success button" %> 4: <%= link_to "Back", navigation_navigation_items_path(@navigation), class: "secondary hollow button" %> 5: <% unless @navigation_item.new_record? %> 6: <%= link_to "Metafields (#{@navigation_item.metafields.size})", navigation_navigation_item_metafields_path(@navigation, @navigation_item), class: "hollow button" %> 7: <%= link_to "Media (#{@navigation_item.media.size})", navigation_navigation_item_media_path(@navigation, @navigation_item), class: "hollow button warning" %> actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:4:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340730077740' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340730077740' 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/navigation_items/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_new_html_erb__1710905456529342415_70340724567260' 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 (6.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 (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 (0.9ms) 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 (49.2ms) Started GET "/guts/navigation_items/new" for ::1 at 2015-12-30 14:59:25 -0330 Processing by Guts::NavigationItemsController#new as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (1.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (3.3ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.3ms) ActionView::Template::Error (No route matches {:action=>"index", :controller=>"guts/navigation_items", :navigation_id=>nil} missing required keys: [:navigation_id]): 1: <%= form_for([@navigation, @navigation_item]) do |f| %> 2:
    3: <%= f.submit "Save", class: "success button" %> 4: <%= link_to "Back", navigation_navigation_items_path(@navigation), class: "secondary hollow button" %> 5: <% unless @navigation_item.new_record? %> 6: <%= link_to "Metafields (#{@navigation_item.metafields.size})", navigation_navigation_item_metafields_path(@navigation, @navigation_item), class: "hollow button" %> 7: <%= link_to "Media (#{@navigation_item.media.size})", navigation_navigation_item_media_path(@navigation, @navigation_item), class: "hollow button warning" %> actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:4:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340730077740' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340730077740' 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/navigation_items/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_new_html_erb__1710905456529342415_70340724567260' 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 (8.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 (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/template_error.html.erb within rescues/layout (50.4ms) Started GET "/guts/navigation_items/new" for ::1 at 2015-12-30 15:00:51 -0330 Processing by Guts::NavigationItemsController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (5.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (7.0ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `title' for nil:NilClass): 45: <%= f.text_field :custom, {style: "display: none"} %> 46:
    47: 48: <%= @navigation.title %> 49: <%= f.hidden_field :navigation_id, value: @navigation.id %> 50: <% end %> /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:48:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340687454100' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340687454100' 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/navigation_items/new.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_new_html_erb__1710905456529342415_70340724567260' 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.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.7ms) 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 (49.5ms) Started GET "/guts/navigation_items/new" for ::1 at 2015-12-30 15:02:05 -0330 Processing by Guts::NavigationItemsController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (6.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 40ms (Views: 34.2ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:02:05 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:02:05 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:02:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:02:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:02:05 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:02:05 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:02:05 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:02:05 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:02:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:02:05 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:02:05 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:02:05 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:02:05 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:02:05 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:02:05 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:02:05 -0330 Started GET "/guts/navigation_items/new" for ::1 at 2015-12-30 15:02:18 -0330 Processing by Guts::NavigationItemsController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.5ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (6.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (10.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 47.5ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:02:18 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:02:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:02:18 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:02:18 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:02:18 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:02:18 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:02:18 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:02:18 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:02:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:02:18 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:02:18 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:02:18 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:02:18 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:02:18 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:02:18 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:02:18 -0330 Started GET "/guts/navigation_items/new" for ::1 at 2015-12-30 15:02:33 -0330 Processing by Guts::NavigationItemsController#new as HTML Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (4.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (6.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 39.3ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:02:34 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:02:34 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:02:34 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:02:34 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:02:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:02:34 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:02:34 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:02:34 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:02:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:02:34 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:02:34 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:02:34 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:02:34 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:02:34 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:02:34 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:02:34 -0330 Started GET "/guts/navigations" for ::1 at 2015-12-30 15:02:38 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (8.0ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 34.8ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:02:39 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:02:39 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:02:39 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:02:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:02:39 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:02:39 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:02:39 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:02:39 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:02:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:02:39 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:02:39 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:02:39 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:02:39 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:02:39 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:02:39 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:02:39 -0330 Started GET "/guts/navigations/test-menu/items/3/edit" for ::1 at 2015-12-30 15:02:41 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-menu", "id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::NavigationItem"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::NavigationItem"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (13.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (15.2ms) Completed 500 Internal Server Error in 28ms (ActiveRecord: 1.1ms) ActionView::Template::Error (undefined method `ni?' for #): 4: <%= link_to "Back", (@navigation.nil? ? navigations_path : navigation_navigation_items_path(@navigation)), class: "secondary hollow button" %> 5: <% unless @navigation_item.new_record? %> 6: <%= link_to "Metafields (#{@navigation_item.metafields.size})", (@navigation.nil? ? navigation_item_metafields_path : navigation_navigation_item_metafields_path(@navigation, @navigation_item)), class: "hollow button" %> 7: <%= link_to "Media (#{@navigation_item.media.size})", (@navigation.ni? ? navigation_item_media_path : navigation_navigation_item_media_path(@navigation, @navigation_item)), class: "hollow button warning" %> 8: <% end %> 9:
    10: activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:7:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340662191780' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340662191780' 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/navigation_items/edit.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_edit_html_erb___2928771352006895794_70340687888780' 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 (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/template_error.html.erb within rescues/layout (47.5ms) Started GET "/guts/navigations" for ::1 at 2015-12-30 15:02:43 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (7.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 37ms (Views: 34.5ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:02:44 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:02:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:02:44 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:02:44 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:02:44 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:02:44 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:02:44 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:02:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:02:44 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:02:44 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:02:44 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:02:44 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:02:44 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:02:44 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:02:44 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:02:44 -0330 Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2015-12-30 15:02:47 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (4.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 40ms (Views: 33.3ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:02:47 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:02:48 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:02:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:02:48 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:02:48 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:02:48 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:02:48 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:02:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:02:48 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:02:48 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:02:48 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:02:48 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:02:48 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:02:48 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:02:48 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:02:48 -0330 Started GET "/guts/navigations/test-menu/items" for ::1 at 2015-12-30 15:02:49 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (6.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 37ms (Views: 32.9ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:02:50 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:02:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:02:50 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:02:50 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:02:50 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:02:50 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:02:50 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:02:50 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:02:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:02:50 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:02:50 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:02:50 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:02:50 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:02:50 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:02:50 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:02:50 -0330 Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2015-12-30 15:02:55 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (4.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 39ms (Views: 32.8ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:02:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:02:55 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:02:55 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:02:55 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:02:55 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:02:55 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:02:55 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:02:55 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:02:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:02:55 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:02:55 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:02:55 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:02:55 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:02:55 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:02:55 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:02:55 -0330 Started GET "/guts/navigations/test-menu/items" for ::1 at 2015-12-30 15:02:58 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (6.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 34.4ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:02:58 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:02:58 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:02:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:02:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:02:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:02:58 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:02:58 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:02:58 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:02:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:02:58 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:02:58 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:02:58 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:02:58 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:02:58 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:02:59 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:02:59 -0330 Started GET "/guts/navigations/test-menu/items/3/edit" for ::1 at 2015-12-30 15:03:00 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-menu", "id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::NavigationItem"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::NavigationItem"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (7.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (8.7ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined method `ni?' for #): 4: <%= link_to "Back", (@navigation.nil? ? navigations_path : navigation_navigation_items_path(@navigation)), class: "secondary hollow button" %> 5: <% unless @navigation_item.new_record? %> 6: <%= link_to "Metafields (#{@navigation_item.metafields.size})", (@navigation.nil? ? navigation_item_metafields_path : navigation_navigation_item_metafields_path(@navigation, @navigation_item)), class: "hollow button" %> 7: <%= link_to "Media (#{@navigation_item.media.size})", (@navigation.ni? ? navigation_item_media_path : navigation_navigation_item_media_path(@navigation, @navigation_item)), class: "hollow button warning" %> 8: <% end %> 9: 10: activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb:7:in `block in ___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340662191780' 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/navigation_items/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items__form_html_erb___4203237564167007693_70340662191780' 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/navigation_items/edit.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_navigation_items_edit_html_erb___2928771352006895794_70340687888780' 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 (9.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.9ms) 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/template_error.html.erb within rescues/layout (52.7ms) Started GET "/guts/navigations/test-menu/items/3/edit" for ::1 at 2015-12-30 15:03:10 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-menu", "id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::NavigationItem"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::NavigationItem"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (7.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (9.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 38.4ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:03:10 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:03:10 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:03:10 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:03:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:03:10 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:03:10 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:03:10 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:03:10 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:03:10 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:03:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:03:10 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:03:10 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:03:10 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:03:10 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:03:10 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:03:10 -0330 Started GET "/guts/navigation_items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-30 15:03:11 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.6ms) Started GET "/guts/navigations/test-menu/items/3/metafields" for ::1 at 2015-12-30 15:03:23 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (8.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 42ms (Views: 37.3ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:03:23 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:03:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:03:23 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:03:23 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:03:23 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:03:23 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:03:23 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:03:23 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:03:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:03:23 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:03:23 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:03:23 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:03:23 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:03:23 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:03:23 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:03:23 -0330 Started GET "/guts/navigation_items/3/edit" for ::1 at 2015-12-30 15:03:30 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::NavigationItem"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::NavigationItem"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (5.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (7.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 43ms (Views: 35.6ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:03:30 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:03:30 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:03:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:03:30 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:03:30 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:03:30 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:03:30 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:03:30 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:03:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:03:30 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:03:30 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:03:30 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:03:30 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:03:30 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:03:30 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:03:31 -0330 Started GET "/guts/navigation_items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-30 15:03:31 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.6ms) Started GET "/guts/navigations/test-menu/items/3/media" for ::1 at 2015-12-30 15:03:34 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `friendly' for #): activerecord (4.2.5) lib/active_record/dynamic_matchers.rb:26:in `method_missing' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:58:in `set_object' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting' 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 (3.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.9ms) 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 (11.0ms) 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 (57.9ms) Started GET "/guts/navigations/test-menu/items/3/media" for ::1 at 2015-12-30 15:04:04 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Completed 500 Internal Server Error in 24ms (ActiveRecord: 1.5ms) NoMethodError (undefined method `demodulize' for nil:NilClass): /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:57:in `set_object' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting' 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.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.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.3ms) 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.7ms) Started GET "/guts/navigations/test-menu/items/3/media" for ::1 at 2015-12-30 15:04:05 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `demodulize' for nil:NilClass): /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:57:in `set_object' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting' 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.3ms) 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.9ms) 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 (46.1ms) Started GET "/guts/navigations/test-menu/items/3/media" for ::1 at 2015-12-30 15:04:08 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `demodulize' for nil:NilClass): /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:57:in `set_object' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting' 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.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.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 (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 (45.9ms) Started GET "/guts/navigations/test-menu/items/3/media" for ::1 at 2015-12-30 15:04:56 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Completed 500 Internal Server Error in 25ms (ActiveRecord: 1.2ms) NoMethodError (undefined method `friendly' for #): activerecord (4.2.5) lib/active_record/dynamic_matchers.rb:26:in `method_missing' /Users/tyler/Development/guts/app/controllers/guts/media_controller.rb:58:in `set_object' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting' 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 (6.9ms) 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.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.0ms) 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.3ms) Started GET "/guts/navigations/test-menu/items/3/media" for ::1 at 2015-12-30 15:05:19 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::NavigationItem", "navigation_id"=>"test-menu", "navigation_item_id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::NavigationItem"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (3.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 75ms (Views: 39.5ms | ActiveRecord: 2.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:05:19 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:05:19 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:05:19 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:05:19 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:05:19 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:05:19 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:05:19 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:05:19 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:05:19 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:05:19 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:05:19 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:05:19 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:05:19 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:05:19 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:05:19 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:05:19 -0330 Started GET "/guts/navigation_items/3/edit" for ::1 at 2015-12-30 15:05:22 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::NavigationItem"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::NavigationItem"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (8.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (10.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 39.9ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:05:22 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:05:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:05:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:05:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:05:22 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:05:22 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:05:22 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:05:22 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:05:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:05:22 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:05:22 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:05:22 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:05:22 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:05:22 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:05:22 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:05:22 -0330 Started GET "/guts/users" for ::1 at 2015-12-30 15:05:23 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (4.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 53.0ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:05:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:05:23 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:05:23 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:05:24 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:05:24 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:05:24 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:05:24 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:05:24 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:05:24 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:05:24 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:05:24 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:05:24 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:05:24 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:05:24 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:05:24 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:05:24 -0330 Started GET "/guts/users/1/edit" for ::1 at 2015-12-30 15:05:25 -0330 Processing by Guts::UsersController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::User"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::User"]]  (0.1ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" CACHE (0.0ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (9.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/edit.html.erb within layouts/guts/application (11.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 46.3ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:05:25 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:05:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:05:26 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:05:26 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:05:26 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:05:26 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:05:26 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:05:26 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:05:26 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:05:26 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:05:26 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:05:26 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:05:26 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:05:26 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:05:26 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:05:26 -0330 Started GET "/guts/users/1/metafields" for ::1 at 2015-12-30 15:05:27 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::User", "user_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (12.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 52.2ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:05:27 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:05:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:05:27 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:05:27 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:05:27 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:05:27 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:05:27 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:05:27 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:05:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:05:27 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:05:27 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:05:27 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:05:27 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:05:27 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:05:27 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:05:27 -0330 Started GET "/guts/users/1/edit" for ::1 at 2015-12-30 15:05:29 -0330 Processing by Guts::UsersController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::User"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::User"]]  (0.1ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" CACHE (0.0ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (7.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/edit.html.erb within layouts/guts/application (8.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 43.7ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:05:29 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:05:29 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:05:29 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:05:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:05:29 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:05:29 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:05:29 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:05:29 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:05:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:05:29 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:05:29 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:05:29 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:05:29 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:05:29 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:05:29 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:05:29 -0330 Started GET "/guts/users" for ::1 at 2015-12-30 15:05:31 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 33ms (Views: 30.5ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:05:31 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:05:31 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:05:31 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:05:31 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:05:31 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:05:31 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:05:31 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:05:31 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:05:31 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:05:31 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:05:31 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:05:31 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:05:31 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:05:31 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:05:31 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:05:31 -0330 Started GET "/guts/users/1/edit" for ::1 at 2015-12-30 15:05:33 -0330 Processing by Guts::UsersController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::User"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::User"]]  (0.1ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" CACHE (0.0ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (7.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/edit.html.erb within layouts/guts/application (8.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 44.7ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:05:33 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:05:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:05:33 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:05:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:05:33 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:05:33 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:05:33 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:05:33 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:05:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:05:33 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:05:33 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:05:33 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:05:33 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:05:33 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:05:33 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:05:33 -0330 Started GET "/guts/users/1/metafields" for ::1 at 2015-12-30 15:05:34 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::User", "user_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (4.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 37ms (Views: 33.3ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:05:34 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:05:34 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:05:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:05:34 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:05:35 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:05:35 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:05:35 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:05:35 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:05:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:05:35 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:05:35 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:05:35 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:05:35 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:05:35 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:05:35 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:05:35 -0330 Started GET "/guts/media" for ::1 at 2015-12-30 15:05:41 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (24.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 50.0ms | ActiveRecord: 1.4ms) Started GET "/guts/users" for ::1 at 2015-12-30 15:06:35 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 37ms (Views: 34.0ms | ActiveRecord: 0.6ms) Started GET "/guts/users/1/edit" for ::1 at 2015-12-30 15:06:37 -0330 Processing by Guts::UsersController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::User"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::User"]]  (0.1ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" CACHE (0.0ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (7.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/edit.html.erb within layouts/guts/application (8.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 44.3ms | ActiveRecord: 0.8ms) Started GET "/guts/users/1/metafields" for ::1 at 2015-12-30 15:06:38 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::User", "user_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (5.7ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 42.4ms | ActiveRecord: 0.9ms) Started GET "/guts/users/1/metafields" for ::1 at 2015-12-30 15:06:45 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::User", "user_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (4.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 36ms (Views: 32.2ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:06:45 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:06:45 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:06:45 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:06:45 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:06:45 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:06:45 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:06:45 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:06:45 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:06:45 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:06:45 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:06:45 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:06:45 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:06:45 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:06:45 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:06:45 -0330 Started GET "/guts/users/1/metafields" for ::1 at 2015-12-30 15:07:02 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::User", "user_id"=>"1"} Guts::User Load (0.6ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.2ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.8ms) ActionView::Template::Error (undefined method `title' for #): 1:
    2:
    3:

    Metafields<% if @object.try(:title) || @object.try(:name) %> for <%= sub_title_for @object %>: <%= @object.title %><% end %>

    4: <%= link_to "New", new_polymorphic_path([@object, :metafield]), class: "button" %> 5: <%= link_to "Back", url_for([:edit, @object]), class: "secondary hollow button" %> 6:
    activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340710814980' 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 (10.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.5ms) 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 (3.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 (64.2ms) Started GET "/guts/users/1/metafields" for ::1 at 2015-12-30 15:07:22 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::User", "user_id"=>"1"} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (6.0ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 55.7ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:07:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:07:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:07:22 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:07:22 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:07:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:07:22 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:07:22 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:07:22 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:07:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:07:22 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:07:22 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:07:22 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:07:22 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:07:22 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:07:22 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:07:22 -0330 Started GET "/guts/users/1/metafields" for ::1 at 2015-12-30 15:08:04 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::User", "user_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (4.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 40ms (Views: 36.8ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:08:04 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:08:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:08:04 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:08:04 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:08:04 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:08:04 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:08:04 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:08:04 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:08:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:08:04 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:08:04 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:08:04 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:08:04 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:08:04 -0330 Started GET "/guts/users/1/metafields/1/edit" for ::1 at 2015-12-30 15:08:06 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::User", "user_id"=>"1", "id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (2.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (5.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 39ms (Views: 34.8ms | ActiveRecord: 0.5ms) Started GET "/guts/users/1/metafields" for ::1 at 2015-12-30 15:08:08 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::User", "user_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (4.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 40.6ms | ActiveRecord: 0.7ms) Started GET "/guts/users/1/metafields/new" for ::1 at 2015-12-30 15:08:42 -0330 Processing by Guts::MetafieldsController#new as HTML Parameters: {"fieldable_type"=>"Guts::User", "user_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (2.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/new.html.erb within layouts/guts/application (4.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 34.8ms | ActiveRecord: 0.4ms) Started GET "/guts/users/1/metafields/1/edit" for ::1 at 2015-12-30 15:08:54 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::User", "user_id"=>"1", "id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (1.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (3.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 41ms (Views: 37.6ms | ActiveRecord: 0.5ms) Started GET "/guts/users/1/metafields" for ::1 at 2015-12-30 15:08:59 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::User", "user_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.3ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (6.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 45.8ms | ActiveRecord: 1.1ms) Started GET "/guts/users/1/edit" for ::1 at 2015-12-30 15:09:00 -0330 Processing by Guts::UsersController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::User"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::User"]]  (0.1ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" CACHE (0.0ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (7.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/edit.html.erb within layouts/guts/application (8.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 45.2ms | ActiveRecord: 0.8ms) Started GET "/guts/users/1/media" for ::1 at 2015-12-30 15:09:01 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::User", "user_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::User"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (2.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 43ms (Views: 38.4ms | ActiveRecord: 0.7ms) Started GET "/guts/users/1/media" for ::1 at 2015-12-30 15:09:21 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::User", "user_id"=>"1"} Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::User"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (1.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 36ms (Views: 29.8ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:09:21 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:09:21 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:09:21 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:09:21 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:09:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:09:21 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:09:21 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:09:21 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:09:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:09:21 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:09:21 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:09:21 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:09:21 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:09:21 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:09:21 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:09:22 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:09:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:09:22 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:09:22 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:09:22 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:09:22 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:09:22 -0330 Started GET "/guts/users/1/media/new" for ::1 at 2015-12-30 15:09:23 -0330 Processing by Guts::MediaController#new as HTML Parameters: {"filable_type"=>"Guts::User", "user_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (6.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (8.8ms) Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 55.9ms | ActiveRecord: 0.8ms) Started GET "/guts/users" for ::1 at 2015-12-30 15:09:25 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 43.9ms | ActiveRecord: 0.8ms) Started GET "/guts/groups" for ::1 at 2015-12-30 15:09:26 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.2ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (8.6ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 51.3ms | ActiveRecord: 0.9ms) Started GET "/guts/groups/1/edit" for ::1 at 2015-12-30 15:09:27 -0330 Processing by Guts::GroupsController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Group"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Group"]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/_form.html.erb (9.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/groups/edit.html.erb within layouts/guts/application (12.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 54.7ms | ActiveRecord: 0.9ms) Started GET "/guts/groups/1/media" for ::1 at 2015-12-30 15:09:28 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Group", "group_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Group"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (1.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 40.3ms | ActiveRecord: 0.6ms) Started GET "/guts/groups/1/metafields" for ::1 at 2015-12-30 15:09:30 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (7.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 44ms (Views: 38.9ms | ActiveRecord: 0.9ms) Started GET "/guts/groups/1/metafields/new" for ::1 at 2015-12-30 15:09:34 -0330 Processing by Guts::MetafieldsController#new as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (2.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/new.html.erb within layouts/guts/application (4.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 43ms (Views: 38.7ms | ActiveRecord: 0.6ms) Started GET "/guts/groups" for ::1 at 2015-12-30 15:09:38 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (3.6ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 36ms (Views: 32.6ms | ActiveRecord: 0.9ms) Started GET "/guts/groups/1/edit" for ::1 at 2015-12-30 15:10:05 -0330 Processing by Guts::GroupsController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Group"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Group"]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/_form.html.erb (5.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/groups/edit.html.erb within layouts/guts/application (7.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 42ms (Views: 38.0ms | ActiveRecord: 0.8ms) Started GET "/guts/groups/1/metafields" for ::1 at 2015-12-30 15:10:10 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (4.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 39ms (Views: 34.2ms | ActiveRecord: 0.8ms) Started GET "/guts/groups/1/edit" for ::1 at 2015-12-30 15:10:12 -0330 Processing by Guts::GroupsController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Group"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Group"]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/_form.html.erb (6.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/groups/edit.html.erb within layouts/guts/application (8.4ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 40.5ms | ActiveRecord: 1.0ms) Started GET "/guts/users?group=1" for ::1 at 2015-12-30 15:10:14 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.7ms) SELECT COUNT(DISTINCT "guts_users"."id") FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 1 SQL (0.4ms) SELECT "guts_users"."id" AS t0_r0, "guts_users"."name" AS t0_r1, "guts_users"."email" AS t0_r2, "guts_users"."password_digest" AS t0_r3, "guts_users"."created_at" AS t0_r4, "guts_users"."updated_at" AS t0_r5, "guts_users"."role" AS t0_r6, "guts_users"."password_token" AS t0_r7, "guts_groups"."id" AS t1_r0, "guts_groups"."title" AS t1_r1, "guts_groups"."slug" AS t1_r2, "guts_groups"."created_at" AS t1_r3, "guts_groups"."updated_at" AS t1_r4 FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (12.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 57.6ms | ActiveRecord: 1.7ms) Started GET "/guts/groups/1/metafields" for ::1 at 2015-12-30 15:10:18 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (5.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 34.2ms | ActiveRecord: 0.7ms) Started GET "/guts/groups/1/metafields/1/edit" for ::1 at 2015-12-30 15:10:20 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"1", "id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (1.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 44ms (Views: 39.3ms | ActiveRecord: 0.6ms) Started GET "/guts/groups/1/metafields/1/edit" for ::1 at 2015-12-30 15:10:37 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"1", "id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (3.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (5.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 40.4ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:10:37 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:10:37 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:10:37 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:10:37 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:10:37 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:10:37 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:10:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:10:37 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:10:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:10:37 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:10:37 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:10:37 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:10:37 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:10:37 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:10:37 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:10:37 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-30 15:10:38 -0330 Started GET "/guts/media?insert=1" for ::1 at 2015-12-30 15:10:40 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (8.3ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 66ms (Views: 62.4ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-30 15:11:15 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-30 15:11:15 -0330 Started GET "/guts/media?insert=1" for ::1 at 2015-12-30 15:11:18 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (8.9ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 60.2ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:11:19 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:11:19 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:11:19 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:11:19 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:11:19 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:11:19 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:11:19 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:11:19 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:11:19 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:11:19 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:11:19 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:11:19 -0330 Started GET "/guts/media?insert=1" for ::1 at 2015-12-30 15:11:37 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (14.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 63.5ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:11:37 -0330 Started GET "/guts/media?insert=1" for ::1 at 2015-12-30 15:11:53 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (41.7ms) Completed 500 Internal Server Error in 49ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `dump' for #<#:0x007ff2f1fa06b8>): 48: <%= link_to "Info", medium_path(media) %> 49: <%= link_to "Edit", edit_polymorphic_path([@object, media]) %> 50: <%= link_to_destroy "Destroy", polymorphic_path([@object, media])%> 51: <% if params.has_key? :insert %>Insert<% end %><%= dump(params) %> 52: 53: 54: <% end %> /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:51:in `block in ___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb__2967830455356876611_70340709224900' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:28:in `___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb__2967830455356876611_70340709224900' 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 (9.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 (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 (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 (61.1ms) Started GET "/guts/groups/1/metafields/1/edit" for ::1 at 2015-12-30 15:12:03 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"1", "id"=>"1"} Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.6ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]] Guts::Metafield Load (0.4ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (5.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (9.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 73ms (Views: 57.9ms | ActiveRecord: 2.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:12:03 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:12:03 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:12:03 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/application.self-7b384fdfcdf890bf800131e8dfd9fa8cf1773a3f49346de3250f88bf30fc8d25.css?body=1" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-30 15:12:04 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-30 15:12:05 -0330 Started GET "/guts/media?insert=1" for ::1 at 2015-12-30 15:12:05 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (18.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 68ms (Views: 64.6ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:12:06 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:12:06 -0330 Started GET "/guts/media?insert=1" for ::1 at 2015-12-30 15:12:27 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.5ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `hey_key?' for {"insert"=>"1", "controller"=>"guts/media", "action"=>"index"}:ActionController::Parameters): 48: <%= link_to "Info", medium_path(media) %> 49: <%= link_to "Edit", edit_polymorphic_path([@object, media]) %> 50: <%= link_to_destroy "Destroy", polymorphic_path([@object, media])%> 51: <% if params.has_key? :insert %>Insert<% end %><%= params.hey_key? :insert %> 52: 53: 54: <% end %> /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:51:in `block in ___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb__2967830455356876611_70340729756100' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/media/index.html.erb:28:in `___sers_tyler__evelopment_guts_app_views_guts_media_index_html_erb__2967830455356876611_70340729756100' 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 (6.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 (3.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 (3.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 (61.1ms) Started GET "/guts/media?insert=1" for ::1 at 2015-12-30 15:12:36 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (13.9ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 51.9ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:12:36 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:12:36 -0330 Started GET "/guts/media?insert=1" for ::1 at 2015-12-30 15:12:51 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (11.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 54.3ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:12:51 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:12:51 -0330 Started GET "/guts/media?insert=1" for ::1 at 2015-12-30 15:13:17 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (12.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 61.5ms | ActiveRecord: 1.0ms) Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:13:17 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:13:17 -0330 Started GET "/guts/media?insert=1" for ::1 at 2015-12-30 15:13:19 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (12.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 77ms (Views: 73.7ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:13:20 -0330 Started GET "/guts/media?insert=1" for ::1 at 2015-12-30 15:13:28 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (8.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 53.0ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:13:28 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:13:28 -0330 Started GET "/guts/groups/1/metafields/1/edit" for ::1 at 2015-12-30 15:14:04 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"1", "id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (2.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (3.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 110ms (Views: 105.8ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/application.self-a4f21962ef59e4510376847ab0b150f53498ef9087e48b7684f07e5e38d30307.css?body=1" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-30 15:14:04 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-30 15:14:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-30 15:14:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-30 15:14:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-30 15:14:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-30 15:14:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-30 15:14:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-30 15:14:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-30 15:14:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-30 15:14:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-30 15:14:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-30 15:14:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-30 15:14:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-30 15:14:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-30 15:14:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-30 15:14:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-30 15:14:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-30 15:14:05 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-30 15:14:05 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-30 15:14:05 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-30 15:14:05 -0330 Started GET "/guts/media?insert=1" for ::1 at 2015-12-30 15:14:17 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.6ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.3ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (14.5ms) Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 85ms (Views: 78.8ms | ActiveRecord: 1.9ms) Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:14:18 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:14:18 -0330 Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2015-12-30 15:14:18 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:14:18 -0330 Started GET "/guts/media/5/editor_insert" for ::1 at 2015-12-30 15:14:19 -0330 Processing by Guts::MediaController#editor_insert as */* Parameters: {"id"=>"5"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 5]] Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb (1.2ms) Completed 200 OK in 21ms (Views: 17.2ms | ActiveRecord: 0.4ms) Started GET "/guts/groups/1/metafields" for ::1 at 2015-12-30 15:15:03 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (5.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 37ms (Views: 32.6ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:15:03 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:15:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:15:03 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:15:03 -0330 Started GET "/assets/guts/application.self-a4f21962ef59e4510376847ab0b150f53498ef9087e48b7684f07e5e38d30307.css?body=1" for ::1 at 2015-12-30 15:15:03 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:15:03 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:15:03 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:15:03 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:15:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:15:03 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:15:03 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:15:03 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:15:03 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:15:03 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:15:03 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:15:03 -0330 Guts::UserGroup Load (0.2ms) SELECT "guts_user_groups".* FROM "guts_user_groups" WHERE "guts_user_groups"."id" = ? LIMIT 1 [["id", 1]] Started DELETE "/guts/groups/1/metafields" for ::1 at 2015-12-30 15:43:56 -0330 ActionController::RoutingError (No route matches [DELETE] "/guts/groups/1/metafields"): 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 (2.9ms) 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 (25.3ms) 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.7ms) 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.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 (236.0ms) Started GET "/guts/groups/1/metafields" for ::1 at 2015-12-30 15:44:06 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (4.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 37ms (Views: 31.9ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:44:06 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:44:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:44:06 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:44:06 -0330 Started GET "/assets/guts/application.self-a4f21962ef59e4510376847ab0b150f53498ef9087e48b7684f07e5e38d30307.css?body=1" for ::1 at 2015-12-30 15:44:06 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:44:06 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:44:06 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:44:06 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:44:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:44:06 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:44:06 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:44:06 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:44:07 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:44:07 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:44:07 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:44:07 -0330 Started GET "/guts/groups/1/metafields" for ::1 at 2015-12-30 15:45:44 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"1"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.5ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (32.3ms) Completed 500 Internal Server Error in 54ms (ActiveRecord: 1.8ms) ActionView::Template::Error (undefined method `show_group_metafield_path' for #<#:0x007ff2f50043b8>): 28:
    29: 33: 34: <% end %> actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:31:in `block in ___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340671443780' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:24:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340671443780' 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 (6.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.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.1ms) 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 (47.7ms) Started GET "/guts/groups/1/metafields" for ::1 at 2015-12-30 15:45:51 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (6.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 33.9ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:45:51 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:45:51 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:45:51 -0330 Started GET "/assets/guts/application.self-a4f21962ef59e4510376847ab0b150f53498ef9087e48b7684f07e5e38d30307.css?body=1" for ::1 at 2015-12-30 15:45:51 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:45:51 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:45:51 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:45:51 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:45:51 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:45:51 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:45:51 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:45:51 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:45:51 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:45:51 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:45:51 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:45:51 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:45:51 -0330 Started GET "/guts/groups/1/metafields" for ::1 at 2015-12-30 15:46:17 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (7.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 40ms (Views: 35.7ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:46:17 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:46:17 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:46:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:46:17 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:46:17 -0330 Started GET "/assets/guts/application.self-a4f21962ef59e4510376847ab0b150f53498ef9087e48b7684f07e5e38d30307.css?body=1" for ::1 at 2015-12-30 15:46:17 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:46:17 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:46:17 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:46:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:46:17 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:46:17 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:46:17 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:46:17 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:46:17 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:46:17 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:46:17 -0330 Started GET "/guts/categories" for ::1 at 2015-12-30 15:46:59 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (12.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 47.7ms | ActiveRecord: 1.4ms) Started GET "/guts/groups/1/metafields" for ::1 at 2015-12-30 15:47:14 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (18.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 52.1ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:47:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:47:14 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:47:14 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:47:14 -0330 Started GET "/assets/guts/application.self-a4f21962ef59e4510376847ab0b150f53498ef9087e48b7684f07e5e38d30307.css?body=1" for ::1 at 2015-12-30 15:47:14 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:47:14 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:47:14 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:47:14 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:47:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:47:14 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:47:14 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:47:14 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:47:14 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:47:14 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:47:14 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:47:14 -0330 Started GET "/guts/groups/1/metafields" for ::1 at 2015-12-30 15:47:30 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"1"} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (9.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 47.4ms | ActiveRecord: 1.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:47:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:47:30 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:47:30 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:47:30 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:47:30 -0330 Started GET "/assets/guts/application.self-a4f21962ef59e4510376847ab0b150f53498ef9087e48b7684f07e5e38d30307.css?body=1" for ::1 at 2015-12-30 15:47:30 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:47:30 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:47:30 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:47:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:47:30 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:47:30 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:47:30 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:47:30 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:47:30 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:47:30 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:47:30 -0330 Started GET "/guts/categories" for ::1 at 2015-12-30 15:47:36 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 34.9ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:47:36 -0330 Started GET "/assets/guts/application.self-a4f21962ef59e4510376847ab0b150f53498ef9087e48b7684f07e5e38d30307.css?body=1" for ::1 at 2015-12-30 15:47:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:47:36 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:47:36 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:47:36 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:47:36 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:47:36 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:47:36 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:47:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:47:36 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:47:36 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:47:36 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:47:36 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:47:36 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:47:36 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:47:36 -0330 Started GET "/guts/groups/1/metafields" for ::1 at 2015-12-30 15:47:48 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (5.5ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 39ms (Views: 33.9ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:47:48 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:47:48 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:47:48 -0330 Started GET "/assets/guts/application.self-a4f21962ef59e4510376847ab0b150f53498ef9087e48b7684f07e5e38d30307.css?body=1" for ::1 at 2015-12-30 15:47:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:47:48 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:47:48 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:47:48 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:47:48 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:47:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:47:48 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:47:48 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:47:48 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:47:48 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:47:48 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:47:48 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:47:48 -0330 Started GET "/guts/groups/1/metafields" for ::1 at 2015-12-30 15:48:09 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (10.4ms) Completed 500 Internal Server Error in 53ms (ActiveRecord: 1.8ms) ActionView::Template::Error (undefined method `model_name' for {:url=>"/guts/groups/1/metafields/1"}:Hash): 28: 29: 33: 34: <% end %> actionpack (4.2.5) lib/action_controller/model_naming.rb:9:in `model_name_from_record_or_class' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:433:in `form_for' /Users/tyler/Development/guts/app/helpers/guts/application_helper.rb:6:in `link_to_destroy' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:31:in `block in ___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340708497340' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb:24:in `___sers_tyler__evelopment_guts_app_views_guts_metafields_index_html_erb___4088777061328928645_70340708497340' 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 (6.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 (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.1ms) 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 (51.7ms) Started GET "/guts/groups/1/metafields" for ::1 at 2015-12-30 15:48:26 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (10.6ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 77ms (Views: 48.6ms | ActiveRecord: 2.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:48:26 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:48:26 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:48:26 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:48:26 -0330 Started GET "/assets/guts/application.self-a4f21962ef59e4510376847ab0b150f53498ef9087e48b7684f07e5e38d30307.css?body=1" for ::1 at 2015-12-30 15:48:26 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:48:26 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:48:26 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:48:26 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:48:26 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:48:26 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:48:26 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:48:26 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:48:26 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:48:27 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2015-12-30 15:48:27 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2015-12-30 15:48:27 -0330 Started GET "/guts/categories" for ::1 at 2015-12-30 15:48:33 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.2ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (11.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 45.2ms | ActiveRecord: 1.2ms) Started GET "/guts/groups" for ::1 at 2015-12-30 15:48:40 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.2ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (7.6ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 43.6ms | ActiveRecord: 0.9ms) Started GET "/guts/groups/1/edit" for ::1 at 2015-12-30 15:48:42 -0330 Processing by Guts::GroupsController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Group"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Group"]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/_form.html.erb (10.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/groups/edit.html.erb within layouts/guts/application (11.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 42ms (Views: 37.3ms | ActiveRecord: 1.0ms) Started GET "/guts/groups/1/metafields" for ::1 at 2015-12-30 15:48:43 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (5.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 40ms (Views: 35.1ms | ActiveRecord: 0.9ms) Started GET "/guts/groups/1/edit" for ::1 at 2015-12-30 15:48:47 -0330 Processing by Guts::GroupsController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Group"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Group"]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/_form.html.erb (5.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/groups/edit.html.erb within layouts/guts/application (7.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 51.3ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:48:47 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:48:47 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:48:47 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:48:47 -0330 Started GET "/assets/guts/application.self-a4f21962ef59e4510376847ab0b150f53498ef9087e48b7684f07e5e38d30307.css?body=1" for ::1 at 2015-12-30 15:48:47 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:48:47 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:48:47 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:48:47 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:48:47 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:48:47 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:48:47 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:48:47 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:48:47 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:48:47 -0330 Started GET "/guts/groups/1/metafields" for ::1 at 2015-12-30 15:49:10 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (5.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 31.8ms | ActiveRecord: 0.8ms) Started GET "/guts/metafields" for ::1 at 2015-12-30 15:50:25 -0330 ActionController::RoutingError (No route matches [GET] "/guts/metafields"): 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.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (11.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.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/routing_error.html.erb within rescues/layout (146.3ms) Started GET "/guts/groups/1/metafields" for ::1 at 2015-12-30 15:50:34 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 25ms (ActiveRecord: 1.6ms) NoMethodError (undefined method `metafields' for nil:NilClass): /Users/tyler/Development/guts/app/controllers/guts/metafields_controller.rb:9:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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 (4.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 (2.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 (44.8ms) Started GET "/guts/groups/1/metafields" for ::1 at 2015-12-30 15:50:41 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Group"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 80ms (Views: 39.1ms | ActiveRecord: 2.1ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:50:42 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:50:42 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:50:42 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:50:42 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:50:42 -0330 Started GET "/assets/guts/application.self-a4f21962ef59e4510376847ab0b150f53498ef9087e48b7684f07e5e38d30307.css?body=1" for ::1 at 2015-12-30 15:50:42 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:50:42 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:50:42 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:50:42 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:50:42 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:50:42 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:50:42 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:50:42 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:50:42 -0330 Started GET "/guts/categories" for ::1 at 2015-12-30 15:50:44 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (11.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 41.9ms | ActiveRecord: 1.1ms) Started GET "/guts/categories/demo-category/edit" for ::1 at 2015-12-30 15:50:45 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (10.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (11.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 44.4ms | ActiveRecord: 0.9ms) Started GET "/guts/categories/demo-category/metafields" for ::1 at 2015-12-30 15:50:46 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]] Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (10.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 43.0ms | ActiveRecord: 0.9ms) Started DELETE "/guts/categories/demo-category/metafields/2" for ::1 at 2015-12-30 15:50:52 -0330 Processing by Guts::MetafieldsController#destroy as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SZ7T6oqASL+l+WysvDybfG3PY4AqcJsLhnjO+JV0cZCIMGEJRYRo5/6Oe9KdOEfYffPqDacBlXZBpZ3SmOUM6g==", "fieldable_type"=>"Guts::Category", "category_id"=>"demo-category", "id"=>"2"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "guts_metafields" WHERE "guts_metafields"."id" = ? [["id", 2]]  (1.2ms) commit transaction Redirected to http://localhost:3000/guts/categories/demo-category/metafields Completed 302 Found in 10ms (ActiveRecord: 2.0ms) Started GET "/guts/categories/demo-category/metafields" for ::1 at 2015-12-30 15:50:52 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (5.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 43.9ms | ActiveRecord: 1.0ms) Started GET "/guts/categories/demo-category/metafields" for ::1 at 2015-12-30 15:50:54 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (4.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 37ms (Views: 32.9ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 15:50:54 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 15:50:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 15:50:54 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 15:50:54 -0330 Started GET "/assets/guts/application.self-a4f21962ef59e4510376847ab0b150f53498ef9087e48b7684f07e5e38d30307.css?body=1" for ::1 at 2015-12-30 15:50:54 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 15:50:54 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 15:50:54 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 15:50:54 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 15:50:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 15:50:54 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 15:50:54 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 15:50:54 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 15:50:54 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 15:50:54 -0330 Started GET "/guts/categories/demo-category/metafields/new" for ::1 at 2015-12-30 15:50:56 -0330 Processing by Guts::MetafieldsController#new as HTML Parameters: {"fieldable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (2.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/new.html.erb within layouts/guts/application (3.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 41.4ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-30 15:50:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-30 15:50:57 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-30 15:50:57 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-30 15:50:57 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-30 15:50:57 -0330 Started GET "/guts/groups" for ::1 at 2015-12-30 15:50:59 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.2ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (6.1ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 45.3ms | ActiveRecord: 0.8ms) Started GET "/guts/groups/1/edit" for ::1 at 2015-12-30 15:51:00 -0330 Processing by Guts::GroupsController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Group"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Group"]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/_form.html.erb (6.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/groups/edit.html.erb within layouts/guts/application (8.0ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 43.0ms | ActiveRecord: 0.8ms) Started GET "/guts/session/logout" for ::1 at 2015-12-30 18:35:57 -0330 Processing by Guts::SessionsController#destroy as HTML Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/guts/session/login" for ::1 at 2015-12-30 18:35:57 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.7ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 45ms (Views: 44.8ms | ActiveRecord: 0.2ms) Started GET "/guts/session/login" for ::1 at 2015-12-30 18:36:25 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (2.0ms) Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 38ms (Views: 37.4ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 18:36:25 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 18:36:25 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 18:36:25 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 18:36:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 18:36:25 -0330 Started GET "/assets/guts/application.self-a4f21962ef59e4510376847ab0b150f53498ef9087e48b7684f07e5e38d30307.css?body=1" for ::1 at 2015-12-30 18:36:25 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 18:36:25 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 18:36:25 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 18:36:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 18:36:25 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 18:36:25 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 18:36:25 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 18:36:25 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 18:36:25 -0330 Started GET "/guts/session/forgot" for ::1 at 2015-12-30 18:38:07 -0330 Processing by Guts::SessionsController#forgot as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/forgot.html.erb within layouts/guts/application (1.8ms) Guts::User Load (0.6ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 34ms (Views: 32.9ms | ActiveRecord: 0.6ms) Started POST "/guts/session/forgot_token" for ::1 at 2015-12-30 18:38:13 -0330 Processing by Guts::SessionsController#forgot_token as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"0upGTdBWdY1+Qd8qPb4ip8VcTEy0blD+D5N3xGEipEMTRPSuH1JV1SU2yFQcuv4D1WDFwTkfXoPITiTubLPZOQ==", "commit"=>"Submit", "session"=>{"email"=>"tyler.n.king@outlook.com"}} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]]  (0.1ms) begin transaction Guts::User Exists (0.1ms) SELECT 1 AS one FROM "guts_users" WHERE (LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') AND "guts_users"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "guts_users" SET "password_token" = ?, "updated_at" = ? WHERE "guts_users"."id" = ? [["password_token", "ab8ab238"], ["updated_at", "2015-12-30 22:08:13.537555"], ["id", 1]]  (0.9ms) commit transaction Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 22ms (ActiveRecord: 1.5ms) Started GET "/guts/session/login" for ::1 at 2015-12-30 18:38:13 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (3.5ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 34ms (Views: 33.9ms | ActiveRecord: 0.2ms) Started GET "/guts/media" for ::1 at 2015-12-30 18:38:36 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Redirected to http://localhost:3000/guts/session/login Filter chain halted as :firewall rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started GET "/guts/session/login" for ::1 at 2015-12-30 18:38:36 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.9ms) Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 39ms (Views: 39.1ms | ActiveRecord: 0.1ms) Started GET "/rails/mailers/guts/user_mailer/password_reset" for ::1 at 2015-12-30 18:38:41 -0330 Processing by Rails::MailersController#preview as HTML Parameters: {"path"=>"guts/user_mailer/password_reset"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" ORDER BY "guts_users"."id" ASC LIMIT 1 Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.html.erb within layouts/guts/mailer (4.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.text.erb within layouts/guts/mailer (2.3ms) Guts::UserMailer#password_reset: processed outbound mail in 214.6ms Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/railties-4.2.5/lib/rails/templates/rails/mailers/email.html.erb (5.7ms) Completed 200 OK in 229ms (Views: 11.0ms | ActiveRecord: 0.2ms) Started GET "/rails/mailers/guts/user_mailer/password_reset?part=text%2Fhtml" for ::1 at 2015-12-30 18:38:41 -0330 Processing by Rails::MailersController#preview as HTML Parameters: {"part"=>"text/html", "path"=>"guts/user_mailer/password_reset"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" ORDER BY "guts_users"."id" ASC LIMIT 1 Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.html.erb within layouts/guts/mailer (2.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.text.erb within layouts/guts/mailer (2.5ms) Guts::UserMailer#password_reset: processed outbound mail in 24.7ms Rendered text template (0.0ms) Completed 200 OK in 28ms (Views: 1.6ms | ActiveRecord: 0.2ms) Started GET "/rails/mailers/guts/user_mailer/password_reset?part=text%2Fplain" for ::1 at 2015-12-30 18:38:54 -0330 Processing by Rails::MailersController#preview as HTML Parameters: {"part"=>"text/plain", "path"=>"guts/user_mailer/password_reset"} Guts::User Load (0.9ms) SELECT "guts_users".* FROM "guts_users" ORDER BY "guts_users"."id" ASC LIMIT 1 Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.html.erb within layouts/guts/mailer (13.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.text.erb within layouts/guts/mailer (14.2ms) Guts::UserMailer#password_reset: processed outbound mail in 95.0ms Rendered text template (0.0ms) Completed 200 OK in 105ms (Views: 0.7ms | ActiveRecord: 0.9ms) Started GET "/rails/mailers/guts/user_mailer/password_reset?part=text%2Fhtml" for ::1 at 2015-12-30 18:38:57 -0330 Processing by Rails::MailersController#preview as HTML Parameters: {"part"=>"text/html", "path"=>"guts/user_mailer/password_reset"} Guts::User Load (1.0ms) SELECT "guts_users".* FROM "guts_users" ORDER BY "guts_users"."id" ASC LIMIT 1 Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.html.erb within layouts/guts/mailer (10.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.text.erb within layouts/guts/mailer (6.6ms) Guts::UserMailer#password_reset: processed outbound mail in 68.7ms Rendered text template (0.1ms) Completed 200 OK in 80ms (Views: 1.9ms | ActiveRecord: 1.0ms) Started GET "/rails/mailers/guts/" for ::1 at 2015-12-30 18:39:27 -0330 Processing by Rails::MailersController#preview as HTML Parameters: {"path"=>"guts"} Completed 404 Not Found in 0ms (ActiveRecord: 0.0ms) AbstractController::ActionNotFound (Mailer preview 'guts' not found): railties (4.2.5) lib/rails/mailers_controller.rb:56:in `find_preview' 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' 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/unknown_action.html.erb within rescues/layout (0.4ms) Started GET "/rails/mailers/guts/user_mailer/" for ::1 at 2015-12-30 18:39:31 -0330 Processing by Rails::MailersController#preview as HTML Parameters: {"path"=>"guts/user_mailer"} Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/railties-4.2.5/lib/rails/templates/rails/mailers/mailer.html.erb within layouts/application (1.2ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms) Started GET "/rails/mailers/guts/user_mailer/password_reset" for ::1 at 2015-12-30 18:39:33 -0330 Processing by Rails::MailersController#preview as HTML Parameters: {"path"=>"guts/user_mailer/password_reset"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" ORDER BY "guts_users"."id" ASC LIMIT 1 Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.html.erb within layouts/guts/mailer (2.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.text.erb within layouts/guts/mailer (2.4ms) Guts::UserMailer#password_reset: processed outbound mail in 24.6ms Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/railties-4.2.5/lib/rails/templates/rails/mailers/email.html.erb (1.1ms) Completed 200 OK in 30ms (Views: 4.1ms | ActiveRecord: 0.1ms) Started GET "/rails/mailers/guts/user_mailer/password_reset?part=text%2Fhtml" for ::1 at 2015-12-30 18:39:33 -0330 Processing by Rails::MailersController#preview as HTML Parameters: {"part"=>"text/html", "path"=>"guts/user_mailer/password_reset"} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" ORDER BY "guts_users"."id" ASC LIMIT 1 Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.html.erb within layouts/guts/mailer (3.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.text.erb within layouts/guts/mailer (3.2ms) Guts::UserMailer#password_reset: processed outbound mail in 26.4ms Rendered text template (0.0ms) Completed 200 OK in 30ms (Views: 0.6ms | ActiveRecord: 0.3ms) Started GET "/rails/mailers/guts/user_mailer/password_reset?part=text%2Fplain" for ::1 at 2015-12-30 18:39:42 -0330 Processing by Rails::MailersController#preview as HTML Parameters: {"part"=>"text/plain", "path"=>"guts/user_mailer/password_reset"} Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" ORDER BY "guts_users"."id" ASC LIMIT 1 Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.html.erb within layouts/guts/mailer (10.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.text.erb within layouts/guts/mailer (9.3ms) Guts::UserMailer#password_reset: processed outbound mail in 59.6ms Rendered text template (0.1ms) Completed 200 OK in 68ms (Views: 2.0ms | ActiveRecord: 0.4ms) Started GET "/rails/mailers/guts/user_mailer/password_reset?part=text%2Fhtml" for ::1 at 2015-12-30 18:39:45 -0330 Processing by Rails::MailersController#preview as HTML Parameters: {"part"=>"text/html", "path"=>"guts/user_mailer/password_reset"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" ORDER BY "guts_users"."id" ASC LIMIT 1 Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.html.erb within layouts/guts/mailer (11.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/user_mailer/password_reset.text.erb within layouts/guts/mailer (7.5ms) Guts::UserMailer#password_reset: processed outbound mail in 64.7ms Rendered text template (0.1ms) Completed 200 OK in 69ms (Views: 1.8ms | ActiveRecord: 0.1ms) Started GET "/guts/session/reset_password/ab8ab238" for ::1 at 2015-12-30 18:40:05 -0330 Processing by Guts::SessionsController#reset_password as HTML Parameters: {"token"=>"ab8ab238"} Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."password_token" = ? LIMIT 1 [["password_token", "ab8ab238"]]  (0.1ms) begin transaction Guts::User Exists (0.1ms) SELECT 1 AS one FROM "guts_users" WHERE (LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') AND "guts_users"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "guts_users" SET "password_token" = ?, "password_digest" = ?, "updated_at" = ? WHERE "guts_users"."id" = ? [["password_token", nil], ["password_digest", "$2a$10$RW7FmlYNMLenUEKof30fhu/zXDjnb.VFF/DSSWOnMWuTAI7pelhNO"], ["updated_at", "2015-12-30 22:10:05.720558"], ["id", 1]]  (1.3ms) commit transaction Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 91ms (ActiveRecord: 2.1ms) Started GET "/guts/session/login" for ::1 at 2015-12-30 18:40:05 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.1ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 30ms (Views: 30.1ms | ActiveRecord: 0.2ms) Started POST "/guts/session/login" for ::1 at 2015-12-30 18:40:20 -0330 Processing by Guts::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"/pnCUlVtWIyva/fUxmtpGp5Tx7R4dTEbdHtXrnYwmRw/N3Cxmml41PQc4Krnb7W+jm9OOfUEP2azpgSEe6HkZg==", "commit"=>"Login", "session"=>{"email"=>"tyler.n.king@outlook.com", "password"=>"[FILTERED]"}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]] Redirected to http://localhost:3000/guts/users Completed 302 Found in 85ms (ActiveRecord: 0.1ms) Started GET "/guts/users" for ::1 at 2015-12-30 18:40:20 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (6.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 46.3ms | ActiveRecord: 0.7ms) Started GET "/guts/types" for ::1 at 2015-12-30 18:40:29 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (10.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 35.4ms | ActiveRecord: 0.7ms) Started GET "/guts/types/new" for ::1 at 2015-12-30 18:40:35 -0330 Processing by Guts::TypesController#new as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (1.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/new.html.erb within layouts/guts/application (2.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 31ms (Views: 28.5ms | ActiveRecord: 0.4ms) Started POST "/guts/types" for ::1 at 2015-12-30 18:40:39 -0330 Processing by Guts::TypesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Hp0eJFaZz+YRbtgRpij9K77SvCHM3LM6kNHSdV1qBt3fM6zHmZ3vvkoZz2+HLCGPru41rEGtvUdXDIFfUPt7pw==", "commit"=>"Save", "type"=>{"title"=>"Project"}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.0ms) begin transaction Guts::Type Exists (0.2ms) SELECT 1 AS one FROM "guts_types" WHERE ("guts_types"."id" IS NOT NULL) AND "guts_types"."slug" = ? LIMIT 1 [["slug", "project"]] SQL (1.2ms) INSERT INTO "guts_types" ("title", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Project"], ["slug", "project"], ["created_at", "2015-12-30 22:10:39.479635"], ["updated_at", "2015-12-30 22:10:39.479635"]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/types Completed 302 Found in 108ms (ActiveRecord: 2.3ms) Started GET "/guts/types" for ::1 at 2015-12-30 18:40:39 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (6.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 42.4ms | ActiveRecord: 0.6ms) Started GET "/guts/types/project/edit" for ::1 at 2015-12-30 18:40:43 -0330 Processing by Guts::TypesController#edit as HTML Parameters: {"id"=>"project"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "project"]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Type"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Type"]] Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (7.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (8.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 36ms (Views: 32.8ms | ActiveRecord: 0.7ms) Started GET "/guts/types/project/metafields" for ::1 at 2015-12-30 18:40:49 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Type", "type_id"=>"project"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "project"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Type"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (1.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 30ms (Views: 26.3ms | ActiveRecord: 0.5ms) Started GET "/guts/types/project/metafields/new" for ::1 at 2015-12-30 18:40:59 -0330 Processing by Guts::MetafieldsController#new as HTML Parameters: {"fieldable_type"=>"Guts::Type", "type_id"=>"project"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "project"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (1.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/new.html.erb within layouts/guts/application (3.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 31ms (Views: 27.8ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-30 18:40:59 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-30 18:40:59 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-30 18:40:59 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-30 18:40:59 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-30 18:40:59 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-30 18:40:59 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-30 18:40:59 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-30 18:40:59 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-30 18:40:59 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-30 18:40:59 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-30 18:40:59 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-30 18:41:00 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-30 18:41:00 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-30 18:41:00 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-30 18:41:00 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-30 18:41:00 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-30 18:41:00 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-30 18:41:00 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-30 18:41:00 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-30 18:41:00 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-30 18:41:00 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-30 18:41:00 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-30 18:41:00 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-30 18:41:00 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-30 18:41:00 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-30 18:41:00 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-30 18:41:00 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-30 18:41:00 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-30 18:41:00 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-30 18:41:00 -0330 Started POST "/guts/types/project/metafields" for ::1 at 2015-12-30 18:41:04 -0330 Processing by Guts::MetafieldsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"D+I6McyaPek7as2dZZKEJ6XVfAhg7KNX38kLwTLGDUzOTIjSA54dsWAd2uNElliDten1he2drSoYFFjrP1dwNg==", "commit"=>"Save", "metafield"=>{"key"=>"Booster", "value"=>"

    yes

    ", "fieldable_id"=>"3", "fieldable_type"=>"Guts::Type"}, "fieldable_type"=>"Guts::Type", "type_id"=>"project"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "project"]]  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "guts_metafields" ("key", "value", "fieldable_id", "fieldable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["key", "Booster"], ["value", "

    yes

    "], ["fieldable_id", 3], ["fieldable_type", "Guts::Type"], ["created_at", "2015-12-30 22:11:04.890523"], ["updated_at", "2015-12-30 22:11:04.890523"]]  (1.2ms) commit transaction Redirected to http://localhost:3000/guts/types/project/metafields Completed 302 Found in 13ms (ActiveRecord: 2.7ms) Started GET "/guts/types/project/metafields" for ::1 at 2015-12-30 18:41:04 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Type", "type_id"=>"project"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "project"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Type"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Type"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 40ms (Views: 36.4ms | ActiveRecord: 0.7ms) Started GET "/guts/types/project/edit" for ::1 at 2015-12-30 18:41:09 -0330 Processing by Guts::TypesController#edit as HTML Parameters: {"id"=>"project"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "project"]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Type"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Type"]] Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (4.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (5.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 36ms (Views: 31.6ms | ActiveRecord: 0.6ms) Started GET "/guts/types/project/media" for ::1 at 2015-12-30 18:41:13 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Type", "type_id"=>"project"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "project"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Type"]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (1.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 36ms (Views: 32.0ms | ActiveRecord: 0.6ms) Started GET "/guts/types/project/edit" for ::1 at 2015-12-30 18:41:17 -0330 Processing by Guts::TypesController#edit as HTML Parameters: {"id"=>"project"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "project"]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Type"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Type"]] Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (5.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (8.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 34.8ms | ActiveRecord: 0.7ms) Started GET "/guts/types" for ::1 at 2015-12-30 18:41:20 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (5.3ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 35ms (Views: 31.7ms | ActiveRecord: 0.7ms) Started DELETE "/guts/types/project" for ::1 at 2015-12-30 18:41:26 -0330 Processing by Guts::TypesController#destroy as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TSnJ7Rlk+y4U3u8jaiS3oCiSjkDrraeAQgg+A4QvBBKMh3sO1mDbdk+p+F1LIGsEOK4HzWbcqf2F1W0pib55aA==", "id"=>"project"} Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "project"]]  (0.1ms) begin transaction Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::Type"]] Guts::Metafield Load (0.0ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::Type"]] SQL (0.2ms) DELETE FROM "guts_metafields" WHERE "guts_metafields"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "guts_types" WHERE "guts_types"."id" = ? [["id", 3]]  (1.4ms) commit transaction Redirected to http://localhost:3000/guts/types Completed 302 Found in 11ms (ActiveRecord: 2.8ms) Started GET "/guts/types" for ::1 at 2015-12-30 18:41:26 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.3ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.7ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (15.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 86ms (Views: 80.7ms | ActiveRecord: 2.0ms) Started GET "/guts/categories" for ::1 at 2015-12-30 18:41:29 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (3.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 30ms (Views: 27.4ms | ActiveRecord: 0.8ms) Started GET "/guts/categories/new" for ::1 at 2015-12-30 18:41:32 -0330 Processing by Guts::CategoriesController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (1.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/new.html.erb within layouts/guts/application (2.9ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 33ms (Views: 31.2ms | ActiveRecord: 0.5ms) Started GET "/guts/categories" for ::1 at 2015-12-30 18:41:34 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (3.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 40ms (Views: 37.7ms | ActiveRecord: 0.6ms) Started GET "/guts/categories/demo-category/edit" for ::1 at 2015-12-30 18:41:35 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (3.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (4.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 40ms (Views: 37.1ms | ActiveRecord: 0.5ms) Started GET "/guts/categories/demo-category/metafields" for ::1 at 2015-12-30 18:41:42 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (4.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 34ms (Views: 30.8ms | ActiveRecord: 0.5ms) Started GET "/guts/categories/demo-category/metafields/1/edit" for ::1 at 2015-12-30 18:41:46 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Category", "category_id"=>"demo-category", "id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (1.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (3.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 32ms (Views: 27.5ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-30 18:41:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-30 18:41:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-30 18:41:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-30 18:41:47 -0330 Started GET "/guts/categories/demo-category/metafields" for ::1 at 2015-12-30 18:41:52 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (4.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 33ms (Views: 29.4ms | ActiveRecord: 0.7ms) Started GET "/guts/categories/demo-category/edit" for ::1 at 2015-12-30 18:41:53 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (3.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (5.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 42.3ms | ActiveRecord: 0.7ms) Started GET "/guts/categories/demo-category/metafields" for ::1 at 2015-12-30 18:42:15 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 34.7ms | ActiveRecord: 0.6ms) Started GET "/guts/categories/demo-category/metafields/new" for ::1 at 2015-12-30 18:42:16 -0330 Processing by Guts::MetafieldsController#new as HTML Parameters: {"fieldable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/_form.html.erb (2.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/metafields/new.html.erb within layouts/guts/application (4.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 43ms (Views: 39.4ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-30 18:42:17 -0330 Started GET "/guts/categories/demo-category/metafields" for ::1 at 2015-12-30 18:42:24 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 34ms (Views: 30.3ms | ActiveRecord: 0.5ms) Started GET "/guts/categories/demo-category/edit" for ::1 at 2015-12-30 18:42:25 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (3.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (4.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 37ms (Views: 34.4ms | ActiveRecord: 0.5ms) Started GET "/guts/categories" for ::1 at 2015-12-30 18:42:28 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 28ms (Views: 26.2ms | ActiveRecord: 0.6ms) Started GET "/guts/navigations" for ::1 at 2015-12-30 18:42:30 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (23.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 49.5ms | ActiveRecord: 1.9ms) Started GET "/guts/navigations/new" for ::1 at 2015-12-30 18:42:36 -0330 Processing by Guts::NavigationsController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (1.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/new.html.erb within layouts/guts/application (2.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 31ms (Views: 29.4ms | ActiveRecord: 0.3ms) Started GET "/guts/navigations" for ::1 at 2015-12-30 18:42:39 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (6.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 33ms (Views: 30.7ms | ActiveRecord: 0.8ms) Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2015-12-30 18:42:54 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (3.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (5.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 45.7ms | ActiveRecord: 0.4ms) Started GET "/guts/navigation_items/navigatable_objects?model=Guts%3A%3ACategory" for ::1 at 2015-12-30 18:43:07 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Category"} Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.5ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.5ms) SELECT "guts_categories".* FROM "guts_categories" Completed 200 OK in 16ms (Views: 0.3ms | ActiveRecord: 1.5ms) Started GET "/guts/navigation_items/navigatable_objects?model=Guts%3A%3AType" for ::1 at 2015-12-30 18:43:10 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Type"} Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.4ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 16ms (Views: 0.9ms | ActiveRecord: 1.1ms) Started GET "/guts/navigation_items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2015-12-30 18:43:14 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content"} Guts::User Load (0.7ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (1.1ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 20ms (Views: 0.7ms | ActiveRecord: 2.6ms) Started POST "/guts/navigations/test-menu/items" for ::1 at 2015-12-30 18:43:17 -0330 Processing by Guts::NavigationItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UWweCxLHQvy2EQfwoKlq1VNQSi+H3zMonRatMSVetZWQwqzo3cNipO1mEI6BrbZxQ2zDogquPVVay/4bKM/I7w==", "commit"=>"Save", "navigation_item"=>{"title"=>"Wallets", "navigatable_type"=>"Guts::Content", "navigatable_id"=>"1", "custom"=>"", "navigation_id"=>"1"}, "navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.0ms) begin transaction SQL (0.8ms) INSERT INTO "guts_navigation_items" ("title", "custom", "navigation_id", "navigatable_type", "navigatable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "Wallets"], ["custom", ""], ["navigation_id", 1], ["navigatable_type", "Guts::Content"], ["navigatable_id", 1], ["created_at", "2015-12-30 22:13:17.966356"], ["updated_at", "2015-12-30 22:13:17.966356"]]  (2.7ms) commit transaction Redirected to http://localhost:3000/guts/navigations/test-menu/items Completed 302 Found in 10ms (ActiveRecord: 3.7ms) Started GET "/guts/navigations/test-menu/items" for ::1 at 2015-12-30 18:43:17 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.3ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (16.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 52.8ms | ActiveRecord: 1.6ms) Started GET "/guts/navigations" for ::1 at 2015-12-30 18:43:22 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (8.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 37ms (Views: 34.2ms | ActiveRecord: 0.9ms) Started GET "/guts/navigations/test-menu/edit" for ::1 at 2015-12-30 18:43:28 -0330 Processing by Guts::NavigationsController#edit as HTML Parameters: {"id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Navigation"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (5.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/edit.html.erb within layouts/guts/application (7.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 36ms (Views: 33.3ms | ActiveRecord: 0.6ms) Started GET "/guts/navigations" for ::1 at 2015-12-30 18:43:31 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (7.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 36ms (Views: 33.4ms | ActiveRecord: 0.8ms) Started GET "/guts/users" for ::1 at 2015-12-30 18:43:34 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 32ms (Views: 30.0ms | ActiveRecord: 0.5ms) Started GET "/guts/users/1/edit" for ::1 at 2015-12-30 18:43:36 -0330 Processing by Guts::UsersController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::User"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::User"]]  (0.1ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" CACHE (0.0ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (8.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/edit.html.erb within layouts/guts/application (10.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 40ms (Views: 36.9ms | ActiveRecord: 0.9ms) Started GET "/guts/users" for ::1 at 2015-12-30 18:43:46 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 30ms (Views: 27.3ms | ActiveRecord: 0.5ms) Started GET "/guts/users/new" for ::1 at 2015-12-30 18:43:48 -0330 Processing by Guts::UsersController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (3.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/new.html.erb within layouts/guts/application (5.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 37ms (Views: 34.6ms | ActiveRecord: 0.4ms) Started GET "/guts/users" for ::1 at 2015-12-30 18:43:50 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 30ms (Views: 27.6ms | ActiveRecord: 0.5ms) Started GET "/guts/groups" for ::1 at 2015-12-30 18:43:51 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (3.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 35ms (Views: 32.5ms | ActiveRecord: 0.5ms) Started GET "/guts/users?group=1" for ::1 at 2015-12-30 18:43:54 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(DISTINCT "guts_users"."id") FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 1 SQL (0.2ms) SELECT "guts_users"."id" AS t0_r0, "guts_users"."name" AS t0_r1, "guts_users"."email" AS t0_r2, "guts_users"."password_digest" AS t0_r3, "guts_users"."created_at" AS t0_r4, "guts_users"."updated_at" AS t0_r5, "guts_users"."role" AS t0_r6, "guts_users"."password_token" AS t0_r7, "guts_groups"."id" AS t1_r0, "guts_groups"."title" AS t1_r1, "guts_groups"."slug" AS t1_r2, "guts_groups"."created_at" AS t1_r3, "guts_groups"."updated_at" AS t1_r4 FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (4.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 36ms (Views: 31.7ms | ActiveRecord: 0.9ms) Started GET "/guts/groups/1/edit" for ::1 at 2015-12-30 18:43:59 -0330 Processing by Guts::GroupsController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Group"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Group"]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/_form.html.erb (5.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/groups/edit.html.erb within layouts/guts/application (6.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 34ms (Views: 30.9ms | ActiveRecord: 0.7ms) Started GET "/guts/users" for ::1 at 2015-12-30 18:44:39 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 34ms (Views: 31.2ms | ActiveRecord: 0.6ms) Started GET "/guts/media" for ::1 at 2015-12-30 18:44:48 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (13.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 52.7ms | ActiveRecord: 0.8ms) Started GET "/guts/media/6" for ::1 at 2015-12-30 18:45:08 -0330 Processing by Guts::MediaController#show as HTML Parameters: {"id"=>"6"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/tyler/Development/guts/app/views/guts/media/show.html.erb within layouts/guts/application (1.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 30ms (Views: 26.4ms | ActiveRecord: 0.5ms) Started GET "/guts/media/new" for ::1 at 2015-12-30 18:45:54 -0330 Processing by Guts::MediaController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (2.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 32ms (Views: 29.6ms | ActiveRecord: 0.3ms) Started GET "/guts/media" for ::1 at 2015-12-30 18:45:57 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.4ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 42.2ms | ActiveRecord: 0.9ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-30 18:45:59 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 41.2ms | ActiveRecord: 0.6ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-30 18:46:05 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (12.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (15.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 43.0ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-30 18:46:05 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-30 18:46:06 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-30 18:46:06 -0330 Started GET "/guts/contents/test-page/media" for ::1 at 2015-12-30 18:46:13 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"filable_type"=>"Guts::Content", "content_id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (4.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 33.5ms | ActiveRecord: 0.8ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-30 18:46:16 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (9.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 41.0ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-30 18:46:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-30 18:46:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-30 18:46:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-30 18:46:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-30 18:46:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-30 18:46:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-30 18:46:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-30 18:46:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-30 18:46:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-30 18:46:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-30 18:46:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-30 18:46:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-30 18:46:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-30 18:46:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-30 18:46:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-30 18:46:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-30 18:46:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-30 18:46:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-30 18:46:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-30 18:46:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-30 18:46:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-30 18:46:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-30 18:46:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-30 18:46:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-30 18:46:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-30 18:46:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-30 18:46:17 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-30 18:46:17 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-30 18:46:17 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-30 18:46:17 -0330 Started GET "/guts/media?insert=1" for ::1 at 2015-12-30 18:46:35 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.5ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (10.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 62.8ms | ActiveRecord: 1.1ms) Started GET "/guts/media/new" for ::1 at 2015-12-30 18:46:43 -0330 Processing by Guts::MediaController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (2.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (3.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 34ms (Views: 31.5ms | ActiveRecord: 0.4ms) Started GET "/guts/media" for ::1 at 2015-12-30 18:46:44 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (6.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 45.6ms | ActiveRecord: 1.0ms) Started GET "/guts/media/new" for ::1 at 2015-12-30 18:46:45 -0330 Processing by Guts::MediaController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (2.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (3.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 39ms (Views: 36.2ms | ActiveRecord: 0.4ms) Started GET "/guts/media" for ::1 at 2015-12-30 18:46:47 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (5.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 43.1ms | ActiveRecord: 0.6ms) Started GET "/guts/media?insert=1" for ::1 at 2015-12-30 18:46:50 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 44.0ms | ActiveRecord: 0.8ms) Started GET "/guts/media/5/editor_insert" for ::1 at 2015-12-30 18:46:52 -0330 Processing by Guts::MediaController#editor_insert as */* Parameters: {"id"=>"5"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 5]] Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb (0.5ms) Completed 200 OK in 16ms (Views: 13.4ms | ActiveRecord: 0.2ms) Started GET "/guts/media?insert=1" for ::1 at 2015-12-30 18:47:09 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (8.0ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 41.7ms | ActiveRecord: 1.0ms) Started GET "/guts/media/6/editor_insert" for ::1 at 2015-12-30 18:47:11 -0330 Processing by Guts::MediaController#editor_insert as */* Parameters: {"id"=>"6"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb (0.5ms) Completed 200 OK in 16ms (Views: 13.3ms | ActiveRecord: 0.3ms) Started GET "/system/guts/media/000/000/006/small/complete-f6.zip?1450825088" for ::1 at 2015-12-30 18:47:15 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/006/small/complete-f6.zip"): 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 (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (8.8ms) 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.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.3ms) 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 (139.9ms) Started GET "/guts/media?insert=1" for ::1 at 2015-12-30 18:48:13 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (10.5ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 60.4ms | ActiveRecord: 1.0ms) Started GET "/guts/media/7/editor_insert" for ::1 at 2015-12-30 18:48:15 -0330 Processing by Guts::MediaController#editor_insert as */* Parameters: {"id"=>"7"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 7]] Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb (0.5ms) Completed 200 OK in 16ms (Views: 13.2ms | ActiveRecord: 0.2ms) Started PATCH "/guts/contents/test-page" for ::1 at 2015-12-30 18:48:43 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"vCz+sw1U8hsWBfcBbCDORYhG3Y5STmwc36w3+1ur9TV9gkxQwlDSQ01y4H9NJBLhmHpUA98/YmEYcWTRVjqITw==", "commit"=>"Save Page", "content"=>{"title"=>"Test Page", "slug"=>"test-page", "type_id"=>"1", "content"=>"

    \"Image\"\"Image\"

    ", "visible"=>"1", "category_ids"=>[""]}, "id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Guts::Category Load (0.2ms) 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", 1]] SQL (1.2ms) UPDATE "guts_contents" SET "content" = ?, "updated_at" = ? WHERE "guts_contents"."id" = ? [["content", "

    \"Image\"\"Image\"

    "], ["updated_at", "2015-12-30 22:18:43.141688"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://localhost:3000/guts/contents?type=page Completed 302 Found in 35ms (ActiveRecord: 4.6ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-30 18:48:43 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (4.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 47.1ms | ActiveRecord: 0.8ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-30 18:48:53 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.1ms) 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 (8.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 39ms (Views: 35.0ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-30 18:48:54 -0330 Started GET "/guts/media?insert=1" for ::1 at 2015-12-30 18:48:56 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (11.2ms) Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 47.2ms | ActiveRecord: 1.2ms) Started GET "/guts/categories" for ::1 at 2015-12-30 18:48:59 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (2.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 43ms (Views: 40.8ms | ActiveRecord: 0.7ms) Started GET "/guts/types" for ::1 at 2015-12-30 18:49:00 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (6.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 42ms (Views: 39.9ms | ActiveRecord: 0.5ms) Started GET "/guts/navigations" for ::1 at 2015-12-30 18:49:01 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (9.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 43ms (Views: 40.1ms | ActiveRecord: 0.9ms) Started GET "/guts/media" for ::1 at 2015-12-30 18:49:02 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (6.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 40.0ms | ActiveRecord: 1.0ms) Started GET "/guts/media/new" for ::1 at 2015-12-30 18:49:03 -0330 Processing by Guts::MediaController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (2.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (3.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 36ms (Views: 34.0ms | ActiveRecord: 0.4ms) Started POST "/guts/media" for ::1 at 2015-12-30 18:49:53 -0330 Processing by Guts::MediaController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EGDgfR2EHRKyXoPx+RisoN/p+JmrraP8r85wM5CFzGDRzlKe0oA9SukplI/YHHAEz9VxFCbcrYFoEyMZnRSxGg==", "commit"=>"Save", "medium"=>{"file"=>#, @original_filename="cow-07.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"medium[file]\"; filename=\"cow-07.jpg\"\r\nContent-Type: image/jpeg\r\n">, "title"=>"COW", "caption"=>"", "tags"=>""}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Command :: file -b --mime '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/cc753e2858d497b901fabe159a232aeb20151230-23836-gs0xf9.jpg' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/cc753e2858d497b901fabe159a232aeb20151230-23836-1gpschj.jpg[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/cc753e2858d497b901fabe159a232aeb20151230-23836-1gpschj.jpg[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/cc753e2858d497b901fabe159a232aeb20151230-23836-1gpschj.jpg[0]' -auto-orient -resize "50x50" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/74ff04e5024b67be9ce5a1615c781fe520151230-23836-1bfyx5e' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/cc753e2858d497b901fabe159a232aeb20151230-23836-1gpschj.jpg[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/cc753e2858d497b901fabe159a232aeb20151230-23836-1gpschj.jpg[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/cc753e2858d497b901fabe159a232aeb20151230-23836-1gpschj.jpg[0]' -auto-orient -resize "100x100" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/74ff04e5024b67be9ce5a1615c781fe520151230-23836-1m7mj2b' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/cc753e2858d497b901fabe159a232aeb20151230-23836-1gpschj.jpg[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/cc753e2858d497b901fabe159a232aeb20151230-23836-1gpschj.jpg[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/cc753e2858d497b901fabe159a232aeb20151230-23836-1gpschj.jpg[0]' -auto-orient -resize "160x160" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/74ff04e5024b67be9ce5a1615c781fe520151230-23836-15q5pt0' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/cc753e2858d497b901fabe159a232aeb20151230-23836-1gpschj.jpg[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/cc753e2858d497b901fabe159a232aeb20151230-23836-1gpschj.jpg[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/cc753e2858d497b901fabe159a232aeb20151230-23836-1gpschj.jpg[0]' -auto-orient -resize "240x240" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/74ff04e5024b67be9ce5a1615c781fe520151230-23836-mjghfz' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/cc753e2858d497b901fabe159a232aeb20151230-23836-1gpschj.jpg[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/cc753e2858d497b901fabe159a232aeb20151230-23836-1gpschj.jpg[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/cc753e2858d497b901fabe159a232aeb20151230-23836-1gpschj.jpg[0]' -auto-orient -resize "480x480" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/74ff04e5024b67be9ce5a1615c781fe520151230-23836-7qnxc7' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/cc753e2858d497b901fabe159a232aeb20151230-23836-1gpschj.jpg[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/cc753e2858d497b901fabe159a232aeb20151230-23836-1gpschj.jpg[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/cc753e2858d497b901fabe159a232aeb20151230-23836-1gpschj.jpg[0]' -auto-orient -resize "600x600" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/74ff04e5024b67be9ce5a1615c781fe520151230-23836-1n42w3r' Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/cc753e2858d497b901fabe159a232aeb20151230-23836-1gpschj.jpg[0]' 2>/dev/null Command :: identify -format %m '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/cc753e2858d497b901fabe159a232aeb20151230-23836-1gpschj.jpg[0]' Command :: convert '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/cc753e2858d497b901fabe159a232aeb20151230-23836-1gpschj.jpg[0]' -auto-orient -resize "1200x1200" '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/74ff04e5024b67be9ce5a1615c781fe520151230-23836-1hgo1zl'  (0.1ms) begin transaction Command :: file -b --mime '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/cc753e2858d497b901fabe159a232aeb20151230-23836-1x305bc.jpg' SQL (0.5ms) INSERT INTO "guts_media" ("title", "tags", "caption", "file_file_name", "file_content_type", "file_file_size", "file_updated_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "COW"], ["tags", ""], ["caption", ""], ["file_file_name", "cow-07.jpg"], ["file_content_type", "image/jpeg"], ["file_file_size", 1000441], ["file_updated_at", "2015-12-30 22:19:53.646873"], ["created_at", "2015-12-30 22:19:57.833853"], ["updated_at", "2015-12-30 22:19:57.833853"]]  (2.0ms) commit transaction Redirected to http://localhost:3000/guts/media Completed 302 Found in 4207ms (ActiveRecord: 2.8ms) Started GET "/guts/media" for ::1 at 2015-12-30 18:49:57 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (12.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 51.3ms | ActiveRecord: 1.0ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-30 18:50:04 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 42.8ms | ActiveRecord: 0.7ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-30 18:50:06 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (10.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (12.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 45.8ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-30 18:50:06 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-30 18:50:07 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-30 18:50:07 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-30 18:50:07 -0330 Started GET "/guts/media?insert=1" for ::1 at 2015-12-30 18:50:09 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (11.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 69ms (Views: 65.9ms | ActiveRecord: 1.0ms) Started GET "/guts/media/8/editor_insert" for ::1 at 2015-12-30 18:50:13 -0330 Processing by Guts::MediaController#editor_insert as */* Parameters: {"id"=>"8"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb (0.6ms) Completed 200 OK in 16ms (Views: 13.1ms | ActiveRecord: 0.3ms) Started GET "/guts/media?insert=1" for ::1 at 2015-12-30 18:50:23 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (14.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 77ms (Views: 73.8ms | ActiveRecord: 1.0ms) Started GET "/guts/media/8" for ::1 at 2015-12-30 18:50:24 -0330 Processing by Guts::MediaController#show as HTML Parameters: {"id"=>"8"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/tyler/Development/guts/app/views/guts/media/show.html.erb within layouts/guts/application (0.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 40ms (Views: 37.9ms | ActiveRecord: 0.4ms) Started GET "/guts/media?insert=1" for ::1 at 2015-12-30 18:50:31 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (14.6ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 81ms (Views: 77.6ms | ActiveRecord: 1.1ms) Started GET "/guts/media/8/editor_insert" for ::1 at 2015-12-30 18:50:33 -0330 Processing by Guts::MediaController#editor_insert as */* Parameters: {"id"=>"8"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb (1.5ms) Completed 200 OK in 18ms (Views: 14.4ms | ActiveRecord: 0.4ms) Started GET "/guts/media?insert=1" for ::1 at 2015-12-30 18:51:39 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.3ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.5ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (12.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 51.3ms | ActiveRecord: 1.4ms) Started GET "/guts/media/6/editor_insert" for ::1 at 2015-12-30 18:51:41 -0330 Processing by Guts::MediaController#editor_insert as */* Parameters: {"id"=>"6"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/tyler/Development/guts/app/views/guts/media/editor_insert.html.erb (0.6ms) Completed 200 OK in 16ms (Views: 13.5ms | ActiveRecord: 0.2ms) Started PATCH "/guts/contents/test-page" for ::1 at 2015-12-30 18:52:03 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"A709wV0669534qdXZ3JEQ7/CHcv0cmBMMuCFdmVZ9j7CE48ikj7LhiyVsClGdpjnr/6URnkDbjH1PdZcaMiLRA==", "commit"=>"Save Page", "content"=>{"title"=>"Test Page", "slug"=>"test-page", "type_id"=>"1", "content"=>"

    \"Image\"\"Image\"\"Image\"

    ", "visible"=>"0", "category_ids"=>[""]}, "id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction Guts::Category Load (0.1ms) 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", 1]] SQL (0.5ms) UPDATE "guts_contents" SET "content" = ?, "visible" = ?, "updated_at" = ? WHERE "guts_contents"."id" = ? [["content", "

    \"Image\"\"Image\"\"Image\"

    "], ["visible", 0], ["updated_at", "2015-12-30 22:22:03.293307"], ["id", 1]]  (1.5ms) commit transaction Redirected to http://localhost:3000/guts/contents?type=page Completed 302 Found in 25ms (ActiveRecord: 2.7ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-30 18:52:03 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 39.3ms | ActiveRecord: 1.0ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-30 18:52:07 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (9.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 41ms (Views: 37.1ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-30 18:52:08 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-30 18:52:08 -0330 Started PATCH "/guts/contents/test-page" for ::1 at 2015-12-30 18:52:17 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"sDmsWebrXtFunvG+iJuYhi9t+9CPLV7mJpyXDifPaJtxlx66Ke9+iTXp5sCpn0QiP1FyXQJcUJvhQcQkKl4V4Q==", "commit"=>"Save Page", "content"=>{"title"=>"Test Page", "slug"=>"test-page", "type_id"=>"1", "content"=>"

    \"Image\"\"Image\"\"Image\"

    ", "visible"=>"0", "category_ids"=>[""]}, "id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (1.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Guts::Category Load (0.1ms) 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", 1]]  (0.1ms) commit transaction Redirected to http://localhost:3000/guts/contents?type=page Completed 302 Found in 15ms (ActiveRecord: 1.8ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-30 18:52:17 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (3.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 46.9ms | ActiveRecord: 0.9ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2015-12-30 18:52:20 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (9.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 42ms (Views: 38.7ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-30 18:52:20 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-30 18:52:21 -0330 Started PATCH "/guts/contents/test-page" for ::1 at 2015-12-30 18:52:22 -0330 Processing by Guts::ContentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"4+C8HXBW+l0j8GJaCatdq1LdTJnpBOfov8d0uxKIPlkiTg7+v1LaBXiHdSQor4EPQuHFFGR16ZV4GieRHxlDIw==", "commit"=>"Save Page", "content"=>{"title"=>"Test Page", "slug"=>"test-page", "type_id"=>"1", "content"=>"

    \"Image\"\"Image\"\"Image\"

    ", "visible"=>"1", "category_ids"=>[""]}, "id"=>"test-page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Guts::Category Load (0.2ms) 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", 1]] SQL (0.4ms) UPDATE "guts_contents" SET "visible" = ?, "updated_at" = ? WHERE "guts_contents"."id" = ? [["visible", 1], ["updated_at", "2015-12-30 22:22:22.971104"], ["id", 1]]  (1.7ms) commit transaction Redirected to http://localhost:3000/guts/contents?type=page Completed 302 Found in 18ms (ActiveRecord: 3.1ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-30 18:52:22 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 39.1ms | ActiveRecord: 0.7ms) Started GET "/guts/groups" for ::1 at 2015-12-30 18:52:25 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (3.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 34ms (Views: 31.5ms | ActiveRecord: 0.6ms) Started GET "/guts/users" for ::1 at 2015-12-30 18:52:25 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 39ms (Views: 36.6ms | ActiveRecord: 0.5ms) Started GET "/guts/media" for ::1 at 2015-12-30 18:52:27 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 49.8ms | ActiveRecord: 0.7ms) Started GET "/guts/navigations" for ::1 at 2015-12-30 18:52:31 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (8.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 36ms (Views: 33.1ms | ActiveRecord: 0.8ms) Started GET "/guts/navigations/new" for ::1 at 2015-12-30 18:52:36 -0330 Processing by Guts::NavigationsController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (1.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/new.html.erb within layouts/guts/application (3.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 32ms (Views: 29.3ms | ActiveRecord: 0.3ms) Started GET "/guts/navigations" for ::1 at 2015-12-30 18:52:38 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (9.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 43.6ms | ActiveRecord: 1.0ms) Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2015-12-30 18:52:39 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (4.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 44ms (Views: 36.2ms | ActiveRecord: 0.4ms) Started GET "/guts/navigation_items/navigatable_objects?model=Guts%3A%3ACategory" for ::1 at 2015-12-30 18:52:44 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.4ms) SELECT "guts_categories".* FROM "guts_categories" Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.8ms) Started GET "/guts/media" for ::1 at 2015-12-30 18:52:45 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 35ms (Views: 32.7ms | ActiveRecord: 0.7ms) Started GET "/guts/users" for ::1 at 2015-12-30 18:52:45 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 35.4ms | ActiveRecord: 0.7ms) Started GET "/guts/groups" for ::1 at 2015-12-30 18:52:46 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (3.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 39ms (Views: 36.4ms | ActiveRecord: 0.6ms) Started GET "/guts/types" for ::1 at 2015-12-30 18:52:47 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (4.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 35.5ms | ActiveRecord: 0.6ms) Started GET "/guts/session/logout" for ::1 at 2015-12-30 18:52:48 -0330 Processing by Guts::SessionsController#destroy as HTML Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/guts/session/login" for ::1 at 2015-12-30 18:52:48 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.6ms) Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 33ms (Views: 32.4ms | ActiveRecord: 0.3ms) Started GET "/guts/session/forgot" for ::1 at 2015-12-30 18:53:24 -0330 Processing by Guts::SessionsController#forgot as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/forgot.html.erb within layouts/guts/application (1.1ms) Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 33ms (Views: 32.3ms | ActiveRecord: 0.1ms) Started GET "/guts/session/login" for ::1 at 2015-12-30 18:53:26 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.2ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 36ms (Views: 35.8ms | ActiveRecord: 0.2ms) Started POST "/guts/session/login" for ::1 at 2015-12-30 18:53:36 -0330 Processing by Guts::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"z8515QIRgrsi53Msn5ryLP145aJ7JLa98MoMEWwpPLQOYMcGzRWi43mQZFK+ni6I7URsL/ZVuMA3F187YbhBzg==", "commit"=>"Login", "session"=>{"email"=>"tyler.n.king@outlook.com", "password"=>"[FILTERED]"}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]] Redirected to http://localhost:3000/guts/users Completed 302 Found in 88ms (ActiveRecord: 0.1ms) Started GET "/guts/users" for ::1 at 2015-12-30 18:53:36 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (4.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 40.1ms | ActiveRecord: 0.8ms) Started GET "/guts/groups" for ::1 at 2015-12-30 18:53:47 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (3.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 36ms (Views: 33.0ms | ActiveRecord: 0.6ms) Started GET "/guts/media" for ::1 at 2015-12-30 18:53:49 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 45.7ms | ActiveRecord: 0.7ms) Started GET "/guts/users" for ::1 at 2015-12-30 18:53:51 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 55.9ms | ActiveRecord: 0.6ms) Started GET "/guts/media" for ::1 at 2015-12-30 18:53:52 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 44.9ms | ActiveRecord: 0.6ms) Started GET "/guts/media/new" for ::1 at 2015-12-30 18:53:56 -0330 Processing by Guts::MediaController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (1.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 35ms (Views: 32.4ms | ActiveRecord: 0.4ms) Started POST "/guts/media" for ::1 at 2015-12-30 18:54:04 -0330 Processing by Guts::MediaController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"XxA8WPvSgHkTU6GU4ZPgvsmDe+5MrHU5NDiX/bWzhDmevo67NNagIUgkturAlzwa2b/yY8Hde0Tz5cTXuCL5Qw==", "commit"=>"Save", "medium"=>{"file"=>#, @original_filename="full-terms-and-conditions.zip", @content_type="application/zip", @headers="Content-Disposition: form-data; name=\"medium[file]\"; filename=\"full-terms-and-conditions.zip\"\r\nContent-Type: application/zip\r\n">, "title"=>"", "caption"=>"", "tags"=>""}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) begin transaction Command :: file -b --mime '/var/folders/5b/k_117t415w3b36tsgc4b3l240000gn/T/9e34b87c5920d114fa323279576ff72d20151230-23836-19lqwec.zip'  (0.5ms) rollback transaction Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (12.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (16.0ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 96ms (Views: 73.3ms | ActiveRecord: 1.1ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-30 18:54:14 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (3.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 44ms (Views: 40.1ms | ActiveRecord: 0.7ms) Started GET "/guts/contents/new?type=page" for ::1 at 2015-12-30 18:54:15 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (7.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 52.4ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2015-12-30 18:54:16 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2015-12-30 18:54:16 -0330 Started POST "/guts/contents" for ::1 at 2015-12-30 18:54:17 -0330 Processing by Guts::ContentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5d4tKk3yU5IWVkHqmiXlplHpBcDzoc5P1l0PLLCpcEAkcJ/JgvZzyk0hVpS7ITkCQdWMTX7QwDIRgFwGvTgNOg==", "commit"=>"Save Page", "content"=>{"title"=>"", "type_id"=>"1", "content"=>"", "visible"=>"1", "category_ids"=>[""]}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) begin transaction Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) rollback transaction Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (2.2ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `title' for nil:NilClass): 1:
    2:
    3:

    New <%= @type.title %>

    4:
    5:
    6: /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_contents_new_html_erb__4012614737428704204_70340729767900' 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' /Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:28:in `create' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4: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:38: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 (6.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 (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 (1.1ms) 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 (55.1ms) Started GET "/guts/contents?type=page" for ::1 at 2015-12-30 18:54:22 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 35ms (Views: 30.8ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2015-12-30 18:54:22 -0330 Started GET "/assets/guts/application.self-a4f21962ef59e4510376847ab0b150f53498ef9087e48b7684f07e5e38d30307.css?body=1" for ::1 at 2015-12-30 18:54:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-12-30 18:54:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2015-12-30 18:54:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2015-12-30 18:54:22 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2015-12-30 18:54:22 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2015-12-30 18:54:22 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2015-12-30 18:54:22 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2015-12-30 18:54:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2015-12-30 18:54:22 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2015-12-30 18:54:22 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2015-12-30 18:54:22 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2015-12-30 18:54:22 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2015-12-30 18:54:22 -0330 Started GET "/guts/types" for ::1 at 2015-12-30 18:54:25 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (5.6ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 37ms (Views: 34.4ms | ActiveRecord: 0.6ms) Started GET "/guts/types/new" for ::1 at 2015-12-30 18:54:26 -0330 Processing by Guts::TypesController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (1.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/new.html.erb within layouts/guts/application (2.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 39ms (Views: 37.0ms | ActiveRecord: 0.3ms) Started POST "/guts/types" for ::1 at 2015-12-30 18:54:28 -0330 Processing by Guts::TypesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yWJlL7c7ntDx2V17XYc3B491c+figLdr/44S5FwLU38IzNfMeD++iKquSgV8g+ujn0n6am/xuRY4U0HOUZouBQ==", "commit"=>"Save", "type"=>{"title"=>""}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.0ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (2.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/new.html.erb within layouts/guts/application (3.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 41ms (Views: 37.0ms | ActiveRecord: 0.4ms) Started GET "/guts/types" for ::1 at 2015-12-30 18:54:38 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (4.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 34ms (Views: 31.7ms | ActiveRecord: 0.5ms) Started GET "/guts/media" for ::1 at 2015-12-30 18:54:40 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 36ms (Views: 33.3ms | ActiveRecord: 0.6ms) Started GET "/guts/categories" for ::1 at 2015-12-30 18:54:41 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (3.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 40ms (Views: 38.2ms | ActiveRecord: 0.6ms) Started GET "/guts/navigations" for ::1 at 2015-12-30 18:54:41 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.3ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (11.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 47.4ms | ActiveRecord: 1.6ms) Started GET "/guts/navigations/new" for ::1 at 2015-12-30 18:54:42 -0330 Processing by Guts::NavigationsController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (1.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/new.html.erb within layouts/guts/application (2.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 42ms (Views: 38.6ms | ActiveRecord: 0.3ms) Started POST "/guts/navigations" for ::1 at 2015-12-30 18:54:47 -0330 Processing by Guts::NavigationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s3hLziANPi7GQMwQA2rsmFNx/NbDf1KGyP2dV4ej8ypy1vkt7wkedp03224ibjA8Q011W04OXPsPIM59ijKOUA==", "commit"=>"Save", "navigation"=>{"title"=>"Blog"}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.0ms) begin transaction Guts::Navigation Exists (0.1ms) SELECT 1 AS one FROM "guts_navigations" WHERE ("guts_navigations"."id" IS NOT NULL) AND "guts_navigations"."slug" = ? LIMIT 1 [["slug", "blog"]] SQL (0.3ms) INSERT INTO "guts_navigations" ("title", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Blog"], ["slug", "blog"], ["created_at", "2015-12-30 22:24:47.200661"], ["updated_at", "2015-12-30 22:24:47.200661"]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/navigations Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Started GET "/guts/navigations" for ::1 at 2015-12-30 18:54:47 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (11.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 41.7ms | ActiveRecord: 1.1ms) Started GET "/guts/navigations/blog/items/new" for ::1 at 2015-12-30 18:54:50 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"blog"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "blog"]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/_form.html.erb (2.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (3.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 37ms (Views: 29.9ms | ActiveRecord: 0.4ms) Started POST "/guts/navigations/blog/items" for ::1 at 2015-12-30 18:55:03 -0330 Processing by Guts::NavigationItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xrDRky9N3VaIde754unaIyfsWQ8PAppKtT3d8fLagA4HHmNw4En9DtMC+YfD7QaHN9DQgoJzlDdy4I7b/0v9dA==", "commit"=>"Save", "navigation_item"=>{"title"=>"Glodaddy", "navigatable_type"=>"", "custom"=>"godaddy.com", "navigation_id"=>"2"}, "navigation_id"=>"blog"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "blog"]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "guts_navigation_items" ("title", "custom", "navigation_id", "navigatable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Glodaddy"], ["custom", "godaddy.com"], ["navigation_id", 2], ["navigatable_type", ""], ["created_at", "2015-12-30 22:25:03.876785"], ["updated_at", "2015-12-30 22:25:03.876785"]]  (1.0ms) commit transaction Redirected to http://localhost:3000/guts/navigations/blog/items Completed 302 Found in 7ms (ActiveRecord: 1.7ms) Started GET "/guts/navigations/blog/items" for ::1 at 2015-12-30 18:55:03 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"blog"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "blog"]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (15.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 54.3ms | ActiveRecord: 1.6ms) Started GET "/guts/navigations" for ::1 at 2015-12-30 18:55:06 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 2]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (11.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 42.4ms | ActiveRecord: 1.0ms) Started DELETE "/guts/navigations/blog" for ::1 at 2015-12-30 18:55:21 -0330 Processing by Guts::NavigationsController#destroy as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YKh6aF6dfRRv6h9kWYGaeCZfCE61/D3kjwsLyOVHzrihBsiLkZldTDSdCBp4hUbcNmOBwziNM5lI1lji6Nazwg==", "id"=>"blog"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.3ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "blog"]]  (0.2ms) begin transaction Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 2]] Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 6], ["filable_type", "Guts::NavigationItem"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 6], ["fieldable_type", "Guts::NavigationItem"]] SQL (1.6ms) DELETE FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? [["id", 6]] Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 2], ["filable_type", "Guts::Navigation"]] Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 2], ["fieldable_type", "Guts::Navigation"]] SQL (0.3ms) DELETE FROM "guts_navigations" WHERE "guts_navigations"."id" = ? [["id", 2]]  (2.3ms) commit transaction Redirected to http://localhost:3000/guts/navigations Completed 302 Found in 37ms (ActiveRecord: 5.6ms) Started GET "/guts/navigations" for ::1 at 2015-12-30 18:55:21 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.5ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.6ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (24.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 79ms (Views: 73.0ms | ActiveRecord: 2.5ms) Started GET "/guts/contents?type=post" for ::1 at 2015-12-30 18:55:32 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"post"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "post"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 32ms (Views: 29.0ms | ActiveRecord: 0.7ms) Started GET "/guts/types" for ::1 at 2015-12-30 18:55:34 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (16.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 42.4ms | ActiveRecord: 0.6ms) Started GET "/guts/contents?type=page" for ::1 at 2016-01-01 12:23:02 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (15.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 740ms (Views: 604.7ms | ActiveRecord: 3.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:23:03 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:23:03 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:23:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:23:03 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:23:03 -0330 Started GET "/assets/guts/application.self-a4f21962ef59e4510376847ab0b150f53498ef9087e48b7684f07e5e38d30307.css?body=1" for ::1 at 2016-01-01 12:23:03 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:23:03 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:23:03 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:23:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:23:03 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:23:03 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:23:03 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:23:03 -0330 Started GET "/assets/guts/media.self-e0314c6f3f67efd056bce750e2fbd8717c6af119377213b26c240380c5412dbb.js?body=1" for ::1 at 2016-01-01 12:23:03 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2016-01-01 12:23:03 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-01-01 12:23:03 -0330 Started GET "/guts/types" for ::1 at 2016-01-01 12:23:09 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (6.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 41ms (Views: 37.5ms | ActiveRecord: 0.6ms) Started GET "/guts/types/new" for ::1 at 2016-01-01 12:23:10 -0330 Processing by Guts::TypesController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (27.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/new.html.erb within layouts/guts/application (33.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 61.7ms | ActiveRecord: 0.3ms) Started POST "/guts/types" for ::1 at 2016-01-01 12:23:12 -0330 Processing by Guts::TypesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cyKiBZb7f1UB1khxAF8CQ8AQb2QehyjyffWYTxPUtG2yjBDmWf9fDVqhXw8hW97n0Czm6ZP2Jo+6KMtlHkXJFw==", "commit"=>"Save", "type"=>{"title"=>""}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (2.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/types/new.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 52.0ms | ActiveRecord: 1.1ms) Started GET "/guts/categories" for ::1 at 2016-01-01 12:23:14 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (13.8ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 45.9ms | ActiveRecord: 1.1ms) Started GET "/guts/categories/new" for ::1 at 2016-01-01 12:23:14 -0330 Processing by Guts::CategoriesController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (1.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/new.html.erb within layouts/guts/application (3.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 36ms (Views: 34.1ms | ActiveRecord: 0.3ms) Started POST "/guts/categories" for ::1 at 2016-01-01 12:23:15 -0330 Processing by Guts::CategoriesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"3+GmbHFuXrPUT6dI0wM7QY9mMYh3Zj/jflUeQs+9CIEeTxSPvmp+6484sDbyB+fln1q4BfoXMZ65iE1owix1+w==", "commit"=>"Save", "category"=>{"title"=>""}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.0ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (2.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/new.html.erb within layouts/guts/application (4.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 49.2ms | ActiveRecord: 0.5ms) Started GET "/guts/navigations" for ::1 at 2016-01-01 12:23:17 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (38.4ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 75ms (Views: 64.9ms | ActiveRecord: 3.7ms) Started GET "/guts/navigations/new" for ::1 at 2016-01-01 12:23:19 -0330 Processing by Guts::NavigationsController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (1.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/new.html.erb within layouts/guts/application (3.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 35ms (Views: 32.8ms | ActiveRecord: 0.3ms) Started POST "/guts/navigations" for ::1 at 2016-01-01 12:23:19 -0330 Processing by Guts::NavigationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"c7IFdpnrIz/AsZTnVT6fPGQ5Um4Jp9fa/T+HOtndytqyHLeVVu8DZ5vGg5l0OkOYdAXb44TW2ac64tQQ1Ey3oA==", "commit"=>"Save", "navigation"=>{"title"=>""}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/tyler/Development/guts/app/views/guts/navigations/_form.html.erb (1.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/navigations/new.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 52.7ms | ActiveRecord: 0.5ms) Started GET "/guts/media" for ::1 at 2016-01-01 12:23:21 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (22.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 52.3ms | ActiveRecord: 1.2ms) Started GET "/guts/media" for ::1 at 2016-01-01 12:24:32 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.4ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (12.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 303ms (Views: 300.1ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:24:33 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:24:33 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:24:33 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:24:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:24:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:24:33 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:24:33 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:24:33 -0330 Started GET "/assets/guts/media.self-34ac349fdbbf1b184fc713449c5b00b40360b15365fa923ad23df98e2004a303.js?body=1" for ::1 at 2016-01-01 12:24:33 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:24:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:24:33 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:24:33 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:24:33 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:24:33 -0330 Started GET "/guts/media" for ::1 at 2016-01-01 12:24:36 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 46.7ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:24:36 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:24:36 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:24:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:24:36 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:24:36 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:24:36 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:24:36 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:24:36 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:24:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:24:36 -0330 Started GET "/assets/guts/media.self-34ac349fdbbf1b184fc713449c5b00b40360b15365fa923ad23df98e2004a303.js?body=1" for ::1 at 2016-01-01 12:24:36 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:24:36 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:24:36 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:24:36 -0330 Started GET "/guts/media" for ::1 at 2016-01-01 12:25:34 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 229ms (Views: 226.4ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:25:35 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:25:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:25:35 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:25:35 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:25:35 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:25:35 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:25:35 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:25:35 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:25:35 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:25:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:25:35 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:25:35 -0330 Started GET "/assets/guts/media.self-02ba496d3959b6488393625f038c8910e04ce51d42e265df10de3c301a6c4c2a.js?body=1" for ::1 at 2016-01-01 12:25:35 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:25:35 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2016-01-01 12:25:35 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-01-01 12:25:35 -0330 Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2016-01-01 12:25:35 -0330 Started GET "/guts/media" for ::1 at 2016-01-01 12:25:43 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (44.4ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 981ms (Views: 849.9ms | ActiveRecord: 4.2ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:25:44 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:25:44 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:25:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:25:44 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:25:44 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:25:44 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:25:44 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:25:44 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:25:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:25:44 -0330 Started GET "/assets/guts/media.self-02ba496d3959b6488393625f038c8910e04ce51d42e265df10de3c301a6c4c2a.js?body=1" for ::1 at 2016-01-01 12:25:44 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:25:44 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:25:44 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:25:44 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2016-01-01 12:25:45 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-01-01 12:25:45 -0330 Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2016-01-01 12:25:45 -0330 Started GET "/guts/media" for ::1 at 2016-01-01 12:26:42 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (6.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 219ms (Views: 216.5ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:26:42 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:26:42 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:26:42 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:26:42 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:26:42 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:26:42 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:26:42 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:26:42 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:26:42 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:26:42 -0330 Started GET "/assets/guts/media.self-237fa640821fb2f9e0b7f9e6427f553ff169c645b1d31d17715ac5e70de91e87.js?body=1" for ::1 at 2016-01-01 12:26:42 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:26:42 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:26:42 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:26:42 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2016-01-01 12:26:43 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-01-01 12:26:43 -0330 Started GET "/guts/media" for ::1 at 2016-01-01 12:27:29 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 227ms (Views: 222.7ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:27:29 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:27:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:27:29 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:27:29 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:27:29 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:27:29 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:27:29 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:27:29 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:27:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:27:29 -0330 Started GET "/assets/guts/media.self-938cdc8adf36b982fe4e0fadafe275dc9e45e69d6b673c00d826b862ed0f0668.js?body=1" for ::1 at 2016-01-01 12:27:29 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:27:29 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:27:29 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:27:29 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-01-01 12:27:30 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2016-01-01 12:27:30 -0330 Started GET "/guts/media" for ::1 at 2016-01-01 12:27:31 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (5.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 33ms (Views: 30.0ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:27:31 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:27:31 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:27:31 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:27:31 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:27:31 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:27:31 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:27:31 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:27:31 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:27:31 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:27:31 -0330 Started GET "/assets/guts/media.self-938cdc8adf36b982fe4e0fadafe275dc9e45e69d6b673c00d826b862ed0f0668.js?body=1" for ::1 at 2016-01-01 12:27:31 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:27:31 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:27:31 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:27:31 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2016-01-01 12:27:31 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-01-01 12:27:31 -0330 Started GET "/guts/contents?type=page" for ::1 at 2016-01-01 12:27:35 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (3.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 37ms (Views: 33.0ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:27:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:27:35 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:27:35 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:27:35 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:27:35 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:27:35 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:27:35 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:27:35 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:27:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:27:35 -0330 Started GET "/assets/guts/media.self-938cdc8adf36b982fe4e0fadafe275dc9e45e69d6b673c00d826b862ed0f0668.js?body=1" for ::1 at 2016-01-01 12:27:35 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:27:35 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:27:35 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:27:35 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2016-01-01 12:27:35 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-01-01 12:27:35 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-01-01 12:27:37 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (1.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (54.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (59.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 95ms (Views: 86.6ms | ActiveRecord: 3.1ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:27:37 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:27:37 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:27:37 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:27:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:27:37 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:27:37 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:27:37 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:27:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:27:37 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:27:37 -0330 Started GET "/assets/guts/media.self-938cdc8adf36b982fe4e0fadafe275dc9e45e69d6b673c00d826b862ed0f0668.js?body=1" for ::1 at 2016-01-01 12:27:37 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:27:37 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:27:37 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:27:37 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-01-01 12:27:37 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2016-01-01 12:27:37 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-01-01 12:27:38 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-01-01 12:27:39 -0330 Started GET "/guts/media?insert=1" for ::1 at 2016-01-01 12:27:40 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 46.8ms | ActiveRecord: 0.9ms) Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2016-01-01 12:27:41 -0330 Started GET "/guts/media/new" for ::1 at 2016-01-01 12:27:46 -0330 Processing by Guts::MediaController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/_form.html.erb (4.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/media/new.html.erb within layouts/guts/application (6.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 39ms (Views: 36.3ms | ActiveRecord: 0.3ms) Started GET "/guts/media" for ::1 at 2016-01-01 12:27:47 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 35ms (Views: 33.2ms | ActiveRecord: 0.6ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2016-01-01 12:28:42 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (15.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (16.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 43.3ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/media.self-938cdc8adf36b982fe4e0fadafe275dc9e45e69d6b673c00d826b862ed0f0668.js?body=1" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-01-01 12:28:43 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-01-01 12:28:44 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-01-01 12:28:44 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-01-01 12:28:44 -0330 Started GET "/guts/media?insert=1" for ::1 at 2016-01-01 12:28:45 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (10.8ms) Guts::Type Load (0.8ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 53.6ms | ActiveRecord: 1.4ms) Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2016-01-01 12:28:46 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-01-01 12:29:02 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.1ms) 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 (9.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 43ms (Views: 38.6ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/media.self-938cdc8adf36b982fe4e0fadafe275dc9e45e69d6b673c00d826b862ed0f0668.js?body=1" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-01-01 12:29:03 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-01-01 12:29:04 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-01-01 12:29:04 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-01-01 12:29:04 -0330 Started GET "/guts/media?insert=1" for ::1 at 2016-01-01 12:29:05 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (17.7ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 118ms (Views: 112.8ms | ActiveRecord: 1.2ms) Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2016-01-01 12:29:06 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-01-01 12:31:11 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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 (10.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (12.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 233ms (Views: 226.5ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:31:12 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:31:12 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:31:12 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:31:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:31:12 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:31:12 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:31:12 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:31:12 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:31:12 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:31:12 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:31:12 -0330 Started GET "/assets/guts/media.self-cc612fab1117c510c0ee78e029d1dbc47c4f31fd2de4c2c280471d65c331eedf.js?body=1" for ::1 at 2016-01-01 12:31:12 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:31:12 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:31:12 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2016-01-01 12:31:12 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-01-01 12:31:12 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-01-01 12:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-01-01 12:31:14 -0330 Started GET "/guts/media?insert=1" for ::1 at 2016-01-01 12:31:15 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.7ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (19.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 103ms (Views: 97.9ms | ActiveRecord: 1.5ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2016-01-01 12:31:33 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (16.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 242ms (Views: 238.0ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:31:33 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:31:33 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:31:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:31:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:31:33 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:31:33 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:31:33 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:31:33 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:31:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:31:33 -0330 Started GET "/assets/guts/media.self-83a5359ac965f0e27827b4522c28cb252e1f73ba1195245cf1e3306d825fe7e3.js?body=1" for ::1 at 2016-01-01 12:31:33 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:31:33 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:31:33 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:31:33 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2016-01-01 12:31:33 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-01-01 12:31:33 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-01-01 12:31:34 -0330 Started GET "/guts/media?insert=1" for ::1 at 2016-01-01 12:31:36 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (10.6ms) Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 44.6ms | ActiveRecord: 1.3ms) Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2016-01-01 12:31:36 -0330 Started GET "/guts" for ::1 at 2016-01-01 12:32:06 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (5.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 211ms (Views: 208.7ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:32:07 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:32:07 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:32:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:32:07 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:32:07 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:32:07 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:32:07 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:32:07 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:32:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:32:07 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-01-01 12:32:07 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:32:07 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:32:07 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:32:07 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2016-01-01 12:32:07 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-01-01 12:32:07 -0330 Started GET "/guts/users/new" for ::1 at 2016-01-01 12:33:25 -0330 Processing by Guts::UsersController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (9.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/new.html.erb within layouts/guts/application (11.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 50.6ms | ActiveRecord: 0.4ms) Started POST "/guts/users" for ::1 at 2016-01-01 12:33:26 -0330 Processing by Guts::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ORc00rfZ/XsbCFaUbPDMmqVCvwdgRUt0zkLZzyqm23D4uYYxeN3dI0B/QepN9BA+tX42iu00RQkJn4rlJzemCg==", "commit"=>"Save", "user"=>{"name"=>"", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "group_ids"=>[""]}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) begin transaction Guts::User Exists (0.1ms) SELECT 1 AS one FROM "guts_users" WHERE LOWER("guts_users"."email") = LOWER('') LIMIT 1  (0.1ms) rollback transaction Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (7.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/new.html.erb within layouts/guts/application (10.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 71ms (Views: 62.7ms | ActiveRecord: 0.7ms) Started GET "/guts/types" for ::1 at 2016-01-01 12:33:34 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (8.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 40ms (Views: 37.4ms | ActiveRecord: 0.6ms) Started GET "/guts/categories" for ::1 at 2016-01-01 12:33:39 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (5.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 37ms (Views: 34.7ms | ActiveRecord: 0.7ms) Started GET "/guts/categories/new" for ::1 at 2016-01-01 12:33:41 -0330 Processing by Guts::CategoriesController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (2.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/new.html.erb within layouts/guts/application (4.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 34ms (Views: 31.9ms | ActiveRecord: 0.3ms) Started GET "/guts/categories" for ::1 at 2016-01-01 12:33:43 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 35ms (Views: 32.9ms | ActiveRecord: 0.7ms) Started GET "/guts/media" for ::1 at 2016-01-01 12:33:44 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.4ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 40ms (Views: 37.4ms | ActiveRecord: 0.8ms) Started DELETE "/guts/media/8" for ::1 at 2016-01-01 12:33:48 -0330 Processing by Guts::MediaController#destroy as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"/cdbfmD1O0KttjjVfxk80XeGzldW5n8GG/5En7QZCns8aemdr/EbGvbBL6teHeB1Z7pH2tuXcXvcIxe1uYh3AQ==", "id"=>"8"} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.4ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Medium Load (0.9ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "guts_media" WHERE "guts_media"."id" = ? [["id", 8]]  (1.0ms) commit transaction [paperclip] deleting /Users/tyler/Development/guts/test/dummy/public/system/guts/media/000/000/008/original/cow-07.jpg [paperclip] deleting /Users/tyler/Development/guts/test/dummy/public/system/guts/media/000/000/008/thumb/cow-07.jpg [paperclip] deleting /Users/tyler/Development/guts/test/dummy/public/system/guts/media/000/000/008/small/cow-07.jpg [paperclip] deleting /Users/tyler/Development/guts/test/dummy/public/system/guts/media/000/000/008/compact/cow-07.jpg [paperclip] deleting /Users/tyler/Development/guts/test/dummy/public/system/guts/media/000/000/008/medium/cow-07.jpg [paperclip] deleting /Users/tyler/Development/guts/test/dummy/public/system/guts/media/000/000/008/large/cow-07.jpg [paperclip] deleting /Users/tyler/Development/guts/test/dummy/public/system/guts/media/000/000/008/grande/cow-07.jpg [paperclip] deleting /Users/tyler/Development/guts/test/dummy/public/system/guts/media/000/000/008/supreme/cow-07.jpg Redirected to http://localhost:3000/guts/media Completed 302 Found in 29ms (ActiveRecord: 3.0ms) Started GET "/guts/media" for ::1 at 2016-01-01 12:33:48 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.6ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/media/index.html.erb within layouts/guts/application (18.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 100ms (Views: 93.4ms | ActiveRecord: 1.8ms) Started GET "/guts/users" for ::1 at 2016-01-01 12:33:51 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 33ms (Views: 30.7ms | ActiveRecord: 0.5ms) Started GET "/guts/groups" for ::1 at 2016-01-01 12:33:52 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.5ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (7.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 37ms (Views: 34.8ms | ActiveRecord: 1.0ms) Started GET "/guts/groups/new" for ::1 at 2016-01-01 12:33:53 -0330 Processing by Guts::GroupsController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/_form.html.erb (2.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/groups/new.html.erb within layouts/guts/application (4.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 36ms (Views: 33.3ms | ActiveRecord: 0.4ms) Started POST "/guts/groups" for ::1 at 2016-01-01 12:33:57 -0330 Processing by Guts::GroupsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"FlhBNj2T8hmltMbOWlZVBP9Qw64W9fL0Eiv7AtVn6pjX9vPV8pfSQf7D0bB7Uomg72xKI5uE/InV9qgo2PaX4g==", "commit"=>"Save", "group"=>{"title"=>"Groupie"}} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) begin transaction Guts::Group Exists (0.2ms) SELECT 1 AS one FROM "guts_groups" WHERE ("guts_groups"."id" IS NOT NULL) AND "guts_groups"."slug" = ? LIMIT 1 [["slug", "groupie"]] SQL (3.0ms) INSERT INTO "guts_groups" ("title", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Groupie"], ["slug", "groupie"], ["created_at", "2016-01-01 16:03:57.356738"], ["updated_at", "2016-01-01 16:03:57.356738"]]  (0.8ms) commit transaction Redirected to http://localhost:3000/guts/groups Completed 302 Found in 131ms (ActiveRecord: 4.3ms) Started GET "/guts/groups" for ::1 at 2016-01-01 12:33:57 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (10.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 48.9ms | ActiveRecord: 1.1ms) Started DELETE "/guts/groups/groupie" for ::1 at 2016-01-01 12:34:00 -0330 Processing by Guts::GroupsController#destroy as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"guDzLb2z0cCYCbAiXCkO0eZcq3mS8N9OozbgmAVI0VRDTkHOcrfxmMN+p1x9LdJ19mAi9B+B0TNk67OyCNmsLg==", "id"=>"groupie"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.5ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.8ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "groupie"]]  (0.1ms) begin transaction Guts::Medium Load (0.5ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 4], ["filable_type", "Guts::Group"]] Guts::Metafield Load (0.3ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 4], ["fieldable_type", "Guts::Group"]] SQL (0.8ms) DELETE FROM "guts_groups" WHERE "guts_groups"."id" = ? [["id", 4]]  (1.7ms) commit transaction Redirected to http://localhost:3000/guts/groups Completed 302 Found in 30ms (ActiveRecord: 4.9ms) Started GET "/guts/groups" for ::1 at 2016-01-01 12:34:00 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (5.9ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 70ms (Views: 65.6ms | ActiveRecord: 1.4ms) Started GET "/guts/users" for ::1 at 2016-01-01 12:34:50 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 30ms (Views: 26.8ms | ActiveRecord: 0.5ms) Started GET "/guts/users/switch_user" for ::1 at 2016-01-01 12:37:30 -0330 Processing by Guts::UsersController#switch_user as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/switch_user.html.erb within layouts/guts/application (0.4ms) Completed 500 Internal Server Error in 33ms (ActiveRecord: 1.3ms) SyntaxError (/Users/tyler/Development/guts/app/views/guts/users/switch_user.html.erb:12: syntax error, unexpected keyword_ensure, expecting end-of-input): /Users/tyler/Development/guts/app/views/guts/users/switch_user.html.erb:12: syntax error, unexpected keyword_ensure, expecting end-of-input 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: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 (6.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.7ms) 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 (50.8ms) Started GET "/guts/users" for ::1 at 2016-01-01 12:38:06 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 53.7ms | ActiveRecord: 1.1ms) Started GET "/guts/users" for ::1 at 2016-01-01 12:38:09 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 35ms (Views: 32.7ms | ActiveRecord: 0.5ms) Started GET "/guts/uss" for ::1 at 2016-01-01 12:38:11 -0330 ActionController::RoutingError (No route matches [GET] "/guts/uss"): 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.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 (8.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.8ms) 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.3ms) 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 (160.0ms) Started GET "/guts/users/switch_user" for ::1 at 2016-01-01 12:38:27 -0330 Processing by Guts::UsersController#switch_user as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/switch_user.html.erb within layouts/guts/application (0.4ms) Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.3ms) SyntaxError (/Users/tyler/Development/guts/app/views/guts/users/switch_user.html.erb:12: syntax error, unexpected keyword_ensure, expecting end-of-input): /Users/tyler/Development/guts/app/views/guts/users/switch_user.html.erb:12: syntax error, unexpected keyword_ensure, expecting end-of-input 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: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 (6.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 (2.5ms) 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 (46.5ms) Started GET "/guts/users/switch_user" for ::1 at 2016-01-01 12:38:39 -0330 Processing by Guts::UsersController#switch_user as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/switch_user.html.erb within layouts/guts/application (0.5ms) Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.2ms) SyntaxError (/Users/tyler/Development/guts/app/views/guts/users/switch_user.html.erb:12: syntax error, unexpected keyword_ensure, expecting end-of-input): /Users/tyler/Development/guts/app/views/guts/users/switch_user.html.erb:12: syntax error, unexpected keyword_ensure, expecting end-of-input 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: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 (6.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 (3.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 (1.0ms) 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.1ms) Started GET "/guts/users/switch_user" for ::1 at 2016-01-01 12:38:58 -0330 Processing by Guts::UsersController#switch_user as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/switch_user.html.erb within layouts/guts/application (2.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 884ms (Views: 757.5ms | ActiveRecord: 3.5ms) Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:38:59 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:38:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:38:59 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:38:59 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:38:59 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:38:59 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:38:59 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:38:59 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:38:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:38:59 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-01-01 12:38:59 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:38:59 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:38:59 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:38:59 -0330 Started GET "/guts/users/switch_user" for ::1 at 2016-01-01 12:40:13 -0330 Processing by Guts::UsersController#switch_user as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" Rendered /Users/tyler/Development/guts/app/views/guts/users/switch_user.html.erb within layouts/guts/application (1.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 33ms (Views: 30.9ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:40:13 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:40:13 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:40:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:40:13 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:40:13 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:40:13 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:40:13 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:40:13 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:40:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:40:13 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-01-01 12:40:13 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:40:13 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:40:13 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:40:13 -0330 Started GET "/guts/users/switch_user" for ::1 at 2016-01-01 12:41:25 -0330 Processing by Guts::UsersController#switch_user as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" Rendered /Users/tyler/Development/guts/app/views/guts/users/switch_user.html.erb within layouts/guts/application (1.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 29ms (Views: 26.1ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:41:25 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:41:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:41:25 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:41:25 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:41:25 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:41:25 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:41:25 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:41:25 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-01-01 12:41:25 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:41:25 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:41:25 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:41:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:41:25 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:41:25 -0330 Started GET "/guts/users/switch_user" for ::1 at 2016-01-01 12:41:33 -0330 Processing by Guts::UsersController#switch_user as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" Rendered /Users/tyler/Development/guts/app/views/guts/users/switch_user.html.erb within layouts/guts/application (2.2ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 32ms (Views: 30.0ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:41:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:41:33 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:41:33 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:41:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:41:33 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:41:33 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:41:33 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:41:33 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:41:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:41:33 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-01-01 12:41:33 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:41:33 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:41:33 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:41:33 -0330 Started GET "/guts/users/switch_user" for ::1 at 2016-01-01 12:41:38 -0330 Processing by Guts::UsersController#switch_user as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" Rendered /Users/tyler/Development/guts/app/views/guts/users/switch_user.html.erb within layouts/guts/application (2.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 39ms (Views: 36.2ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:41:38 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:41:38 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:41:38 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:41:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:41:38 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:41:38 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:41:38 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:41:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:41:38 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:41:38 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-01-01 12:41:38 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:41:38 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:41:38 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:41:38 -0330 Started GET "/guts/users/switch_user" for ::1 at 2016-01-01 12:42:21 -0330 Processing by Guts::UsersController#switch_user as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" Rendered /Users/tyler/Development/guts/app/views/guts/users/switch_user.html.erb within layouts/guts/application (1.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 31ms (Views: 28.9ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:42:21 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:42:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:42:21 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:42:21 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:42:21 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:42:21 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:42:21 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:42:21 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:42:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:42:21 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-01-01 12:42:21 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:42:21 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:42:21 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:42:21 -0330 Started GET "/guts/users/switch_user" for ::1 at 2016-01-01 12:42:26 -0330 Processing by Guts::UsersController#switch_user as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" Rendered /Users/tyler/Development/guts/app/views/guts/users/switch_user.html.erb within layouts/guts/application (1.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 28ms (Views: 26.5ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:42:27 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:42:27 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:42:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:42:27 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:42:27 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:42:27 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:42:27 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:42:27 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:42:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:42:27 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-01-01 12:42:27 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:42:27 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:42:27 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:42:27 -0330 Started GET "/guts/users/switch_user" for ::1 at 2016-01-01 12:45:57 -0330 Processing by Guts::UsersController#switch_user as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" Rendered /Users/tyler/Development/guts/app/views/guts/users/switch_user.html.erb within layouts/guts/application (2.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 74ms (Views: 49.6ms | ActiveRecord: 1.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:45:58 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:45:58 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:45:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:45:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:45:58 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:45:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:45:58 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:45:58 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:45:58 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:45:58 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:45:58 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-01-01 12:45:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:45:58 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:45:58 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2016-01-01 12:45:58 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-01-01 12:45:58 -0330 Started POST "/guts/users/switch_user" for ::1 at 2016-01-01 12:46:03 -0330 Processing by Guts::UsersController#switch_user as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"p7rQYzHxVIvPnX3GFCKgXp/zvj9IEJwdU4EFsI/yBNdmFGKA/vV005Tqarg1Jnz6j883ssVhkmCUXFaagmN5rQ==", "commit"=>"Submit", "user_id"=>"1"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" Rendered /Users/tyler/Development/guts/app/views/guts/users/switch_user.html.erb within layouts/guts/application (1.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 32.9ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:46:03 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:46:03 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:46:03 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:46:03 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:46:03 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:46:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:46:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:46:03 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-01-01 12:46:03 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:46:03 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:46:03 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:46:03 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:46:03 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:46:03 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2016-01-01 12:46:03 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-01-01 12:46:03 -0330 Started POST "/guts/users/switch_user" for ::1 at 2016-01-01 12:46:10 -0330 Processing by Guts::UsersController#switch_user as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ksQk+vHewSBxJaoN8ZqCZpSLO2myyuep92bwPnfQPKJTapYZPtrheCpSvXPQnl7ChLey5D+76dQwu6MUekFB2A==", "commit"=>"Submit", "user_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" Rendered /Users/tyler/Development/guts/app/views/guts/users/switch_user.html.erb within layouts/guts/application (1.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 41ms (Views: 37.5ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:46:10 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:46:10 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:46:10 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:46:10 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:46:10 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:46:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:46:10 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:46:10 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:46:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:46:10 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-01-01 12:46:10 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:46:10 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:46:11 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:46:11 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2016-01-01 12:46:11 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-01-01 12:46:11 -0330 Started POST "/guts/users/switch_user" for ::1 at 2016-01-01 12:46:22 -0330 Processing by Guts::UsersController#switch_user as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ksQk+vHewSBxJaoN8ZqCZpSLO2myyuep92bwPnfQPKJTapYZPtrheCpSvXPQnl7ChLey5D+76dQwu6MUekFB2A==", "commit"=>"Submit", "user_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" Rendered /Users/tyler/Development/guts/app/views/guts/users/switch_user.html.erb within layouts/guts/application (1.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 77ms (Views: 49.7ms | ActiveRecord: 1.9ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-01 12:46:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-01 12:46:22 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-01 12:46:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-01 12:46:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-01 12:46:22 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-01 12:46:22 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-01 12:46:22 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-01 12:46:22 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-01 12:46:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-01 12:46:22 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-01-01 12:46:22 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-01 12:46:22 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-01 12:46:22 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-01 12:46:22 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2016-01-01 12:46:22 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-01-01 12:46:22 -0330 Started GET "/guts/users" for ::1 at 2016-01-25 14:39:40 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (3.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Redirected to http://localhost:3000/guts/session/login Filter chain halted as :firewall rendered or redirected Completed 302 Found in 77ms (ActiveRecord: 3.4ms) Started GET "/guts/session/login" for ::1 at 2016-01-25 14:39:40 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (27.8ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 621ms (Views: 620.2ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-01-25 14:39:41 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-01-25 14:39:41 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-01-25 14:39:41 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-25 14:39:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-01-25 14:39:41 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-01-25 14:39:41 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-01-25 14:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-25 14:39:41 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-25 14:39:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-25 14:39:41 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-01-25 14:39:41 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-01-25 14:39:41 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-25 14:39:41 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-01-25 14:39:41 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-01-25 14:39:41 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2016-01-25 14:39:41 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-01-25 14:39:41 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-01-25 14:39:41 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-01-25 14:39:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-01-25 14:39:41 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-01-25 14:39:41 -0330 Started GET "/guts/session/forgot" for ::1 at 2016-01-25 14:39:44 -0330 Processing by Guts::SessionsController#forgot as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/forgot.html.erb within layouts/guts/application (2.4ms) Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 40ms (Views: 39.5ms | ActiveRecord: 0.5ms) Started POST "/guts/session/forgot_token" for ::1 at 2016-01-25 14:39:46 -0330 Processing by Guts::SessionsController#forgot_token as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5s+L1tZphwnlYxNDadzbL9nVY+9ohFzyY2S8shVgVj/tejkRYfUbG9QiB+1udkH1ce822WOvQMPzGXZGpyeeqQ==", "commit"=>"Submit", "session"=>{"email"=>"tyler.n.king@outlook.com"}} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]]  (0.1ms) begin transaction Guts::User Exists (0.6ms) SELECT 1 AS one FROM "guts_users" WHERE (LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') AND "guts_users"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "guts_users" SET "password_token" = ?, "updated_at" = ? WHERE "guts_users"."id" = ? [["password_token", "987dee94"], ["updated_at", "2016-01-25 18:09:46.816439"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 52ms (ActiveRecord: 2.1ms) Started GET "/guts/session/login" for ::1 at 2016-01-25 14:39:46 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.5ms) Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 48ms (Views: 47.0ms | ActiveRecord: 0.4ms) Started GET "/guts/session/reset_password/987dee94" for ::1 at 2016-01-25 14:39:59 -0330 Processing by Guts::SessionsController#reset_password as HTML Parameters: {"token"=>"987dee94"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."password_token" = ? LIMIT 1 [["password_token", "987dee94"]]  (0.1ms) begin transaction Guts::User Exists (0.1ms) SELECT 1 AS one FROM "guts_users" WHERE (LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') AND "guts_users"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "guts_users" SET "password_token" = ?, "password_digest" = ?, "updated_at" = ? WHERE "guts_users"."id" = ? [["password_token", nil], ["password_digest", "$2a$10$3r/ZKhVLIytcySnqQQ7IL.yVR4cEMXEtg8uUQJY8Nl4yQiPIoejhO"], ["updated_at", "2016-01-25 18:09:59.421777"], ["id", 1]]  (1.3ms) commit transaction Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 90ms (ActiveRecord: 2.0ms) Started GET "/guts/session/login" for ::1 at 2016-01-25 14:39:59 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.3ms) Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 36ms (Views: 35.6ms | ActiveRecord: 0.1ms) Started POST "/guts/session/login" for ::1 at 2016-01-25 14:40:04 -0330 Processing by Guts::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"nfbUfaByieP6iJ47+9k2bIGGaLCOez/xrbMf52l7TmGWQ2a6F+4V8cvJipX8c6y2Kbw9hoVQI8A9ztUT2zyG9w==", "commit"=>"Login", "session"=>{"email"=>"tyler.n.king@outlook.com", "password"=>"[FILTERED]"}} Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]] Redirected to http://localhost:3000/guts/users Completed 302 Found in 81ms (ActiveRecord: 0.4ms) Started GET "/guts/users" for ::1 at 2016-01-25 14:40:04 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.9ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (5.1ms) Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 125ms (Views: 59.1ms | ActiveRecord: 2.6ms) Started GET "/guts/users/1/edit" for ::1 at 2016-01-25 14:40:08 -0330 Processing by Guts::UsersController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::User"]]  (0.5ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::User"]]  (0.2ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" CACHE (0.0ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (20.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/users/edit.html.erb within layouts/guts/application (25.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 56.2ms | ActiveRecord: 2.1ms)  (0.1ms) begin transaction Guts::Type Exists (0.9ms) SELECT 1 AS one FROM "guts_types" WHERE ("guts_types"."id" IS NOT NULL) AND "guts_types"."slug" = ? LIMIT 1 [["slug", "12"]]  (0.1ms) rollback transaction Started GET "/admin" for ::1 at 2016-02-08 00:37:22 -0330 ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (10.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (10.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (190.7ms) Started GET "/" for ::1 at 2016-02-08 00:37:25 -0330 Processing by Rails::WelcomeController#index as HTML Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/railties-4.2.5.1/lib/rails/templates/rails/welcome/index.html.erb (1.8ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms) Started GET "/guts/login" for ::1 at 2016-02-08 00:37:31 -0330 ActionController::RoutingError (No route matches [GET] "/guts/login"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (9.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (141.3ms) Started GET "/guts" for ::1 at 2016-02-08 00:37:34 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (4.8ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Redirected to http://localhost:3000/guts/session/login Filter chain halted as :firewall rendered or redirected Completed 302 Found in 71ms (ActiveRecord: 4.9ms) Started GET "/guts/session/login" for ::1 at 2016-02-08 00:37:34 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (17.2ms) Guts::User Load (1.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 672ms (Views: 670.5ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-08 00:37:35 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-08 00:37:35 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-08 00:37:35 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-08 00:37:35 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-08 00:37:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-08 00:37:35 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-08 00:37:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-08 00:37:35 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-08 00:37:35 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-08 00:37:35 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-08 00:37:35 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-08 00:37:35 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-08 00:37:35 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-08 00:37:35 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2016-02-08 00:37:35 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-08 00:37:35 -0330 Started GET "/guts/session/forgot" for ::1 at 2016-02-08 00:37:36 -0330 Processing by Guts::SessionsController#forgot as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/forgot.html.erb within layouts/guts/application (2.3ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 79ms (Views: 78.4ms | ActiveRecord: 0.2ms) Started POST "/guts/session/forgot_token" for ::1 at 2016-02-08 00:37:40 -0330 Processing by Guts::SessionsController#forgot_token as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"7faMDT+IGc7XrcQesgBIiMyETtbqCXEmqpTEWUZ0JmwxqPu70M8w5lB0InlNvHikG+Eh9vYXLN+VGJ7AiCh/3Q==", "commit"=>"Submit", "session"=>{"email"=>"tyler.n.king@outlook.com"}} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]]  (0.1ms) begin transaction Guts::User Exists (0.2ms) SELECT 1 AS one FROM "guts_users" WHERE (LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') AND "guts_users"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "guts_users" SET "password_token" = ?, "updated_at" = ? WHERE "guts_users"."id" = ? [["password_token", "dab5afe8"], ["updated_at", "2016-02-08 04:07:41.037712"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 67ms (ActiveRecord: 4.3ms) Started GET "/guts/session/login" for ::1 at 2016-02-08 00:37:41 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.4ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 50ms (Views: 49.7ms | ActiveRecord: 0.2ms) Started POST "/guts/session/login" for ::1 at 2016-02-08 00:37:53 -0330 Processing by Guts::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"z8leo3gp4LbuB9F5SNla/pYWD38Jfd6srHHYj3YYEAQTlykVl27JnmneNx63ZWrSQXNgXxVjg1WT/YIWuERJtQ==", "commit"=>"Login", "session"=>{"email"=>"tyler.n.king@outlook.com", "password"=>"[FILTERED]"}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]] Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.5ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 159ms (Views: 75.4ms | ActiveRecord: 0.4ms) Started GET "/guts/session/reset_password/dab5afe8" for ::1 at 2016-02-08 00:38:50 -0330 Processing by Guts::SessionsController#reset_password as HTML Parameters: {"token"=>"dab5afe8"} Guts::User Load (0.8ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."password_token" = ? LIMIT 1 [["password_token", "dab5afe8"]]  (0.2ms) begin transaction Guts::User Exists (0.1ms) SELECT 1 AS one FROM "guts_users" WHERE (LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') AND "guts_users"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "guts_users" SET "password_token" = ?, "password_digest" = ?, "updated_at" = ? WHERE "guts_users"."id" = ? [["password_token", nil], ["password_digest", "$2a$10$1WT.6NXUWqsttKuGbMTDxOVGv4gEp4oA5AzveaSDvT1OdoExkcqeu"], ["updated_at", "2016-02-08 04:08:50.401535"], ["id", 1]]  (1.4ms) commit transaction Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 94ms (ActiveRecord: 2.8ms) Started GET "/guts/session/login" for ::1 at 2016-02-08 00:38:50 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.1ms) Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 29ms (Views: 29.1ms | ActiveRecord: 0.1ms) Started POST "/guts/session/login" for ::1 at 2016-02-08 00:38:57 -0330 Processing by Guts::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"WWZEHVO5/E/3Pb+BsE0AU276UD9SNEEcXRR/LAQo4L2FODOrvP7VZ3DkWeZP8TB/uZ8/H04qHOVimCW1ynS5DA==", "commit"=>"Login", "session"=>{"email"=>"tyler.n.king@outlook.com", "password"=>"[FILTERED]"}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]] Redirected to http://localhost:3000/guts/users Completed 302 Found in 79ms (ActiveRecord: 0.1ms) Started GET "/guts/users" for ::1 at 2016-02-08 00:38:57 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.8ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.7ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (11.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 132ms (Views: 72.3ms | ActiveRecord: 3.6ms) Started GET "/guts/groups" for ::1 at 2016-02-08 00:39:17 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups"  (0.2ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (10.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 50.4ms | ActiveRecord: 0.8ms) Started GET "/guts/users" for ::1 at 2016-02-08 00:39:19 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 44ms (Views: 42.0ms | ActiveRecord: 0.6ms) Started GET "/guts/groups" for ::1 at 2016-02-08 00:39:20 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (3.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 52.6ms | ActiveRecord: 0.6ms) Started GET "/guts/users?group=1" for ::1 at 2016-02-08 00:39:22 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"1"} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(DISTINCT "guts_users"."id") FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 1 SQL (0.9ms) SELECT "guts_users"."id" AS t0_r0, "guts_users"."name" AS t0_r1, "guts_users"."email" AS t0_r2, "guts_users"."password_digest" AS t0_r3, "guts_users"."created_at" AS t0_r4, "guts_users"."updated_at" AS t0_r5, "guts_users"."role" AS t0_r6, "guts_users"."password_token" AS t0_r7, "guts_groups"."id" AS t1_r0, "guts_groups"."title" AS t1_r1, "guts_groups"."slug" AS t1_r2, "guts_groups"."created_at" AS t1_r3, "guts_groups"."updated_at" AS t1_r4 FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (10.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 55.2ms | ActiveRecord: 1.9ms) Started GET "/guts/users?group=3" for ::1 at 2016-02-08 00:39:24 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.7ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `size' for nil:NilClass): 17: 18:
    19:
    20: <% if @users.size > 0 %> 21:
    <%= gravatar_for user %><%= user.name %>
    <%= strip_tags(value)[0..50] %><%= "..." unless value.length < 50 %>
    Updated at <%= content.updated_at.strftime("%b #{content.updated_at.day.ordinalize}, %Y") %>
    Updated at <%= content.updated_at.strftime("%b #{content.updated_at.day.ordinalize}, %Y") %>
    Updated at <%= content.updated_at.strftime("%b #{content.updated_at.day.ordinalize}, %Y") %>
    <%= metafield.key %>
    <%= strip_tags(value)[0..50] %><%= "..." unless value.length < 50 %>
    <%= strip_tags(value)[0..50] %><%= "..." unless value.length < 50 %>
    <%= strip_tags(value)[0..50] %><%= "..." unless value.length < 50 %>
    22: 23: <% @users.each do |user| %> /Users/tyler/Development/guts/app/views/guts/users/index.html.erb:20:in `___sers_tyler__evelopment_guts_app_views_guts_users_index_html_erb__2218369288550523884_70196415252480' actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:143:in `render' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5.1) 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.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:43:in `render' /Users/tyler/Development/guts/app/controllers/guts/users_controller.rb:13:in `rescue in index' /Users/tyler/Development/guts/app/controllers/guts/users_controller.rb:9:in `index' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (46.0ms) Started GET "/guts/users?group=3" for ::1 at 2016-02-08 00:39:50 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"3"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.8ms) Completed 500 Internal Server Error in 37ms (ActiveRecord: 1.6ms) ActionView::Template::Error (undefined method `size' for nil:NilClass): 17: 18:
    19:
    20: <% if @users.size > 0 %> 21:
    22: 23: <% @users.each do |user| %> /Users/tyler/Development/guts/app/views/guts/users/index.html.erb:20:in `___sers_tyler__evelopment_guts_app_views_guts_users_index_html_erb__2218369288550523884_70196415252480' actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:143:in `render' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5.1) 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.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:43:in `render' /Users/tyler/Development/guts/app/controllers/guts/users_controller.rb:14:in `rescue in index' /Users/tyler/Development/guts/app/controllers/guts/users_controller.rb:9:in `index' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (47.7ms) Started GET "/guts/users?group=3" for ::1 at 2016-02-08 00:40:31 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 3]] Completed 404 Not Found in 23ms (ActiveRecord: 1.4ms) ActiveRecord::RecordNotFound (Couldn't find Guts::Group with 'id'=3): activerecord (4.2.5.1) lib/active_record/core.rb:155:in `find' /Users/tyler/Development/guts/app/controllers/guts/users_controller.rb:9:in `index' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (45.9ms) Started GET "/guts/users?group=3" for ::1 at 2016-02-08 00:40:54 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"3"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (4.0ms) Completed 500 Internal Server Error in 42ms (ActiveRecord: 3.0ms) ActionView::Template::Error (undefined method `size' for nil:NilClass): 17: 18:
    19:
    20: <% if @users.size > 0 %> 21:
    22: 23: <% @users.each do |user| %> /Users/tyler/Development/guts/app/views/guts/users/index.html.erb:20:in `___sers_tyler__evelopment_guts_app_views_guts_users_index_html_erb__2218369288550523884_70196415252480' actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:143:in `render' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5.1) 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.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:43:in `render' /Users/tyler/Development/guts/app/controllers/guts/users_controller.rb:13:in `rescue in index' /Users/tyler/Development/guts/app/controllers/guts/users_controller.rb:9:in `index' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (43.2ms) Started GET "/guts/users?group=3" for ::1 at 2016-02-08 00:41:06 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (4.3ms) Completed 500 Internal Server Error in 50ms (ActiveRecord: 1.4ms) ActionView::Template::Error (undefined method `size' for nil:NilClass): 17: 18:
    19:
    20: <% if @users.size > 0 %> 21:
    22: 23: <% @users.each do |user| %> /Users/tyler/Development/guts/app/views/guts/users/index.html.erb:20:in `___sers_tyler__evelopment_guts_app_views_guts_users_index_html_erb__2218369288550523884_70196415252480' actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:143:in `render' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5.1) 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.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:43:in `render' /Users/tyler/Development/guts/app/controllers/guts/users_controller.rb:13:in `rescue in index' /Users/tyler/Development/guts/app/controllers/guts/users_controller.rb:9:in `index' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (44.2ms) Started GET "/guts/users?group=3" for ::1 at 2016-02-08 00:41:34 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"3"} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 3]] Completed 500 Internal Server Error in 32ms (ActiveRecord: 2.0ms) StandardError (SHIT): /Users/tyler/Development/guts/app/controllers/guts/users_controller.rb:13:in `rescue in index' /Users/tyler/Development/guts/app/controllers/guts/users_controller.rb:9:in `index' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (39.2ms) Started GET "/guts/users?group=3" for ::1 at 2016-02-08 00:41:48 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (1.8ms) Completed 500 Internal Server Error in 29ms (ActiveRecord: 1.2ms) ActionView::Template::Error (undefined method `size' for nil:NilClass): 17: 18:
    19:
    20: <% if @users.size > 0 %> 21:
    22: 23: <% @users.each do |user| %> /Users/tyler/Development/guts/app/views/guts/users/index.html.erb:20:in `___sers_tyler__evelopment_guts_app_views_guts_users_index_html_erb__2218369288550523884_70196415252480' actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:143:in `render' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5.1) 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.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:43:in `render' /Users/tyler/Development/guts/app/controllers/guts/users_controller.rb:13:in `rescue in index' /Users/tyler/Development/guts/app/controllers/guts/users_controller.rb:9:in `index' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (41.4ms) Started GET "/guts/users?group=3" for ::1 at 2016-02-08 00:43:36 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"3"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.4ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 3]] Completed 404 Not Found in 25ms (ActiveRecord: 1.8ms) ActionController::RoutingError (Not Found): /Users/tyler/Development/guts/app/controllers/guts/users_controller.rb:13:in `rescue in index' /Users/tyler/Development/guts/app/controllers/guts/users_controller.rb:9:in `index' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (9.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (242.8ms) Started GET "/guts/users?group=3" for ::1 at 2016-02-08 00:44:38 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"3"} Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 3]] Rendered public/404.html (0.4ms) Completed 404 Not Found in 43ms (Views: 8.4ms | ActiveRecord: 2.2ms) Started GET "/" for ::1 at 2016-02-08 22:51:58 -0330 Processing by Rails::WelcomeController#index as HTML Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/railties-4.2.5.1/lib/rails/templates/rails/welcome/index.html.erb (1.6ms) Completed 200 OK in 12ms (Views: 11.9ms | ActiveRecord: 0.0ms) Started GET "/admin" for ::1 at 2016-02-08 22:52:00 -0330 ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (11.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (9.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (188.0ms) Started GET "/guts" for ::1 at 2016-02-08 22:52:04 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (9.0ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 636ms (Views: 547.3ms | ActiveRecord: 3.1ms) Started GET "/guts/contents?type=page" for ::1 at 2016-02-08 22:52:10 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (14.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 52.5ms | ActiveRecord: 1.1ms) Started GET "/guts/contents/new?type=page" for ::1 at 2016-02-08 22:52:12 -0330 Processing by Guts::ContentsController#new as HTML Parameters: {"type"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (35.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (37.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 85ms (Views: 80.7ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-08 22:52:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-08 22:52:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-08 22:52:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-08 22:52:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-08 22:52:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-08 22:52:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-08 22:52:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-08 22:52:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-08 22:52:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-08 22:52:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-08 22:52:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-08 22:52:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-08 22:52:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-08 22:52:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-08 22:52:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-08 22:52:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-08 22:52:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-08 22:52:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-08 22:52:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-08 22:52:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-08 22:52:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-08 22:52:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-08 22:52:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-08 22:52:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-08 22:52:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-08 22:52:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-08 22:52:13 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-08 22:52:13 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-08 22:52:13 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-08 22:52:13 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-08 22:56:38 -0330 Started GET "/guts/contents?type=page" for ::1 at 2016-02-08 22:56:39 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (14.1ms) Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 109ms (Views: 61.1ms | ActiveRecord: 2.8ms) Started GET "/guts/navigations" for fe80::1%lo0 at 2016-02-09 00:32:47 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.7ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.8ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.5ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.8ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (75.1ms) Completed 500 Internal Server Error in 218ms (ActiveRecord: 7.5ms) ActionView::Template::Error (undefined method `navigatable_format' for nil:NilClass): 30: <% if navigation.navigation_items.size > 0 %> 31: <% navigation.navigation_items.each do |item| %> 32:
  • 33: <%= item.title %>  —>  <%= item.navigatable_type.nil? ? "Custom" : item.navigatable.navigatable_format %> <%= "to: #{item.custom}" unless item.custom.nil? %> 34:
  • 33: <%= item.title %>  —>  <%= item.navigatable_type.nil? or item.navigatable.empty? ? "Custom" : item.navigatable.navigatable_format %> <%= "to: #{item.custom}" unless item.custom.nil? %> 34:
  • 33: <%= item.title %>  —>  <%= item.navigatable_type.nil? or item.navigatable.empty? ? "Custom" : item.navigatable.navigatable_format %> <%= "to: #{item.custom}" unless item.custom.nil? %> 34:
  • 33: <%= item.title %>  —>  <%= item.is_custom? ? "Custom" : item.navigatable.navigatable_format %> <%= "to: #{item.custom}" if item.is_custom? %> 34:
  • 33: <%= item.title %>  —>  <%= item.is_custom? ? "Custom" : item.navigatable.navigatable_format %> <%= "to: #{item.custom}" if item.is_custom? %> 34:
  • 33: <%= item.title %>  —>  <%= item.is_custom? ? "Custom" : item.navigatable.navigatable_format %> <%= "to: #{item.custom}" if item.is_custom? %> 34:
  • 33: <%= item.title %>  —>  <%= item.is_custom? ? "Custom" : item.navigatable.navigatable_format %> <%= "to: #{item.custom}" if item.is_custom? %> 34: 6: 7:
    8: <% @tracks.each do |track| %> 9:
    10:
    <%= track.created_at.strftime("%b #{track.created_at.day.ordinalize}, %Y") %> | <%= render_track track %>
    11:
    sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.5.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:296:in `block in exec_query' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract_adapter.rb:472:in `block in log' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract_adapter.rb:466:in `log' activerecord (4.2.5.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:355:in `select' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.5.1) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.2.5.1) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.5.1) lib/active_record/relation.rb:515:in `load' activerecord (4.2.5.1) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.5.1) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_trackers_index_html_erb___1597439092637339448_70193740149640' actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:143:in `render' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5.1) 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.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (20.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (53.8ms) Started GET "/guts/trackers" for ::1 at 2016-02-15 11:38:35 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.2ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (0.1ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (0.4ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (31.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 102ms (Views: 74.7ms | ActiveRecord: 2.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 11:38:36 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 11:38:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 11:38:36 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 11:38:36 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 11:38:36 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 11:38:36 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 11:38:36 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 11:38:36 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 11:38:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 11:38:36 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 11:38:36 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 11:38:36 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 11:38:36 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 11:38:36 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 11:55:26 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.1ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Category Load (0.5ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (0.3ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (0.1ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (12.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 45.2ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 11:55:26 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 11:55:26 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 11:55:26 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 11:55:26 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 11:55:26 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 11:55:26 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 11:55:26 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 11:55:26 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 11:55:26 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 11:55:26 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 11:55:26 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 11:55:26 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 11:55:26 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 11:55:26 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:07:55 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.7ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.2ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (1.6ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (0.1ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (0.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (25.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 90ms (Views: 59.7ms | ActiveRecord: 3.1ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:07:55 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:07:55 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:07:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:07:55 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:07:55 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:07:55 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:07:55 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:07:55 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:07:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:07:55 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:07:55 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:07:55 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:07:55 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:07:55 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:08:06 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.8ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.8ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.8ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Category Load (1.6ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (3.4ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.0ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (28.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 112ms (Views: 82.2ms | ActiveRecord: 4.1ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:08:06 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:08:06 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:08:06 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:08:06 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:08:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:08:06 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:08:06 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:08:06 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:08:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:08:06 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:08:06 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:08:06 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:08:06 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:08:06 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:08:07 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.1ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (0.2ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (0.3ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (11.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 44.3ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:08:07 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:08:07 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:08:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:08:07 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:08:07 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:08:07 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:08:07 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:08:07 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:08:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:08:07 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:08:07 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:08:07 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:08:07 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:08:07 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:08:10 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.6ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.2ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (1.4ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.0ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (29.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 73ms (Views: 62.6ms | ActiveRecord: 1.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:08:10 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:08:10 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:08:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:08:10 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:08:11 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:08:11 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:08:11 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:08:11 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:08:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:08:11 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:08:11 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:08:11 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:08:11 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:08:11 -0330 Started GET "/guts/categories" for ::1 at 2016-02-15 12:08:19 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (9.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 66ms (Views: 62.7ms | ActiveRecord: 1.3ms) Started GET "/guts/categories/demo-category/edit" for ::1 at 2016-02-15 12:08:21 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (11.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (12.9ms) Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 51.9ms | ActiveRecord: 1.6ms) Started PATCH "/guts/categories/demo-category" for ::1 at 2016-02-15 12:08:25 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"dq6zt0cogS2lvXbtvc1XcqKN+MEWmXoRzM0cJBw39YROp/W2MQhqKt305TcHR3XtFwDSCupu1FkuToIvrvHqIw==", "commit"=>"Save", "category"=>{"title"=>"Demo Categored", "slug"=>"demo-categored"}, "id"=>"demo-category"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "guts_categories" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ? [["title", "Demo Categored"], ["slug", "demo-categored"], ["updated_at", "2016-02-15 15:38:25.643436"], ["id", 1]] SQL (0.2ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::Category"], ["params", "{}"], ["created_at", "2016-02-15 15:38:25.648132"], ["updated_at", "2016-02-15 15:38:25.648132"]]  (0.8ms) commit transaction Redirected to http://localhost:3000/guts/categories Completed 302 Found in 15ms (ActiveRecord: 2.2ms) Started GET "/guts/categories" for ::1 at 2016-02-15 12:08:25 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (7.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 52.7ms | ActiveRecord: 1.0ms) Started GET "/guts/trackers" for ::1 at 2016-02-15 12:08:28 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.2ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (0.2ms) CACHE (0.0ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (0.2ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (0.1ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (12.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 47.5ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:08:28 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:08:28 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:08:28 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:08:29 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:08:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:08:29 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:08:29 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:08:29 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:08:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:08:29 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:08:29 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:08:29 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:08:29 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:08:29 -0330 Started GET "/guts/categories" for fe80::1%lo0 at 2016-02-15 12:09:12 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories"  (0.2ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (28.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 888ms (Views: 742.6ms | ActiveRecord: 4.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for fe80::1%lo0 at 2016-02-15 12:09:13 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for fe80::1%lo0 at 2016-02-15 12:09:13 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for fe80::1%lo0 at 2016-02-15 12:09:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for fe80::1%lo0 at 2016-02-15 12:09:13 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for fe80::1%lo0 at 2016-02-15 12:09:13 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for fe80::1%lo0 at 2016-02-15 12:09:13 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:09:13 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for fe80::1%lo0 at 2016-02-15 12:09:13 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for fe80::1%lo0 at 2016-02-15 12:09:13 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for fe80::1%lo0 at 2016-02-15 12:09:13 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for fe80::1%lo0 at 2016-02-15 12:09:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for fe80::1%lo0 at 2016-02-15 12:09:13 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for fe80::1%lo0 at 2016-02-15 12:09:13 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:09:13 -0330 Started GET "/guts/categories/demo-categored/edit" for fe80::1%lo0 at 2016-02-15 12:09:16 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-categored"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-categored"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (59.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (66.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 110ms (Views: 105.3ms | ActiveRecord: 1.2ms) Started PATCH "/guts/categories/demo-categored" for fe80::1%lo0 at 2016-02-15 12:09:20 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1ayy3gb2r+noBRN2U9UHuM4Zcg+oc9PSDd5XoKz1TwrtpfTfcNZE7pBMgKzpXyUne5RYxFSEfZrvXcmrHjNQrQ==", "commit"=>"Save", "category"=>{"title"=>"Demo Categor", "slug"=>"demo-categor"}, "id"=>"demo-categored"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-categored"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "guts_categories" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ? [["title", "Demo Categor"], ["slug", "demo-categor"], ["updated_at", "2016-02-15 15:39:20.491953"], ["id", 1]] SQL (0.2ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::Category"], ["params", "{}"], ["created_at", "2016-02-15 15:39:20.510437"], ["updated_at", "2016-02-15 15:39:20.510437"]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/categories Completed 302 Found in 25ms (ActiveRecord: 1.8ms) Started GET "/guts/categories" for fe80::1%lo0 at 2016-02-15 12:09:20 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.4ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (3.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 44.7ms | ActiveRecord: 1.1ms) Started GET "/guts/categories/demo-categor/edit" for fe80::1%lo0 at 2016-02-15 12:09:28 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-categor"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-categor"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (3.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (5.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 41ms (Views: 37.5ms | ActiveRecord: 0.6ms) Started PATCH "/guts/categories/demo-categor" for fe80::1%lo0 at 2016-02-15 12:10:30 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+Lm1Rn8pZoZD0AiaCie8wz+0iEvPzg/BfWSZGs62e7vAsPNHCQmNgTuZm0CwrZ5cijmigDM5oYmf5wcRfHBkHA==", "commit"=>"Save", "category"=>{"title"=>"Demo Category", "slug"=>"demo-category"}, "id"=>"demo-categor"} Guts::User Load (0.9ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-categor"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "guts_categories" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ? [["title", "Demo Category"], ["slug", "demo-category"], ["updated_at", "2016-02-15 15:40:31.138898"], ["id", 1]] SQL (0.7ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::Category"], ["params", "{}"], ["created_at", "2016-02-15 15:40:31.155327"], ["updated_at", "2016-02-15 15:40:31.155327"]]  (1.2ms) commit transaction Redirected to http://localhost:3000/guts/categories Completed 302 Found in 166ms (ActiveRecord: 6.9ms) Started GET "/guts/categories" for fe80::1%lo0 at 2016-02-15 12:10:31 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.5ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (13.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 743ms (Views: 738.6ms | ActiveRecord: 2.0ms) Started GET "/guts/categories/demo-category/edit" for ::1 at 2016-02-15 12:11:13 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-category"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (42.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (50.3ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 902ms (Views: 770.5ms | ActiveRecord: 4.2ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:11:14 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:11:14 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:11:14 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:11:14 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:11:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:11:14 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:11:14 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:11:14 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:11:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:11:14 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:11:14 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:11:14 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:11:14 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:11:14 -0330 Started PATCH "/guts/categories/demo-category" for ::1 at 2016-02-15 12:11:18 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JzkW3AfP90k6WNiom4lxYq3evkD4DEtgx15WwVYPAakfMFDdce8cTkIRS3IhA1P9GFOUiwT75Sgl3cjK5MkeDg==", "commit"=>"Save", "category"=>{"title"=>"Demo Categor", "slug"=>"demo-categor"}, "id"=>"demo-category"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) begin transaction SQL (5161.5ms) UPDATE "guts_categories" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ? [["title", "Demo Categor"], ["slug", "demo-categor"], ["updated_at", "2016-02-15 15:41:18.405043"], ["id", 1]]  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5172ms (ActiveRecord: 5162.3ms) ActiveRecord::StatementInvalid (SQLite3::BusyException: database is locked: UPDATE "guts_categories" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ?): sqlite3 (1.3.11) lib/sqlite3/statement.rb:108:in `step' sqlite3 (1.3.11) lib/sqlite3/statement.rb:108:in `block in each' sqlite3 (1.3.11) lib/sqlite3/statement.rb:107:in `loop' sqlite3 (1.3.11) lib/sqlite3/statement.rb:107:in `each' activerecord (4.2.5.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:314:in `to_a' activerecord (4.2.5.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:314:in `block in exec_query' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract_adapter.rb:472:in `block in log' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract_adapter.rb:466:in `log' activerecord (4.2.5.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.5.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:319:in `exec_delete' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:114:in `update' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `update' activerecord (4.2.5.1) lib/active_record/relation.rb:88:in `_update_record' activerecord (4.2.5.1) lib/active_record/persistence.rb:515:in `_update_record' activerecord (4.2.5.1) lib/active_record/locking/optimistic.rb:79:in `_update_record' activerecord (4.2.5.1) lib/active_record/attribute_methods/dirty.rb:128:in `_update_record' activerecord (4.2.5.1) lib/active_record/callbacks.rb:310:in `block in _update_record' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_update_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:310:in `_update_record' activerecord (4.2.5.1) lib/active_record/timestamp.rb:70:in `_update_record' activerecord (4.2.5.1) lib/active_record/persistence.rb:504:in `create_or_update' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `block in create_or_update' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_save_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `create_or_update' activerecord (4.2.5.1) lib/active_record/persistence.rb:120:in `save' activerecord (4.2.5.1) lib/active_record/validations.rb:37:in `save' activerecord (4.2.5.1) lib/active_record/attribute_methods/dirty.rb:21:in `save' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block (2 levels) in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:301:in `rollback_active_record_state!' activerecord (4.2.5.1) lib/active_record/transactions.rb:285:in `save' activerecord (4.2.5.1) lib/active_record/persistence.rb:252:in `block in update' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/persistence.rb:250:in `update' /Users/tyler/Development/guts/app/controllers/guts/categories_controller.rb:32:in `update' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (46.6ms) Started GET "/guts/categories/demo-category" for ::1 at 2016-02-15 12:12:50 -0330 Processing by Guts::CategoriesController#show as HTML Parameters: {"id"=>"demo-category"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.5ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/show.html.erb within layouts/guts/application (2.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 682ms (Views: 551.9ms | ActiveRecord: 4.0ms) Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2016-02-15 12:12:51 -0330 Started GET "/guts/categories" for ::1 at 2016-02-15 12:12:53 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (12.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 68ms (Views: 64.7ms | ActiveRecord: 0.9ms) Started GET "/guts/categories/demo-category/edit" for ::1 at 2016-02-15 12:12:55 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (41.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (50.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 108ms (Views: 99.9ms | ActiveRecord: 1.1ms) Started PATCH "/guts/categories/demo-category" for ::1 at 2016-02-15 12:12:58 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"77Q6c7Wpiv/MT9aZet4gn1hpssq6odmy/uNkyURDm53XvXxyw4lh+LQGRUPAVAIA7eSYAUZWd/ocYPrC9oWEOg==", "commit"=>"Save", "category"=>{"title"=>"Demo Categor", "slug"=>"demo-categor"}, "id"=>"demo-category"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.4ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "guts_categories" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ? [["title", "Demo Categor"], ["slug", "demo-categor"], ["updated_at", "2016-02-15 15:42:58.284695"], ["id", 1]] SQL (0.4ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::Category"], ["params", "{}"], ["created_at", "2016-02-15 15:42:58.310803"], ["updated_at", "2016-02-15 15:42:58.310803"]]  (2.8ms) commit transaction Redirected to http://localhost:3000/guts/categories Completed 302 Found in 44ms (ActiveRecord: 5.1ms) Started GET "/guts/categories" for ::1 at 2016-02-15 12:12:58 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.8ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (4.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 43.7ms | ActiveRecord: 1.5ms) Started GET "/guts/categories/demo-categor/edit" for ::1 at 2016-02-15 12:15:53 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-categor"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-categor"]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (41.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (50.1ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 930ms (Views: 773.6ms | ActiveRecord: 5.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:15:54 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:15:54 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:15:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:15:54 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:15:54 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:15:54 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:15:54 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:15:54 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:15:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:15:54 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:15:54 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:15:54 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:15:54 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:15:54 -0330 Started PATCH "/guts/categories/demo-categor" for ::1 at 2016-02-15 12:15:57 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"E1lYpjVfLlwW4Vf1difKt/dBldeqwCx6gYCc7WD6BfErUB6nQ3/FW26oxC/MregoQsy/HFY3gjJjAwLm0jwaVg==", "commit"=>"Save", "category"=>{"title"=>"Demo Categorr", "slug"=>"demo-categorr"}, "id"=>"demo-categor"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-categor"]]  (0.6ms) begin transaction SQL (5167.9ms) UPDATE "guts_categories" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ? [["title", "Demo Categorr"], ["slug", "demo-categorr"], ["updated_at", "2016-02-15 15:45:57.491811"], ["id", 1]]  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5180ms (ActiveRecord: 5168.9ms) ActiveRecord::StatementInvalid (SQLite3::BusyException: database is locked: UPDATE "guts_categories" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ?): sqlite3 (1.3.11) lib/sqlite3/statement.rb:108:in `step' sqlite3 (1.3.11) lib/sqlite3/statement.rb:108:in `block in each' sqlite3 (1.3.11) lib/sqlite3/statement.rb:107:in `loop' sqlite3 (1.3.11) lib/sqlite3/statement.rb:107:in `each' activerecord (4.2.5.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:314:in `to_a' activerecord (4.2.5.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:314:in `block in exec_query' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract_adapter.rb:472:in `block in log' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract_adapter.rb:466:in `log' activerecord (4.2.5.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.5.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:319:in `exec_delete' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:114:in `update' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `update' activerecord (4.2.5.1) lib/active_record/relation.rb:88:in `_update_record' activerecord (4.2.5.1) lib/active_record/persistence.rb:515:in `_update_record' activerecord (4.2.5.1) lib/active_record/locking/optimistic.rb:79:in `_update_record' activerecord (4.2.5.1) lib/active_record/attribute_methods/dirty.rb:128:in `_update_record' activerecord (4.2.5.1) lib/active_record/callbacks.rb:310:in `block in _update_record' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_update_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:310:in `_update_record' activerecord (4.2.5.1) lib/active_record/timestamp.rb:70:in `_update_record' activerecord (4.2.5.1) lib/active_record/persistence.rb:504:in `create_or_update' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `block in create_or_update' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_save_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `create_or_update' activerecord (4.2.5.1) lib/active_record/persistence.rb:120:in `save' activerecord (4.2.5.1) lib/active_record/validations.rb:37:in `save' activerecord (4.2.5.1) lib/active_record/attribute_methods/dirty.rb:21:in `save' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block (2 levels) in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:301:in `rollback_active_record_state!' activerecord (4.2.5.1) lib/active_record/transactions.rb:285:in `save' activerecord (4.2.5.1) lib/active_record/persistence.rb:252:in `block in update' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/persistence.rb:250:in `update' /Users/tyler/Development/guts/app/controllers/guts/categories_controller.rb:32:in `update' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (14.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (53.9ms) Started PATCH "/guts/categories/demo-categor" for ::1 at 2016-02-15 12:16:09 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"E1lYpjVfLlwW4Vf1difKt/dBldeqwCx6gYCc7WD6BfErUB6nQ3/FW26oxC/MregoQsy/HFY3gjJjAwLm0jwaVg==", "commit"=>"Save", "category"=>{"title"=>"Demo Categorr", "slug"=>"demo-categorr"}, "id"=>"demo-categor"} Guts::User Load (0.9ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-categor"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "guts_categories" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ? [["title", "Demo Categorr"], ["slug", "demo-categorr"], ["updated_at", "2016-02-15 15:46:09.845310"], ["id", 1]] SQL (2.2ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::Category"], ["params", "{}"], ["created_at", "2016-02-15 15:46:09.862644"], ["updated_at", "2016-02-15 15:46:09.862644"]]  (2.1ms) commit transaction Redirected to http://localhost:3000/guts/categories Completed 302 Found in 34ms (ActiveRecord: 6.1ms) Started GET "/guts/categories" for ::1 at 2016-02-15 12:16:09 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (6.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 44.5ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:16:09 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:16:10 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:16:10 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:16:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:16:10 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:16:10 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:16:10 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:16:10 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:16:10 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:16:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:16:10 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:16:10 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:16:10 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:16:10 -0330 Started GET "/guts/categories" for ::1 at 2016-02-15 12:17:41 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.2ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (16.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 686ms (Views: 567.2ms | ActiveRecord: 3.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:17:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:17:41 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:17:41 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:17:41 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:17:41 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:17:41 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:17:42 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:17:42 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:17:42 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:17:42 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:17:42 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:17:42 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:17:42 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:17:42 -0330 Started GET "/guts/categories/demo-categorr/edit" for ::1 at 2016-02-15 12:17:43 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-categorr"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-categorr"]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (47.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (50.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 89ms (Views: 83.1ms | ActiveRecord: 1.6ms) Started PATCH "/guts/categories/demo-categorr" for ::1 at 2016-02-15 12:17:49 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"qWNxvda1qcLqsGkJjCoAz7Apf0+kaRkzbdcae3AoG2aRaje8oJVCxZL5+tM2oCJQBaRVhFiet3uPVIRwwu4EwQ==", "commit"=>"Save", "category"=>{"title"=>"Demo Category", "slug"=>"demo-category"}, "id"=>"demo-categorr"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-categorr"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "guts_categories" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ? [["title", "Demo Category"], ["slug", "demo-category"], ["updated_at", "2016-02-15 15:47:49.193657"], ["id", 1]] SQL (0.7ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::Category"], ["params", "{}"], ["created_at", "2016-02-15 15:47:49.211734"], ["updated_at", "2016-02-15 15:47:49.211734"]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/categories Completed 302 Found in 30ms (ActiveRecord: 2.6ms) Started GET "/guts/categories" for ::1 at 2016-02-15 12:17:49 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories"  (0.3ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (7.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 40ms (Views: 36.3ms | ActiveRecord: 1.1ms) Started GET "/guts/categories/demo-category/edit" for fe80::1%lo0 at 2016-02-15 12:18:37 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-category"} Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.6ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (35.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (39.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 781ms (Views: 644.7ms | ActiveRecord: 6.8ms) Started PATCH "/guts/categories/demo-category" for fe80::1%lo0 at 2016-02-15 12:18:42 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"gDn8EwYkPeKyaQci65B/BSWFxG7XLc5OeuqruLe6Nra4MLoScATW5coglPhRGl2akAjupSvaYAaYaTWzBXwpEQ==", "commit"=>"Save", "category"=>{"title"=>"Demo Catego", "slug"=>"demo-catego"}, "id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "guts_categories" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ? [["title", "Demo Catego"], ["slug", "demo-catego"], ["updated_at", "2016-02-15 15:48:42.826379"], ["id", 1]] SQL (0.2ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::Category"], ["params", "{}"], ["created_at", "2016-02-15 15:48:42.839877"], ["updated_at", "2016-02-15 15:48:42.839877"]]  (1.8ms) commit transaction Redirected to http://localhost:3000/guts/categories Completed 302 Found in 27ms (ActiveRecord: 3.0ms) Started GET "/guts/categories" for fe80::1%lo0 at 2016-02-15 12:18:42 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories"  (0.3ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (12.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 46.8ms | ActiveRecord: 1.6ms) Started GET "/guts/categories/demo-catego/edit" for fe80::1%lo0 at 2016-02-15 12:19:35 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-catego"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.5ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-catego"]]  (0.3ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (36.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (41.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 756ms (Views: 618.6ms | ActiveRecord: 5.1ms) Started PATCH "/guts/categories/demo-catego" for fe80::1%lo0 at 2016-02-15 12:19:38 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TLv3RgSbkuVvDx5BkkkX1JKfrTGFUQtTsVMiqgDZFaZ0srFHcrt54hdGjZsowzVLJxKH+nmmpRtT0Lyhsh8KAQ==", "commit"=>"Save", "category"=>{"title"=>"Demo Categod", "slug"=>"demo-catego"}, "id"=>"demo-catego"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-catego"]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "guts_categories" SET "title" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ? [["title", "Demo Categod"], ["updated_at", "2016-02-15 15:49:38.716467"], ["id", 1]]  (0.4ms) rollback transaction Completed 500 Internal Server Error in 10ms (ActiveRecord: 1.3ms) NoMethodError (undefined method `name' for #): activemodel (4.2.5.1) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/guts/app/concerns/guts/trackable_concern.rb:21:in `block (2 levels) in trackable' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `instance_exec' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `block in make_lambda' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_update_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:310:in `_update_record' activerecord (4.2.5.1) lib/active_record/timestamp.rb:70:in `_update_record' activerecord (4.2.5.1) lib/active_record/persistence.rb:504:in `create_or_update' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `block in create_or_update' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_save_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `create_or_update' activerecord (4.2.5.1) lib/active_record/persistence.rb:120:in `save' activerecord (4.2.5.1) lib/active_record/validations.rb:37:in `save' activerecord (4.2.5.1) lib/active_record/attribute_methods/dirty.rb:21:in `save' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block (2 levels) in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:301:in `rollback_active_record_state!' activerecord (4.2.5.1) lib/active_record/transactions.rb:285:in `save' activerecord (4.2.5.1) lib/active_record/persistence.rb:252:in `block in update' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/persistence.rb:250:in `update' /Users/tyler/Development/guts/app/controllers/guts/categories_controller.rb:32:in `update' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (46.6ms) Started PATCH "/guts/categories/demo-catego" for fe80::1%lo0 at 2016-02-15 12:20:10 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TLv3RgSbkuVvDx5BkkkX1JKfrTGFUQtTsVMiqgDZFaZ0srFHcrt54hdGjZsowzVLJxKH+nmmpRtT0Lyhsh8KAQ==", "commit"=>"Save", "category"=>{"title"=>"Demo Categod", "slug"=>"demo-catego"}, "id"=>"demo-catego"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-catego"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "guts_categories" SET "title" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ? [["title", "Demo Categod"], ["updated_at", "2016-02-15 15:50:10.266419"], ["id", 1]] SQL (0.2ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::Category"], ["params", "{}"], ["created_at", "2016-02-15 15:50:10.276668"], ["updated_at", "2016-02-15 15:50:10.276668"]]  (1.2ms) commit transaction Redirected to http://localhost:3000/guts/categories Completed 302 Found in 146ms (ActiveRecord: 4.6ms) Started GET "/guts/categories" for fe80::1%lo0 at 2016-02-15 12:20:10 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (11.3ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 607ms (Views: 599.2ms | ActiveRecord: 1.7ms) Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for fe80::1%lo0 at 2016-02-15 12:20:10 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for fe80::1%lo0 at 2016-02-15 12:20:10 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for fe80::1%lo0 at 2016-02-15 12:20:11 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for fe80::1%lo0 at 2016-02-15 12:20:11 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for fe80::1%lo0 at 2016-02-15 12:20:11 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:20:11 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for fe80::1%lo0 at 2016-02-15 12:20:11 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for fe80::1%lo0 at 2016-02-15 12:20:11 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for fe80::1%lo0 at 2016-02-15 12:20:11 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for fe80::1%lo0 at 2016-02-15 12:20:11 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for fe80::1%lo0 at 2016-02-15 12:20:11 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for fe80::1%lo0 at 2016-02-15 12:20:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for fe80::1%lo0 at 2016-02-15 12:20:11 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:20:11 -0330 Started GET "/guts/categories/demo-catego/edit" for fe80::1%lo0 at 2016-02-15 12:20:16 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-catego"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-catego"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.3ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (40.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (44.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 88ms (Views: 80.7ms | ActiveRecord: 1.5ms) Started PATCH "/guts/categories/demo-catego" for fe80::1%lo0 at 2016-02-15 12:20:20 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"QkWTCTF4bGW3sMNGDPHScq+Cvt57LdHi5P/WRlY0cYx6TNUIR1iHYs/5UJy2e/DtGg+UFYfaf6oGfEhN5PJuKw==", "commit"=>"Save", "category"=>{"title"=>"Demo Catego", "slug"=>"demo-catego"}, "id"=>"demo-catego"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-catego"]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "guts_categories" SET "title" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ? [["title", "Demo Catego"], ["updated_at", "2016-02-15 15:50:20.258511"], ["id", 1]] SQL (0.1ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::Category"], ["params", "{}"], ["created_at", "2016-02-15 15:50:20.260757"], ["updated_at", "2016-02-15 15:50:20.260757"]]  (1.4ms) commit transaction Redirected to http://localhost:3000/guts/categories Completed 302 Found in 14ms (ActiveRecord: 2.2ms) Started GET "/guts/categories" for fe80::1%lo0 at 2016-02-15 12:20:20 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (3.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 42.6ms | ActiveRecord: 0.6ms) Started GET "/guts/categories/demo-catego/edit" for fe80::1%lo0 at 2016-02-15 12:21:14 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-catego"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-catego"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (16.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (19.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 112ms (Views: 65.9ms | ActiveRecord: 3.2ms) Started PATCH "/guts/categories/demo-catego" for fe80::1%lo0 at 2016-02-15 12:21:17 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HBZqPxXjkozvGqZXJcRrh5bQbEoy5dTNGgD2SwpXm3kkHyw+Y8N5i5dTNY2fTkkYI11Ggc4SeoX4g2hAuJGE3g==", "commit"=>"Save", "category"=>{"title"=>"Demo Catego", "slug"=>"demo-catego"}, "id"=>"demo-catego"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-catego"]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.5ms) StandardError (#): /Users/tyler/Development/guts/app/concerns/guts/trackable_concern.rb:17:in `block (2 levels) in trackable' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `instance_exec' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `block in make_lambda' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_update_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:310:in `_update_record' activerecord (4.2.5.1) lib/active_record/timestamp.rb:70:in `_update_record' activerecord (4.2.5.1) lib/active_record/persistence.rb:504:in `create_or_update' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `block in create_or_update' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_save_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `create_or_update' activerecord (4.2.5.1) lib/active_record/persistence.rb:120:in `save' activerecord (4.2.5.1) lib/active_record/validations.rb:37:in `save' activerecord (4.2.5.1) lib/active_record/attribute_methods/dirty.rb:21:in `save' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block (2 levels) in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:301:in `rollback_active_record_state!' activerecord (4.2.5.1) lib/active_record/transactions.rb:285:in `save' activerecord (4.2.5.1) lib/active_record/persistence.rb:252:in `block in update' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/persistence.rb:250:in `update' /Users/tyler/Development/guts/app/controllers/guts/categories_controller.rb:32:in `update' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (40.5ms) Started PATCH "/guts/categories/demo-catego" for fe80::1%lo0 at 2016-02-15 12:21:25 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HBZqPxXjkozvGqZXJcRrh5bQbEoy5dTNGgD2SwpXm3kkHyw+Y8N5i5dTNY2fTkkYI11Ggc4SeoX4g2hAuJGE3g==", "commit"=>"Save", "category"=>{"title"=>"Demo Catego", "slug"=>"demo-catego"}, "id"=>"demo-catego"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.3ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-catego"]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 48ms (ActiveRecord: 3.7ms) StandardError (Guts::Category): /Users/tyler/Development/guts/app/concerns/guts/trackable_concern.rb:17:in `block (2 levels) in trackable' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `instance_exec' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `block in make_lambda' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_update_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:310:in `_update_record' activerecord (4.2.5.1) lib/active_record/timestamp.rb:70:in `_update_record' activerecord (4.2.5.1) lib/active_record/persistence.rb:504:in `create_or_update' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `block in create_or_update' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_save_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `create_or_update' activerecord (4.2.5.1) lib/active_record/persistence.rb:120:in `save' activerecord (4.2.5.1) lib/active_record/validations.rb:37:in `save' activerecord (4.2.5.1) lib/active_record/attribute_methods/dirty.rb:21:in `save' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block (2 levels) in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:301:in `rollback_active_record_state!' activerecord (4.2.5.1) lib/active_record/transactions.rb:285:in `save' activerecord (4.2.5.1) lib/active_record/persistence.rb:252:in `block in update' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/persistence.rb:250:in `update' /Users/tyler/Development/guts/app/controllers/guts/categories_controller.rb:32:in `update' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (40.5ms) Started PATCH "/guts/categories/demo-catego" for fe80::1%lo0 at 2016-02-15 12:21:34 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HBZqPxXjkozvGqZXJcRrh5bQbEoy5dTNGgD2SwpXm3kkHyw+Y8N5i5dTNY2fTkkYI11Ggc4SeoX4g2hAuJGE3g==", "commit"=>"Save", "category"=>{"title"=>"Demo Catego", "slug"=>"demo-catego"}, "id"=>"demo-catego"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-catego"]]  (0.1ms) begin transaction  (0.2ms) rollback transaction Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.6ms) StandardError (Guts::Category): /Users/tyler/Development/guts/app/concerns/guts/trackable_concern.rb:17:in `block (2 levels) in trackable' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `instance_exec' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `block in make_lambda' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_update_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:310:in `_update_record' activerecord (4.2.5.1) lib/active_record/timestamp.rb:70:in `_update_record' activerecord (4.2.5.1) lib/active_record/persistence.rb:504:in `create_or_update' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `block in create_or_update' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_save_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `create_or_update' activerecord (4.2.5.1) lib/active_record/persistence.rb:120:in `save' activerecord (4.2.5.1) lib/active_record/validations.rb:37:in `save' activerecord (4.2.5.1) lib/active_record/attribute_methods/dirty.rb:21:in `save' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block (2 levels) in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:301:in `rollback_active_record_state!' activerecord (4.2.5.1) lib/active_record/transactions.rb:285:in `save' activerecord (4.2.5.1) lib/active_record/persistence.rb:252:in `block in update' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/persistence.rb:250:in `update' /Users/tyler/Development/guts/app/controllers/guts/categories_controller.rb:32:in `update' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (14.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (57.0ms) Started PATCH "/guts/categories/demo-catego" for fe80::1%lo0 at 2016-02-15 12:21:37 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HBZqPxXjkozvGqZXJcRrh5bQbEoy5dTNGgD2SwpXm3kkHyw+Y8N5i5dTNY2fTkkYI11Ggc4SeoX4g2hAuJGE3g==", "commit"=>"Save", "category"=>{"title"=>"Demo Catego", "slug"=>"demo-catego"}, "id"=>"demo-catego"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-catego"]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.4ms) StandardError (Guts::Category): /Users/tyler/Development/guts/app/concerns/guts/trackable_concern.rb:17:in `block (2 levels) in trackable' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `instance_exec' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `block in make_lambda' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_update_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:310:in `_update_record' activerecord (4.2.5.1) lib/active_record/timestamp.rb:70:in `_update_record' activerecord (4.2.5.1) lib/active_record/persistence.rb:504:in `create_or_update' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `block in create_or_update' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_save_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `create_or_update' activerecord (4.2.5.1) lib/active_record/persistence.rb:120:in `save' activerecord (4.2.5.1) lib/active_record/validations.rb:37:in `save' activerecord (4.2.5.1) lib/active_record/attribute_methods/dirty.rb:21:in `save' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block (2 levels) in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:301:in `rollback_active_record_state!' activerecord (4.2.5.1) lib/active_record/transactions.rb:285:in `save' activerecord (4.2.5.1) lib/active_record/persistence.rb:252:in `block in update' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/persistence.rb:250:in `update' /Users/tyler/Development/guts/app/controllers/guts/categories_controller.rb:32:in `update' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (43.6ms) Started PATCH "/guts/categories/demo-catego" for fe80::1%lo0 at 2016-02-15 12:21:43 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HBZqPxXjkozvGqZXJcRrh5bQbEoy5dTNGgD2SwpXm3kkHyw+Y8N5i5dTNY2fTkkYI11Ggc4SeoX4g2hAuJGE3g==", "commit"=>"Save", "category"=>{"title"=>"Demo Catego", "slug"=>"demo-catego"}, "id"=>"demo-catego"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-catego"]]  (0.1ms) begin transaction  (0.2ms) rollback transaction Completed 500 Internal Server Error in 128ms (ActiveRecord: 3.1ms) StandardError (Guts::Category): /Users/tyler/Development/guts/app/concerns/guts/trackable_concern.rb:17:in `block (2 levels) in trackable' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `instance_exec' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `block in make_lambda' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_update_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:310:in `_update_record' activerecord (4.2.5.1) lib/active_record/timestamp.rb:70:in `_update_record' activerecord (4.2.5.1) lib/active_record/persistence.rb:504:in `create_or_update' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `block in create_or_update' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_save_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `create_or_update' activerecord (4.2.5.1) lib/active_record/persistence.rb:120:in `save' activerecord (4.2.5.1) lib/active_record/validations.rb:37:in `save' activerecord (4.2.5.1) lib/active_record/attribute_methods/dirty.rb:21:in `save' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block (2 levels) in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:301:in `rollback_active_record_state!' activerecord (4.2.5.1) lib/active_record/transactions.rb:285:in `save' activerecord (4.2.5.1) lib/active_record/persistence.rb:252:in `block in update' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/persistence.rb:250:in `update' /Users/tyler/Development/guts/app/controllers/guts/categories_controller.rb:32:in `update' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (44.3ms) Started PATCH "/guts/categories/demo-catego" for fe80::1%lo0 at 2016-02-15 12:22:07 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HBZqPxXjkozvGqZXJcRrh5bQbEoy5dTNGgD2SwpXm3kkHyw+Y8N5i5dTNY2fTkkYI11Ggc4SeoX4g2hAuJGE3g==", "commit"=>"Save", "category"=>{"title"=>"Demo Catego", "slug"=>"demo-catego"}, "id"=>"demo-catego"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-catego"]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Completed 500 Internal Server Error in 49ms (ActiveRecord: 2.0ms) StandardError (TRY: category): /Users/tyler/Development/guts/app/concerns/guts/trackable_concern.rb:17:in `block (2 levels) in trackable' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `instance_exec' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `block in make_lambda' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_update_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:310:in `_update_record' activerecord (4.2.5.1) lib/active_record/timestamp.rb:70:in `_update_record' activerecord (4.2.5.1) lib/active_record/persistence.rb:504:in `create_or_update' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `block in create_or_update' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_save_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `create_or_update' activerecord (4.2.5.1) lib/active_record/persistence.rb:120:in `save' activerecord (4.2.5.1) lib/active_record/validations.rb:37:in `save' activerecord (4.2.5.1) lib/active_record/attribute_methods/dirty.rb:21:in `save' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block (2 levels) in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:301:in `rollback_active_record_state!' activerecord (4.2.5.1) lib/active_record/transactions.rb:285:in `save' activerecord (4.2.5.1) lib/active_record/persistence.rb:252:in `block in update' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/persistence.rb:250:in `update' /Users/tyler/Development/guts/app/controllers/guts/categories_controller.rb:32:in `update' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (47.6ms) Started PATCH "/guts/categories/demo-catego" for fe80::1%lo0 at 2016-02-15 12:22:42 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HBZqPxXjkozvGqZXJcRrh5bQbEoy5dTNGgD2SwpXm3kkHyw+Y8N5i5dTNY2fTkkYI11Ggc4SeoX4g2hAuJGE3g==", "commit"=>"Save", "category"=>{"title"=>"Demo Catego", "slug"=>"demo-catego"}, "id"=>"demo-catego"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.8ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-catego"]]  (0.2ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 134ms (ActiveRecord: 3.4ms) NoMethodError (private method `select' called for nil:NilClass): /Users/tyler/Development/guts/app/concerns/guts/trackable_concern.rb:21:in `block (2 levels) in trackable' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `instance_exec' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `block in make_lambda' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_update_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:310:in `_update_record' activerecord (4.2.5.1) lib/active_record/timestamp.rb:70:in `_update_record' activerecord (4.2.5.1) lib/active_record/persistence.rb:504:in `create_or_update' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `block in create_or_update' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_save_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `create_or_update' activerecord (4.2.5.1) lib/active_record/persistence.rb:120:in `save' activerecord (4.2.5.1) lib/active_record/validations.rb:37:in `save' activerecord (4.2.5.1) lib/active_record/attribute_methods/dirty.rb:21:in `save' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block (2 levels) in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:301:in `rollback_active_record_state!' activerecord (4.2.5.1) lib/active_record/transactions.rb:285:in `save' activerecord (4.2.5.1) lib/active_record/persistence.rb:252:in `block in update' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/persistence.rb:250:in `update' /Users/tyler/Development/guts/app/controllers/guts/categories_controller.rb:32:in `update' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (45.0ms) Started PATCH "/guts/categories/demo-catego" for fe80::1%lo0 at 2016-02-15 12:23:03 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HBZqPxXjkozvGqZXJcRrh5bQbEoy5dTNGgD2SwpXm3kkHyw+Y8N5i5dTNY2fTkkYI11Ggc4SeoX4g2hAuJGE3g==", "commit"=>"Save", "category"=>{"title"=>"Demo Catego", "slug"=>"demo-catego"}, "id"=>"demo-catego"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-catego"]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 42ms (ActiveRecord: 3.4ms) StandardError ({}): /Users/tyler/Development/guts/app/concerns/guts/trackable_concern.rb:21:in `block (2 levels) in trackable' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `instance_exec' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `block in make_lambda' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_update_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:310:in `_update_record' activerecord (4.2.5.1) lib/active_record/timestamp.rb:70:in `_update_record' activerecord (4.2.5.1) lib/active_record/persistence.rb:504:in `create_or_update' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `block in create_or_update' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_save_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `create_or_update' activerecord (4.2.5.1) lib/active_record/persistence.rb:120:in `save' activerecord (4.2.5.1) lib/active_record/validations.rb:37:in `save' activerecord (4.2.5.1) lib/active_record/attribute_methods/dirty.rb:21:in `save' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block (2 levels) in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:301:in `rollback_active_record_state!' activerecord (4.2.5.1) lib/active_record/transactions.rb:285:in `save' activerecord (4.2.5.1) lib/active_record/persistence.rb:252:in `block in update' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/persistence.rb:250:in `update' /Users/tyler/Development/guts/app/controllers/guts/categories_controller.rb:32:in `update' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (44.3ms) Started PATCH "/guts/categories/demo-catego" for fe80::1%lo0 at 2016-02-15 12:23:57 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HBZqPxXjkozvGqZXJcRrh5bQbEoy5dTNGgD2SwpXm3kkHyw+Y8N5i5dTNY2fTkkYI11Ggc4SeoX4g2hAuJGE3g==", "commit"=>"Save", "category"=>{"title"=>"Demo Catego", "slug"=>"demo-catego"}, "id"=>"demo-catego"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-catego"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::Category"], ["params", "{}"], ["created_at", "2016-02-15 15:53:57.578827"], ["updated_at", "2016-02-15 15:53:57.578827"]]  (1.4ms) commit transaction Redirected to http://localhost:3000/guts/categories Completed 302 Found in 58ms (ActiveRecord: 5.1ms) Started GET "/guts/categories" for fe80::1%lo0 at 2016-02-15 12:23:57 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (7.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 505ms (Views: 501.5ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for fe80::1%lo0 at 2016-02-15 12:23:58 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for fe80::1%lo0 at 2016-02-15 12:23:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for fe80::1%lo0 at 2016-02-15 12:23:58 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for fe80::1%lo0 at 2016-02-15 12:23:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for fe80::1%lo0 at 2016-02-15 12:23:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for fe80::1%lo0 at 2016-02-15 12:23:58 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for fe80::1%lo0 at 2016-02-15 12:23:58 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:23:58 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for fe80::1%lo0 at 2016-02-15 12:23:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for fe80::1%lo0 at 2016-02-15 12:23:58 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for fe80::1%lo0 at 2016-02-15 12:23:58 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for fe80::1%lo0 at 2016-02-15 12:23:58 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for fe80::1%lo0 at 2016-02-15 12:23:58 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:23:58 -0330 Started GET "/guts/categories/demo-catego/edit" for fe80::1%lo0 at 2016-02-15 12:23:59 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-catego"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-catego"]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (30.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (34.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 74ms (Views: 68.8ms | ActiveRecord: 1.1ms) Started PATCH "/guts/categories/demo-catego" for fe80::1%lo0 at 2016-02-15 12:24:02 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Qljx6iA3wQ/gNNgVM+Bl9HtOsrET1Kocl116YgnP+Dl6UbfrVhcqCJh9S8+JakdrzsOYeu8jBFR13uRpuwnnng==", "commit"=>"Save", "category"=>{"title"=>"Demo Categos", "slug"=>"demo-categos"}, "id"=>"demo-catego"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-catego"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "guts_categories" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ? [["title", "Demo Categos"], ["slug", "demo-categos"], ["updated_at", "2016-02-15 15:54:02.148049"], ["id", 1]] SQL (0.2ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::Category"], ["params", "{}"], ["created_at", "2016-02-15 15:54:02.150653"], ["updated_at", "2016-02-15 15:54:02.150653"]]  (3.0ms) commit transaction Redirected to http://localhost:3000/guts/categories Completed 302 Found in 16ms (ActiveRecord: 3.9ms) Started GET "/guts/categories" for fe80::1%lo0 at 2016-02-15 12:24:02 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (3.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 35ms (Views: 32.1ms | ActiveRecord: 0.7ms) Started GET "/guts/categories/demo-categos/edit" for fe80::1%lo0 at 2016-02-15 12:24:40 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-categos"} Guts::User Load (1.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-categos"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (17.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (20.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 125ms (Views: 72.3ms | ActiveRecord: 3.9ms) Started PATCH "/guts/categories/demo-categos" for fe80::1%lo0 at 2016-02-15 12:24:45 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"p4XmMECmu7dyRji91OV588nh8wA6Qlrmz4aFe8dSgrKfjKAxNoZQsAoPq2dub1tsfGzZy8a19K4tBRtwdZSdFQ==", "commit"=>"Save", "category"=>{"title"=>"Demo Categod", "slug"=>"demo-categod"}, "id"=>"demo-categos"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-categos"]]  (0.0ms) begin transaction SQL (0.3ms) UPDATE "guts_categories" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ? [["title", "Demo Categod"], ["slug", "demo-categod"], ["updated_at", "2016-02-15 15:54:45.216488"], ["id", 1]]  (0.3ms) rollback transaction Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.9ms) StandardError (category -- false): /Users/tyler/Development/guts/app/concerns/guts/trackable_concern.rb:22:in `block (2 levels) in trackable' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `instance_exec' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `block in make_lambda' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_update_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:310:in `_update_record' activerecord (4.2.5.1) lib/active_record/timestamp.rb:70:in `_update_record' activerecord (4.2.5.1) lib/active_record/persistence.rb:504:in `create_or_update' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `block in create_or_update' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_save_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `create_or_update' activerecord (4.2.5.1) lib/active_record/persistence.rb:120:in `save' activerecord (4.2.5.1) lib/active_record/validations.rb:37:in `save' activerecord (4.2.5.1) lib/active_record/attribute_methods/dirty.rb:21:in `save' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block (2 levels) in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:301:in `rollback_active_record_state!' activerecord (4.2.5.1) lib/active_record/transactions.rb:285:in `save' activerecord (4.2.5.1) lib/active_record/persistence.rb:252:in `block in update' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/persistence.rb:250:in `update' /Users/tyler/Development/guts/app/controllers/guts/categories_controller.rb:32:in `update' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (46.5ms) Started PATCH "/guts/categories/demo-categos" for fe80::1%lo0 at 2016-02-15 12:24:56 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"p4XmMECmu7dyRji91OV588nh8wA6Qlrmz4aFe8dSgrKfjKAxNoZQsAoPq2dub1tsfGzZy8a19K4tBRtwdZSdFQ==", "commit"=>"Save", "category"=>{"title"=>"Demo Categod", "slug"=>"demo-categod"}, "id"=>"demo-categos"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-categos"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "guts_categories" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ? [["title", "Demo Categod"], ["slug", "demo-categod"], ["updated_at", "2016-02-15 15:54:56.285259"], ["id", 1]]  (0.9ms) rollback transaction Completed 500 Internal Server Error in 51ms (ActiveRecord: 3.7ms) StandardError (category -- ["title", "slug", "updated_at"]): /Users/tyler/Development/guts/app/concerns/guts/trackable_concern.rb:22:in `block (2 levels) in trackable' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `instance_exec' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `block in make_lambda' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_update_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:310:in `_update_record' activerecord (4.2.5.1) lib/active_record/timestamp.rb:70:in `_update_record' activerecord (4.2.5.1) lib/active_record/persistence.rb:504:in `create_or_update' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `block in create_or_update' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_save_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `create_or_update' activerecord (4.2.5.1) lib/active_record/persistence.rb:120:in `save' activerecord (4.2.5.1) lib/active_record/validations.rb:37:in `save' activerecord (4.2.5.1) lib/active_record/attribute_methods/dirty.rb:21:in `save' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block (2 levels) in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:301:in `rollback_active_record_state!' activerecord (4.2.5.1) lib/active_record/transactions.rb:285:in `save' activerecord (4.2.5.1) lib/active_record/persistence.rb:252:in `block in update' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/persistence.rb:250:in `update' /Users/tyler/Development/guts/app/controllers/guts/categories_controller.rb:32:in `update' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (46.7ms) Started PATCH "/guts/categories/demo-categos" for fe80::1%lo0 at 2016-02-15 12:25:17 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"p4XmMECmu7dyRji91OV588nh8wA6Qlrmz4aFe8dSgrKfjKAxNoZQsAoPq2dub1tsfGzZy8a19K4tBRtwdZSdFQ==", "commit"=>"Save", "category"=>{"title"=>"Demo Categod", "slug"=>"demo-categod"}, "id"=>"demo-categos"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.3ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-categos"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "guts_categories" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ? [["title", "Demo Categod"], ["slug", "demo-categod"], ["updated_at", "2016-02-15 15:55:17.537733"], ["id", 1]] SQL (0.2ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::Category"], ["params", "{}"], ["created_at", "2016-02-15 15:55:17.551313"], ["updated_at", "2016-02-15 15:55:17.551313"]]  (1.4ms) commit transaction Redirected to http://localhost:3000/guts/categories Completed 302 Found in 71ms (ActiveRecord: 4.2ms) Started GET "/guts/categories" for fe80::1%lo0 at 2016-02-15 12:25:17 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.3ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (10.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 84ms (Views: 79.6ms | ActiveRecord: 1.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for fe80::1%lo0 at 2016-02-15 12:25:17 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for fe80::1%lo0 at 2016-02-15 12:25:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for fe80::1%lo0 at 2016-02-15 12:25:17 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for fe80::1%lo0 at 2016-02-15 12:25:17 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for fe80::1%lo0 at 2016-02-15 12:25:17 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:25:17 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for fe80::1%lo0 at 2016-02-15 12:25:17 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for fe80::1%lo0 at 2016-02-15 12:25:17 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for fe80::1%lo0 at 2016-02-15 12:25:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for fe80::1%lo0 at 2016-02-15 12:25:17 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for fe80::1%lo0 at 2016-02-15 12:25:17 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for fe80::1%lo0 at 2016-02-15 12:25:17 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for fe80::1%lo0 at 2016-02-15 12:25:17 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:25:17 -0330 Started GET "/guts/categories/demo-categod/edit" for fe80::1%lo0 at 2016-02-15 12:25:41 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-categod"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-categod"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/_form.html.erb (12.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (14.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 119ms (Views: 72.3ms | ActiveRecord: 3.1ms) Started PATCH "/guts/categories/demo-categod" for fe80::1%lo0 at 2016-02-15 12:25:44 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"t8WFzgqDYNzf7Pr80Zpgf2c6GnyUPThNjHXvUoV8tIyPzMPPfKOL26elaSZrEELg0rcwt2jKlgVu9nFZN7qrKw==", "commit"=>"Save", "category"=>{"title"=>"Demo Categodd", "slug"=>"demo-categodd"}, "id"=>"demo-categod"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-categod"]]  (0.1ms) begin transaction SQL (5161.7ms) UPDATE "guts_categories" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ? [["title", "Demo Categodd"], ["slug", "demo-categodd"], ["updated_at", "2016-02-15 15:55:44.501204"], ["id", 1]]  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5168ms (ActiveRecord: 5162.1ms) ActiveRecord::StatementInvalid (SQLite3::BusyException: database is locked: UPDATE "guts_categories" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ?): sqlite3 (1.3.11) lib/sqlite3/statement.rb:108:in `step' sqlite3 (1.3.11) lib/sqlite3/statement.rb:108:in `block in each' sqlite3 (1.3.11) lib/sqlite3/statement.rb:107:in `loop' sqlite3 (1.3.11) lib/sqlite3/statement.rb:107:in `each' activerecord (4.2.5.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:314:in `to_a' activerecord (4.2.5.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:314:in `block in exec_query' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract_adapter.rb:472:in `block in log' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract_adapter.rb:466:in `log' activerecord (4.2.5.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.5.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:319:in `exec_delete' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:114:in `update' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `update' activerecord (4.2.5.1) lib/active_record/relation.rb:88:in `_update_record' activerecord (4.2.5.1) lib/active_record/persistence.rb:515:in `_update_record' activerecord (4.2.5.1) lib/active_record/locking/optimistic.rb:79:in `_update_record' activerecord (4.2.5.1) lib/active_record/attribute_methods/dirty.rb:128:in `_update_record' activerecord (4.2.5.1) lib/active_record/callbacks.rb:310:in `block in _update_record' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_update_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:310:in `_update_record' activerecord (4.2.5.1) lib/active_record/timestamp.rb:70:in `_update_record' activerecord (4.2.5.1) lib/active_record/persistence.rb:504:in `create_or_update' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `block in create_or_update' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_save_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `create_or_update' activerecord (4.2.5.1) lib/active_record/persistence.rb:120:in `save' activerecord (4.2.5.1) lib/active_record/validations.rb:37:in `save' activerecord (4.2.5.1) lib/active_record/attribute_methods/dirty.rb:21:in `save' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block (2 levels) in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:301:in `rollback_active_record_state!' activerecord (4.2.5.1) lib/active_record/transactions.rb:285:in `save' activerecord (4.2.5.1) lib/active_record/persistence.rb:252:in `block in update' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/persistence.rb:250:in `update' /Users/tyler/Development/guts/app/controllers/guts/categories_controller.rb:32:in `update' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (42.3ms) Started PATCH "/guts/categories/demo-categod" for fe80::1%lo0 at 2016-02-15 12:25:53 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"t8WFzgqDYNzf7Pr80Zpgf2c6GnyUPThNjHXvUoV8tIyPzMPPfKOL26elaSZrEELg0rcwt2jKlgVu9nFZN7qrKw==", "commit"=>"Save", "category"=>{"title"=>"Demo Categodd", "slug"=>"demo-categodd"}, "id"=>"demo-categod"} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.5ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-categod"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "guts_categories" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ? [["title", "Demo Categodd"], ["slug", "demo-categodd"], ["updated_at", "2016-02-15 15:55:53.630214"], ["id", 1]]  (0.8ms) rollback transaction Completed 500 Internal Server Error in 11ms (ActiveRecord: 2.2ms) StandardError ({"title"=>["Demo Categod", "Demo Categodd"], "slug"=>["demo-categod", "demo-categodd"], "updated_at"=>[Mon, 15 Feb 2016 15:55:17 UTC +00:00, Mon, 15 Feb 2016 15:55:53 UTC +00:00]}): /Users/tyler/Development/guts/app/concerns/guts/trackable_concern.rb:21:in `block (2 levels) in trackable' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `instance_exec' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `block in make_lambda' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_update_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:310:in `_update_record' activerecord (4.2.5.1) lib/active_record/timestamp.rb:70:in `_update_record' activerecord (4.2.5.1) lib/active_record/persistence.rb:504:in `create_or_update' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `block in create_or_update' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_save_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `create_or_update' activerecord (4.2.5.1) lib/active_record/persistence.rb:120:in `save' activerecord (4.2.5.1) lib/active_record/validations.rb:37:in `save' activerecord (4.2.5.1) lib/active_record/attribute_methods/dirty.rb:21:in `save' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block (2 levels) in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:301:in `rollback_active_record_state!' activerecord (4.2.5.1) lib/active_record/transactions.rb:285:in `save' activerecord (4.2.5.1) lib/active_record/persistence.rb:252:in `block in update' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/persistence.rb:250:in `update' /Users/tyler/Development/guts/app/controllers/guts/categories_controller.rb:32:in `update' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (48.0ms) Started PATCH "/guts/categories/demo-categod" for fe80::1%lo0 at 2016-02-15 12:26:36 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"t8WFzgqDYNzf7Pr80Zpgf2c6GnyUPThNjHXvUoV8tIyPzMPPfKOL26elaSZrEELg0rcwt2jKlgVu9nFZN7qrKw==", "commit"=>"Save", "category"=>{"title"=>"Demo Categodd", "slug"=>"demo-categodd"}, "id"=>"demo-categod"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-categod"]]  (0.1ms) begin transaction SQL (3.1ms) UPDATE "guts_categories" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ? [["title", "Demo Categodd"], ["slug", "demo-categodd"], ["updated_at", "2016-02-15 15:56:37.096108"], ["id", 1]]  (0.9ms) rollback transaction Completed 500 Internal Server Error in 49ms (ActiveRecord: 5.9ms) StandardError ({}): /Users/tyler/Development/guts/app/concerns/guts/trackable_concern.rb:22:in `block (2 levels) in trackable' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `instance_exec' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `block in make_lambda' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_update_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:310:in `_update_record' activerecord (4.2.5.1) lib/active_record/timestamp.rb:70:in `_update_record' activerecord (4.2.5.1) lib/active_record/persistence.rb:504:in `create_or_update' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `block in create_or_update' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_save_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `create_or_update' activerecord (4.2.5.1) lib/active_record/persistence.rb:120:in `save' activerecord (4.2.5.1) lib/active_record/validations.rb:37:in `save' activerecord (4.2.5.1) lib/active_record/attribute_methods/dirty.rb:21:in `save' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block (2 levels) in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:301:in `rollback_active_record_state!' activerecord (4.2.5.1) lib/active_record/transactions.rb:285:in `save' activerecord (4.2.5.1) lib/active_record/persistence.rb:252:in `block in update' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/persistence.rb:250:in `update' /Users/tyler/Development/guts/app/controllers/guts/categories_controller.rb:32:in `update' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (41.3ms) Started PATCH "/guts/categories/demo-categod" for fe80::1%lo0 at 2016-02-15 12:26:52 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"t8WFzgqDYNzf7Pr80Zpgf2c6GnyUPThNjHXvUoV8tIyPzMPPfKOL26elaSZrEELg0rcwt2jKlgVu9nFZN7qrKw==", "commit"=>"Save", "category"=>{"title"=>"Demo Categodd", "slug"=>"demo-categodd"}, "id"=>"demo-categod"} Guts::User Load (0.6ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-categod"]]  (0.1ms) begin transaction SQL (1.3ms) UPDATE "guts_categories" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ? [["title", "Demo Categodd"], ["slug", "demo-categodd"], ["updated_at", "2016-02-15 15:56:52.658383"], ["id", 1]]  (0.8ms) rollback transaction Completed 500 Internal Server Error in 50ms (ActiveRecord: 4.5ms) StandardError ({"title"=>["Demo Categod", "Demo Categodd"], "slug"=>["demo-categod", "demo-categodd"]}): /Users/tyler/Development/guts/app/concerns/guts/trackable_concern.rb:22:in `block (2 levels) in trackable' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `instance_exec' activesupport (4.2.5.1) lib/active_support/callbacks.rb:446:in `block in make_lambda' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5.1) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_update_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:310:in `_update_record' activerecord (4.2.5.1) lib/active_record/timestamp.rb:70:in `_update_record' activerecord (4.2.5.1) lib/active_record/persistence.rb:504:in `create_or_update' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `block in create_or_update' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_save_callbacks' activerecord (4.2.5.1) lib/active_record/callbacks.rb:302:in `create_or_update' activerecord (4.2.5.1) lib/active_record/persistence.rb:120:in `save' activerecord (4.2.5.1) lib/active_record/validations.rb:37:in `save' activerecord (4.2.5.1) lib/active_record/attribute_methods/dirty.rb:21:in `save' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block (2 levels) in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/transactions.rb:286:in `block in save' activerecord (4.2.5.1) lib/active_record/transactions.rb:301:in `rollback_active_record_state!' activerecord (4.2.5.1) lib/active_record/transactions.rb:285:in `save' activerecord (4.2.5.1) lib/active_record/persistence.rb:252:in `block in update' activerecord (4.2.5.1) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5.1) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5.1) lib/active_record/persistence.rb:250:in `update' /Users/tyler/Development/guts/app/controllers/guts/categories_controller.rb:32:in `update' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (47.2ms) Started PATCH "/guts/categories/demo-categod" for fe80::1%lo0 at 2016-02-15 12:26:58 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"t8WFzgqDYNzf7Pr80Zpgf2c6GnyUPThNjHXvUoV8tIyPzMPPfKOL26elaSZrEELg0rcwt2jKlgVu9nFZN7qrKw==", "commit"=>"Save", "category"=>{"title"=>"Demo Categodd", "slug"=>"demo-categodd"}, "id"=>"demo-categod"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-categod"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "guts_categories" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ? [["title", "Demo Categodd"], ["slug", "demo-categodd"], ["updated_at", "2016-02-15 15:56:59.106281"], ["id", 1]] SQL (0.2ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::Category"], ["params", "{\"title\":[\"Demo Categod\",\"Demo Categodd\"],\"slug\":[\"demo-categod\",\"demo-categodd\"]}"], ["created_at", "2016-02-15 15:56:59.114977"], ["updated_at", "2016-02-15 15:56:59.114977"]]  (2.0ms) commit transaction Redirected to http://localhost:3000/guts/categories Completed 302 Found in 53ms (ActiveRecord: 4.4ms) Started GET "/guts/categories" for fe80::1%lo0 at 2016-02-15 12:26:59 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (6.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 47.1ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for fe80::1%lo0 at 2016-02-15 12:26:59 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for fe80::1%lo0 at 2016-02-15 12:26:59 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for fe80::1%lo0 at 2016-02-15 12:26:59 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for fe80::1%lo0 at 2016-02-15 12:26:59 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:26:59 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for fe80::1%lo0 at 2016-02-15 12:26:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for fe80::1%lo0 at 2016-02-15 12:26:59 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for fe80::1%lo0 at 2016-02-15 12:26:59 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for fe80::1%lo0 at 2016-02-15 12:26:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for fe80::1%lo0 at 2016-02-15 12:26:59 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for fe80::1%lo0 at 2016-02-15 12:26:59 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for fe80::1%lo0 at 2016-02-15 12:26:59 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for fe80::1%lo0 at 2016-02-15 12:26:59 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:26:59 -0330 Started GET "/guts/trackers" for fe80::1%lo0 at 2016-02-15 12:27:08 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.1ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (1.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (6.2ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 47.9ms | ActiveRecord: 0.7ms) Started GET "/guts/trackers" for fe80::1%lo0 at 2016-02-15 12:28:57 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.1ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (3.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 32ms (Views: 29.7ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for fe80::1%lo0 at 2016-02-15 12:28:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for fe80::1%lo0 at 2016-02-15 12:28:58 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for fe80::1%lo0 at 2016-02-15 12:28:58 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for fe80::1%lo0 at 2016-02-15 12:28:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for fe80::1%lo0 at 2016-02-15 12:28:58 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for fe80::1%lo0 at 2016-02-15 12:28:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for fe80::1%lo0 at 2016-02-15 12:28:58 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:28:58 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for fe80::1%lo0 at 2016-02-15 12:28:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for fe80::1%lo0 at 2016-02-15 12:28:58 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for fe80::1%lo0 at 2016-02-15 12:28:58 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for fe80::1%lo0 at 2016-02-15 12:28:58 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for fe80::1%lo0 at 2016-02-15 12:28:58 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:28:58 -0330 Started GET "/guts/trackers" for fe80::1%lo0 at 2016-02-15 12:29:05 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.4ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (0.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (10.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 88ms (Views: 79.5ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:05 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:05 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:05 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:05 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:05 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:05 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:05 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:05 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:05 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:05 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:05 -0330 Started GET "/guts/trackers" for fe80::1%lo0 at 2016-02-15 12:29:27 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.5ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (0.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (9.6ms) Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 59.2ms | ActiveRecord: 1.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:28 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:28 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:28 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:28 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:28 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:28 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:28 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:28 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:28 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:28 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:28 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:28 -0330 Started GET "/guts/trackers" for fe80::1%lo0 at 2016-02-15 12:29:35 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.3ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (1.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (27.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 109ms (Views: 105.0ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:35 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:36 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:36 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:36 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:36 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:36 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:36 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:36 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:36 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:36 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:36 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:36 -0330 Started GET "/guts/trackers" for fe80::1%lo0 at 2016-02-15 12:29:42 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (2.3ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (3.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (21.1ms) Guts::Type Load (0.8ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 109ms (Views: 102.8ms | ActiveRecord: 3.5ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:43 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:43 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:43 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:43 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:43 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:43 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:43 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:43 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:43 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:43 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:43 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:43 -0330 Started GET "/guts/trackers" for fe80::1%lo0 at 2016-02-15 12:29:55 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.5ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.3ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (4.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (17.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 90ms (Views: 75.7ms | ActiveRecord: 1.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:55 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:55 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:55 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:55 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for fe80::1%lo0 at 2016-02-15 12:29:55 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:55 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:55 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:55 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:55 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:55 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:55 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:29:55 -0330 Started GET "/guts/trackers" for fe80::1%lo0 at 2016-02-15 12:30:04 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.8ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.6ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Category Load (0.4ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (7.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (31.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 106ms (Views: 82.9ms | ActiveRecord: 2.3ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:04 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:04 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:04 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:05 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:05 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:05 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:05 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:05 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:05 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:05 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:05 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:05 -0330 Started GET "/guts/trackers" for fe80::1%lo0 at 2016-02-15 12:30:29 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.3ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Category Load (1.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (1.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (9.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 90ms (Views: 77.5ms | ActiveRecord: 2.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:29 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:29 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:29 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:29 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:29 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:29 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:29 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:29 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:29 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:29 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:29 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:29 -0330 Started GET "/guts/trackers" for fe80::1%lo0 at 2016-02-15 12:30:34 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.9ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.7ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (2.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (12.6ms) Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 86ms (Views: 76.8ms | ActiveRecord: 2.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:34 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:34 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:34 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:34 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:34 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:34 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:34 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:34 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:34 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:34 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:34 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:34 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:34 -0330 Started GET "/guts/trackers" for fe80::1%lo0 at 2016-02-15 12:30:38 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.3ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (0.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (6.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 82ms (Views: 77.9ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:38 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:38 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:38 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:38 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:38 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:38 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:38 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:38 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:38 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:38 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:38 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:38 -0330 Started GET "/guts/categories" for fe80::1%lo0 at 2016-02-15 12:30:43 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (3.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 44.7ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:43 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:43 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:43 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:43 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:43 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:43 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:43 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:43 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:43 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:43 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:43 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:43 -0330 Started GET "/guts/trackers" for fe80::1%lo0 at 2016-02-15 12:30:45 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.1ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (1.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (5.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 39ms (Views: 36.7ms | ActiveRecord: 0.5ms) Started GET "/guts/trackers" for fe80::1%lo0 at 2016-02-15 12:30:46 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.1ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (3.5ms) Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 45.8ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:46 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:46 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:46 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:46 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:46 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:46 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:46 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:46 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:46 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:46 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:46 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:46 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:46 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:46 -0330 Started GET "/guts/trackers" for fe80::1%lo0 at 2016-02-15 12:30:50 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.5ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (1.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (12.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 80ms (Views: 74.8ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:51 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:51 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:51 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:51 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:51 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for fe80::1%lo0 at 2016-02-15 12:30:51 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:51 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:51 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:51 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:51 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:51 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:51 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:51 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for fe80::1%lo0 at 2016-02-15 12:30:51 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:32:04 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.1ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (18.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (20.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (24.0ms) Completed 500 Internal Server Error in 33ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined local variable or method `track' for #<#:0x007ff6a3a0e050>): 1: <% if track.params.size > 0 %> 2:
    3:
        4: <% track.params.each do |key, values| %>
      /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_trackers_actions__params_html_erb__1437083135396338400_70348641854520'
      actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument'
      actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument'
      actionview (4.2.5.1) lib/action_view/template.rb:143:in `render'
      actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
      actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
      actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument'
      actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
      actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:309:in `render'
      actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
      actionview (4.2.5.1) lib/action_view/helpers/rendering_helper.rb:35:in `render'
      /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_guts_trackers_actions__category_update_html_erb___612612090883381206_70348641874760'
      actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument'
      actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument'
      actionview (4.2.5.1) lib/action_view/template.rb:143:in `render'
      actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
      actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
      actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument'
      actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
      actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:309:in `render'
      actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
      actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:21:in `render'
      actionview (4.2.5.1) lib/action_view/helpers/rendering_helper.rb:32:in `render'
      /Users/tyler/Development/guts/app/helpers/guts/trackers_helper.rb:6:in `render_track'
      /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb:14:in `block in ___sers_tyler__evelopment_guts_app_views_guts_trackers_index_html_erb__3557855893333831736_70348643149920'
      activerecord (4.2.5.1) lib/active_record/relation/delegation.rb:46:in `each'
      activerecord (4.2.5.1) lib/active_record/relation/delegation.rb:46:in `each'
      /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_trackers_index_html_erb__3557855893333831736_70348643149920'
      actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument'
      actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument'
      actionview (4.2.5.1) lib/action_view/template.rb:143:in `render'
      actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
      actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument'
      actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
      actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
      actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
      actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
      actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
      actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
      actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:23:in `render'
      actionview (4.2.5.1) lib/action_view/rendering.rb:100:in `_render_template'
      actionpack (4.2.5.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
      actionview (4.2.5.1) lib/action_view/rendering.rb:83:in `render_to_body'
      actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
      actionpack (4.2.5.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
      actionpack (4.2.5.1) lib/abstract_controller/rendering.rb:25:in `render'
      actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:16:in `render'
      actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
      activesupport (4.2.5.1) 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.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
      actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
      actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
      activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
      actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
      actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
      actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
      actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action'
      actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
      actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
      actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
      actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
      actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument'
      actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
      actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
      activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
      actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process'
      actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process'
      actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch'
      actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
      actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action'
      actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
      actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
      actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
      actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
      actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each'
      actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve'
      actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call'
      railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
      railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send'
      railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing'
      actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
      actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
      actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each'
      actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve'
      actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
      actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
      activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call'
      activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
      activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call'
      actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
      actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
      actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
      actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
      actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
      actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
      railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app'
      railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call'
      activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
      activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged'
      activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged'
      railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call'
      actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call'
      rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
      railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
      railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.5ms)
      Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
      Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
      Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (46.4ms)
    
    
    Started GET "/guts/trackers" for ::1 at 2016-02-15 12:32:22 -0330
    Processing by Guts::TrackersController#index as HTML
      Guts::User Load (0.1ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.5ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Guts::Tracker Load (0.1ms)  SELECT "guts_trackers".* FROM "guts_trackers"  ORDER BY "guts_trackers"."created_at" DESC
      Guts::Category Load (0.1ms)  SELECT  "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1  [["id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (24.2ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (29.3ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (34.2ms)
    Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.9ms)
    
    ActionView::Template::Error (undefined local variable or method `track' for #<#:0x007ff6a91dede8>):
        1: <% if track.params.size > 0 %>
        2:     
    3:
        4: <% track.params.each do |key, values| %>
      /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_trackers_actions__params_html_erb__1437083135396338400_70348642264360'
      actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument'
      actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument'
      actionview (4.2.5.1) lib/action_view/template.rb:143:in `render'
      actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
      actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
      actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument'
      actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
      actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:309:in `render'
      actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
      actionview (4.2.5.1) lib/action_view/helpers/rendering_helper.rb:35:in `render'
      /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_guts_trackers_actions__category_update_html_erb___612612090883381206_70348696079840'
      actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument'
      actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument'
      actionview (4.2.5.1) lib/action_view/template.rb:143:in `render'
      actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
      actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
      actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument'
      actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
      actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:309:in `render'
      actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
      actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:21:in `render'
      actionview (4.2.5.1) lib/action_view/helpers/rendering_helper.rb:32:in `render'
      /Users/tyler/Development/guts/app/helpers/guts/trackers_helper.rb:6:in `render_track'
      /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb:14:in `block in ___sers_tyler__evelopment_guts_app_views_guts_trackers_index_html_erb__3557855893333831736_70348643149920'
      activerecord (4.2.5.1) lib/active_record/relation/delegation.rb:46:in `each'
      activerecord (4.2.5.1) lib/active_record/relation/delegation.rb:46:in `each'
      /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_trackers_index_html_erb__3557855893333831736_70348643149920'
      actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument'
      actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument'
      actionview (4.2.5.1) lib/action_view/template.rb:143:in `render'
      actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
      actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument'
      actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
      actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
      actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
      actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
      actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
      actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
      actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:23:in `render'
      actionview (4.2.5.1) lib/action_view/rendering.rb:100:in `_render_template'
      actionpack (4.2.5.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
      actionview (4.2.5.1) lib/action_view/rendering.rb:83:in `render_to_body'
      actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
      actionpack (4.2.5.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
      actionpack (4.2.5.1) lib/abstract_controller/rendering.rb:25:in `render'
      actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:16:in `render'
      actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
      activesupport (4.2.5.1) 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.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
      actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
      actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
      activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
      actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
      actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
      actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
      actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action'
      actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
      actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
      actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
      actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
      actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument'
      actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
      actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
      activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
      actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process'
      actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process'
      actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch'
      actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
      actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action'
      actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
      actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
      actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
      actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
      actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each'
      actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve'
      actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call'
      railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
      railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send'
      railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing'
      actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
      actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
      actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each'
      actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve'
      actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
      actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
      activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call'
      activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
      activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call'
      actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
      actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
      actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
      actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
      actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
      actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
      railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app'
      railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call'
      activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
      activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged'
      activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged'
      railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call'
      actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call'
      rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
      railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
      railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.6ms)
      Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
      Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
      Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (44.3ms)
    
    
    Started GET "/guts/trackers" for ::1 at 2016-02-15 12:32:23 -0330
    Processing by Guts::TrackersController#index as HTML
      Guts::User Load (0.1ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.1ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Guts::Tracker Load (0.1ms)  SELECT "guts_trackers".* FROM "guts_trackers"  ORDER BY "guts_trackers"."created_at" DESC
      Guts::Category Load (0.1ms)  SELECT  "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1  [["id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (16.5ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (20.0ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (23.4ms)
    Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.4ms)
    
    ActionView::Template::Error (undefined local variable or method `track' for #<#:0x007ff6a4441f18>):
        1: <% if track.params.size > 0 %>
        2:     
    3:
        4: <% track.params.each do |key, values| %>
      /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_trackers_actions__params_html_erb__1437083135396338400_70348642264360'
      actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument'
      actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument'
      actionview (4.2.5.1) lib/action_view/template.rb:143:in `render'
      actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
      actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
      actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument'
      actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
      actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:309:in `render'
      actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
      actionview (4.2.5.1) lib/action_view/helpers/rendering_helper.rb:35:in `render'
      /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_guts_trackers_actions__category_update_html_erb___612612090883381206_70348696079840'
      actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument'
      actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument'
      actionview (4.2.5.1) lib/action_view/template.rb:143:in `render'
      actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
      actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
      actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument'
      actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
      actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:309:in `render'
      actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
      actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:21:in `render'
      actionview (4.2.5.1) lib/action_view/helpers/rendering_helper.rb:32:in `render'
      /Users/tyler/Development/guts/app/helpers/guts/trackers_helper.rb:6:in `render_track'
      /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb:14:in `block in ___sers_tyler__evelopment_guts_app_views_guts_trackers_index_html_erb__3557855893333831736_70348643149920'
      activerecord (4.2.5.1) lib/active_record/relation/delegation.rb:46:in `each'
      activerecord (4.2.5.1) lib/active_record/relation/delegation.rb:46:in `each'
      /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_trackers_index_html_erb__3557855893333831736_70348643149920'
      actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument'
      actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument'
      actionview (4.2.5.1) lib/action_view/template.rb:143:in `render'
      actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
      actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument'
      actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
      actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
      actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
      actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
      actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
      actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
      actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:23:in `render'
      actionview (4.2.5.1) lib/action_view/rendering.rb:100:in `_render_template'
      actionpack (4.2.5.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
      actionview (4.2.5.1) lib/action_view/rendering.rb:83:in `render_to_body'
      actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
      actionpack (4.2.5.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
      actionpack (4.2.5.1) lib/abstract_controller/rendering.rb:25:in `render'
      actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:16:in `render'
      actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
      activesupport (4.2.5.1) 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.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
      actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
      actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
      activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
      actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
      actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
      actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
      actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action'
      actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
      actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
      actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
      actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
      actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument'
      actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
      actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
      activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
      actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process'
      actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process'
      actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch'
      actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
      actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action'
      actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
      actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
      actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
      actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
      actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each'
      actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve'
      actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call'
      railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
      railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send'
      railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing'
      actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
      actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
      actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each'
      actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve'
      actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
      actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
      activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call'
      activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
      activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call'
      actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
      actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
      actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
      actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
      actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
      actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
      railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app'
      railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call'
      activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
      activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged'
      activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged'
      railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call'
      actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call'
      rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
      railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
      railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.9ms)
      Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms)
      Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
      Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (48.0ms)
    
    
    Started GET "/guts/trackers" for ::1 at 2016-02-15 12:32:52 -0330
    Processing by Guts::TrackersController#index as HTML
      Guts::User Load (0.1ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.1ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Guts::Tracker Load (0.1ms)  SELECT "guts_trackers".* FROM "guts_trackers"  ORDER BY "guts_trackers"."created_at" DESC
      Guts::Category Load (0.1ms)  SELECT  "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1  [["id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.5ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (2.3ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (5.5ms)
      Guts::Type Load (0.2ms)  SELECT "guts_types".* FROM "guts_types"
    Completed 200 OK in 41ms (Views: 38.3ms | ActiveRecord: 0.6ms)
    
    
    Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:32:52 -0330
    
    
    Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:32:52 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:32:52 -0330
    
    
    Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:32:52 -0330
    
    
    Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:32:52 -0330
    
    
    Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:32:52 -0330
    
    
    Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:32:52 -0330
    
    
    Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:32:52 -0330
    
    
    Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:32:52 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:32:52 -0330
    
    
    Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:32:52 -0330
    
    
    Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:32:52 -0330
    
    
    Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:32:52 -0330
    
    
    Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:32:52 -0330
    
    
    Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2016-02-15 12:32:52 -0330
    
    
    Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-15 12:32:52 -0330
    
    
    Started GET "/guts/trackers" for ::1 at 2016-02-15 12:33:11 -0330
    Processing by Guts::TrackersController#index as HTML
      Guts::User Load (0.1ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.4ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Guts::Tracker Load (0.9ms)  SELECT "guts_trackers".* FROM "guts_trackers"  ORDER BY "guts_trackers"."created_at" DESC
      Guts::Category Load (0.2ms)  SELECT  "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1  [["id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.7ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (6.4ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (15.0ms)
      Guts::Type Load (0.2ms)  SELECT "guts_types".* FROM "guts_types"
    Completed 200 OK in 70ms (Views: 60.1ms | ActiveRecord: 1.8ms)
    
    
    Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:33:11 -0330
    
    
    Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:33:11 -0330
    
    
    Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:33:11 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:33:11 -0330
    
    
    Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:33:11 -0330
    
    
    Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:33:11 -0330
    
    
    Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:33:11 -0330
    
    
    Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:33:11 -0330
    
    
    Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:33:11 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:33:11 -0330
    
    
    Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:33:11 -0330
    
    
    Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:33:11 -0330
    
    
    Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:33:11 -0330
    
    
    Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:33:11 -0330
    
    
    Started GET "/guts/trackers" for ::1 at 2016-02-15 12:33:15 -0330
    Processing by Guts::TrackersController#index as HTML
      Guts::User Load (0.3ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.1ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Guts::Tracker Load (0.2ms)  SELECT "guts_trackers".* FROM "guts_trackers"  ORDER BY "guts_trackers"."created_at" DESC
      Guts::Category Load (0.4ms)  SELECT  "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1  [["id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.7ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (6.2ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (13.4ms)
      Guts::Type Load (0.2ms)  SELECT "guts_types".* FROM "guts_types"
    Completed 200 OK in 64ms (Views: 58.0ms | ActiveRecord: 1.2ms)
    
    
    Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:33:15 -0330
    
    
    Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:33:15 -0330
    
    
    Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:33:15 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:33:15 -0330
    
    
    Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:33:15 -0330
    
    
    Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:33:15 -0330
    
    
    Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:33:15 -0330
    
    
    Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:33:15 -0330
    
    
    Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:33:15 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:33:15 -0330
    
    
    Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:33:15 -0330
    
    
    Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:33:15 -0330
    
    
    Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:33:15 -0330
    
    
    Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:33:15 -0330
    
    
    Started GET "/guts/trackers" for ::1 at 2016-02-15 12:33:31 -0330
    Processing by Guts::TrackersController#index as HTML
      Guts::User Load (0.1ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.5ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Guts::Tracker Load (0.2ms)  SELECT "guts_trackers".* FROM "guts_trackers"  ORDER BY "guts_trackers"."created_at" DESC
      Guts::Category Load (0.1ms)  SELECT  "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1  [["id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (3.6ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (7.9ms)
    Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.8ms)
    
    ActionView::Template::Error (Missing partial trackers/actions/_params.html.erb with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
      * "/Users/tyler/Development/guts/test/dummy/app/views"
      * "/Users/tyler/Development/guts/app/views"
    ):
        2:   Category that no longer exists, was updated
        3: <% else %>
        4:   Category <%= track.object.title %> was updated
        5:   <% render partial: "trackers/actions/params.html.erb", locals: {track: track} %>
        6: <% end %>
      actionview (4.2.5.1) lib/action_view/path_set.rb:46:in `find'
      actionview (4.2.5.1) lib/action_view/lookup_context.rb:121:in `find'
      actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template'
      actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial'
      actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:294:in `render'
      actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
      actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:21:in `render'
      actionview (4.2.5.1) lib/action_view/helpers/rendering_helper.rb:32:in `render'
      /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_guts_trackers_actions__category_update_html_erb___612612090883381206_70348717016380'
      actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument'
      actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument'
      actionview (4.2.5.1) lib/action_view/template.rb:143:in `render'
      actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
      actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
      actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument'
      actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
      actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:309:in `render'
      actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
      actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:21:in `render'
      actionview (4.2.5.1) lib/action_view/helpers/rendering_helper.rb:32:in `render'
      /Users/tyler/Development/guts/app/helpers/guts/trackers_helper.rb:6:in `render_track'
      /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb:14:in `block in ___sers_tyler__evelopment_guts_app_views_guts_trackers_index_html_erb__3557855893333831736_70348643149920'
      activerecord (4.2.5.1) lib/active_record/relation/delegation.rb:46:in `each'
      activerecord (4.2.5.1) lib/active_record/relation/delegation.rb:46:in `each'
      /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_trackers_index_html_erb__3557855893333831736_70348643149920'
      actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument'
      actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument'
      actionview (4.2.5.1) lib/action_view/template.rb:143:in `render'
      actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
      actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument'
      actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
      actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
      actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
      actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
      actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
      actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
      actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:23:in `render'
      actionview (4.2.5.1) lib/action_view/rendering.rb:100:in `_render_template'
      actionpack (4.2.5.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
      actionview (4.2.5.1) lib/action_view/rendering.rb:83:in `render_to_body'
      actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
      actionpack (4.2.5.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
      actionpack (4.2.5.1) lib/abstract_controller/rendering.rb:25:in `render'
      actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:16:in `render'
      actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
      activesupport (4.2.5.1) 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.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
      actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
      actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
      activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
      actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
      actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
      actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
      actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action'
      actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
      actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
      actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
      actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
      actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument'
      activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
      activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument'
      actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
      actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
      activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
      actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process'
      actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process'
      actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch'
      actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
      actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action'
      actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
      actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
      actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
      actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
      actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each'
      actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve'
      actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call'
      railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
      railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send'
      railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing'
      actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
      actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
      actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each'
      actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve'
      actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
      actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
      activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call'
      activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
      activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call'
      actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
      activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
      actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
      actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
      actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
      actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
      actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
      railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app'
      railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call'
      activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
      activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged'
      activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged'
      railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call'
      actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call'
      rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
      railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
      railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.9ms)
      Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms)
      Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
      Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (46.4ms)
    
    
    Started GET "/guts/trackers" for ::1 at 2016-02-15 12:33:34 -0330
    Processing by Guts::TrackersController#index as HTML
      Guts::User Load (0.1ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.1ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Guts::Tracker Load (0.1ms)  SELECT "guts_trackers".* FROM "guts_trackers"  ORDER BY "guts_trackers"."created_at" DESC
      Guts::Category Load (0.1ms)  SELECT  "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1  [["id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.3ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (3.0ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (6.2ms)
      Guts::Type Load (0.3ms)  SELECT "guts_types".* FROM "guts_types"
    Completed 200 OK in 51ms (Views: 48.7ms | ActiveRecord: 0.7ms)
    
    
    Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:33:34 -0330
    
    
    Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:33:34 -0330
    
    
    Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:33:34 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:33:34 -0330
    
    
    Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:33:34 -0330
    
    
    Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:33:34 -0330
    
    
    Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:33:34 -0330
    
    
    Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:33:34 -0330
    
    
    Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:33:34 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:33:34 -0330
    
    
    Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:33:34 -0330
    
    
    Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:33:34 -0330
    
    
    Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:33:34 -0330
    
    
    Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:33:34 -0330
    
    
    Started GET "/guts/trackers" for ::1 at 2016-02-15 12:33:41 -0330
    Processing by Guts::TrackersController#index as HTML
      Guts::User Load (0.4ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.1ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Guts::Tracker Load (0.3ms)  SELECT "guts_trackers".* FROM "guts_trackers"  ORDER BY "guts_trackers"."created_at" DESC
      Guts::Category Load (0.3ms)  SELECT  "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1  [["id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.6ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (3.3ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (11.5ms)
      Guts::Type Load (0.1ms)  SELECT "guts_types".* FROM "guts_types"
    Completed 200 OK in 65ms (Views: 59.1ms | ActiveRecord: 1.2ms)
    
    
    Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:33:41 -0330
    
    
    Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:33:42 -0330
    
    
    Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:33:42 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:33:42 -0330
    
    
    Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:33:42 -0330
    
    
    Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:33:42 -0330
    
    
    Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:33:42 -0330
    
    
    Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:33:42 -0330
    
    
    Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:33:42 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:33:42 -0330
    
    
    Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:33:42 -0330
    
    
    Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:33:42 -0330
    
    
    Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:33:42 -0330
    
    
    Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:33:42 -0330
    
    
    Started GET "/guts/trackers" for ::1 at 2016-02-15 12:33:53 -0330
    Processing by Guts::TrackersController#index as HTML
      Guts::User Load (0.3ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.2ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Guts::Tracker Load (0.2ms)  SELECT "guts_trackers".* FROM "guts_trackers"  ORDER BY "guts_trackers"."created_at" DESC
      Guts::Category Load (0.2ms)  SELECT  "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1  [["id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.4ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (2.4ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (38.5ms)
      Guts::Type Load (0.2ms)  SELECT "guts_types".* FROM "guts_types"
    Completed 200 OK in 880ms (Views: 735.6ms | ActiveRecord: 4.2ms)
    
    
    Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:33:54 -0330
    
    
    Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:33:54 -0330
    
    
    Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:33:54 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:33:54 -0330
    
    
    Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:33:54 -0330
    
    
    Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:33:54 -0330
    
    
    Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:33:54 -0330
    
    
    Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:33:54 -0330
    
    
    Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:33:54 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:33:54 -0330
    
    
    Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:33:54 -0330
    
    
    Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:33:54 -0330
    
    
    Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:33:54 -0330
    
    
    Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:33:54 -0330
    
    
    Started GET "/guts/trackers" for ::1 at 2016-02-15 12:34:07 -0330
    Processing by Guts::TrackersController#index as HTML
      Guts::User Load (0.8ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (1.1ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Guts::Tracker Load (0.2ms)  SELECT "guts_trackers".* FROM "guts_trackers"  ORDER BY "guts_trackers"."created_at" DESC
      Guts::Category Load (0.6ms)  SELECT  "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1  [["id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (2.4ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (41.1ms)
      Guts::Type Load (0.1ms)  SELECT "guts_types".* FROM "guts_types"
    Completed 200 OK in 93ms (Views: 76.3ms | ActiveRecord: 2.8ms)
    
    
    Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:34:07 -0330
    
    
    Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:34:07 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:34:07 -0330
    
    
    Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:34:07 -0330
    
    
    Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:34:07 -0330
    
    
    Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:34:07 -0330
    
    
    Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:34:07 -0330
    
    
    Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:34:07 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:34:07 -0330
    
    
    Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:34:07 -0330
    
    
    Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:34:07 -0330
    
    
    Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:34:07 -0330
    
    
    Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:34:07 -0330
    
    
    Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:34:07 -0330
    
    
    Started GET "/guts/trackers" for ::1 at 2016-02-15 12:34:11 -0330
    Processing by Guts::TrackersController#index as HTML
      Guts::User Load (0.1ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.1ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Guts::Tracker Load (0.5ms)  SELECT "guts_trackers".* FROM "guts_trackers"  ORDER BY "guts_trackers"."created_at" DESC
      Guts::Category Load (0.2ms)  SELECT  "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1  [["id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (1.0ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (4.4ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (10.7ms)
      Guts::Type Load (0.2ms)  SELECT "guts_types".* FROM "guts_types"
    Completed 200 OK in 62ms (Views: 58.5ms | ActiveRecord: 1.1ms)
    
    
    Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:34:11 -0330
    
    
    Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:34:11 -0330
    
    
    Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:34:11 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:34:11 -0330
    
    
    Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:34:11 -0330
    
    
    Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:34:11 -0330
    
    
    Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:34:11 -0330
    
    
    Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:34:11 -0330
    
    
    Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:34:11 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:34:11 -0330
    
    
    Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:34:11 -0330
    
    
    Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:34:11 -0330
    
    
    Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:34:11 -0330
    
    
    Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:34:12 -0330
    
    
    Started GET "/guts/trackers" for ::1 at 2016-02-15 12:35:09 -0330
    Processing by Guts::TrackersController#index as HTML
      Guts::User Load (0.1ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.3ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Guts::Tracker Load (0.2ms)  SELECT "guts_trackers".* FROM "guts_trackers"  ORDER BY "guts_trackers"."created_at" DESC
      Guts::Category Load (0.1ms)  SELECT  "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1  [["id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (3.0ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (7.0ms)
      Guts::Type Load (0.2ms)  SELECT "guts_types".* FROM "guts_types"
    Completed 200 OK in 55ms (Views: 50.2ms | ActiveRecord: 0.8ms)
    
    
    Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:35:09 -0330
    
    
    Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:35:09 -0330
    
    
    Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:35:09 -0330
    
    
    Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:35:10 -0330
    
    
    Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:35:10 -0330
    
    
    Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:35:10 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:35:10 -0330
    
    
    Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:35:10 -0330
    
    
    Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:35:10 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:35:10 -0330
    
    
    Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:35:10 -0330
    
    
    Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:35:10 -0330
    
    
    Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:35:10 -0330
    
    
    Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:35:10 -0330
    
    
    Started GET "/guts/users" for ::1 at 2016-02-15 12:35:12 -0330
    Processing by Guts::UsersController#index as HTML
      Guts::User Load (0.1ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.1ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
       (0.6ms)  SELECT COUNT(*) FROM "guts_users"
      Guts::User Load (0.4ms)  SELECT "guts_users".* FROM "guts_users"
      CACHE (0.0ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (8.6ms)
      Guts::Type Load (0.1ms)  SELECT "guts_types".* FROM "guts_types"
    Completed 200 OK in 46ms (Views: 43.1ms | ActiveRecord: 1.4ms)
    
    
    Started GET "/guts/users/1/edit" for ::1 at 2016-02-15 12:35:13 -0330
    Processing by Guts::UsersController#edit as HTML
      Parameters: {"id"=>"1"}
      Guts::User Load (0.1ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.1ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Guts::User Load (0.1ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
       (0.1ms)  SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ?  [["fieldable_id", 1], ["fieldable_type", "Guts::User"]]
       (0.2ms)  SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ?  [["filable_id", 1], ["filable_type", "Guts::User"]]
       (0.2ms)  SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Guts::Group Load (0.1ms)  SELECT "guts_groups".* FROM "guts_groups"
      CACHE (0.0ms)  SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/users/_form.html.erb (43.9ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/users/edit.html.erb within layouts/guts/application (46.2ms)
      Guts::Type Load (0.8ms)  SELECT "guts_types".* FROM "guts_types"
    Completed 200 OK in 80ms (Views: 75.9ms | ActiveRecord: 2.0ms)
    
    
    Started PATCH "/guts/users/1" for ::1 at 2016-02-15 12:35:25 -0330
    Processing by Guts::UsersController#update as HTML
      Parameters: {"utf8"=>"✓", "authenticity_token"=>"5iXNFEBZkv7KXt4PVBZ9teCKd5M7jj+rahgTWsfCr4jeLIsVNnl5+bIXTdXunF8qVQddWMd5keOIm41RdQSwLw==", "commit"=>"Save", "user"=>{"name"=>"Tyler N King", "email"=>"tyler.n.king@outlook.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "group_ids"=>["", "1"]}, "id"=>"1"}
      Guts::User Load (0.2ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.1ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Guts::User Load (0.1ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
       (0.1ms)  begin transaction
      Guts::Group Load (0.6ms)  SELECT  "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1  [["id", 1]]
      CACHE (0.0ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Guts::User Exists (0.2ms)  SELECT  1 AS one FROM "guts_users" WHERE (LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') AND "guts_users"."id" != 1) LIMIT 1
      SQL (0.4ms)  UPDATE "guts_users" SET "name" = ?, "updated_at" = ? WHERE "guts_users"."id" = ?  [["name", "Tyler N King"], ["updated_at", "2016-02-15 16:05:25.094166"], ["id", 1]]
      SQL (0.2ms)  INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["action", "update"], ["object_id", 1], ["object_type", "Guts::User"], ["params", "{\"name\":[\"Tyler King\",\"Tyler N King\"]}"], ["created_at", "2016-02-15 16:05:25.098907"], ["updated_at", "2016-02-15 16:05:25.098907"]]
       (0.9ms)  commit transaction
    Redirected to http://localhost:3000/guts/users
    Completed 302 Found in 22ms (ActiveRecord: 2.7ms)
    
    
    Started GET "/guts/users" for ::1 at 2016-02-15 12:35:25 -0330
    Processing by Guts::UsersController#index as HTML
      Guts::User Load (0.1ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.1ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
       (0.2ms)  SELECT COUNT(*) FROM "guts_users"
      Guts::User Load (0.1ms)  SELECT "guts_users".* FROM "guts_users"
      CACHE (0.0ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/users/index.html.erb within layouts/guts/application (4.3ms)
      Guts::Type Load (0.1ms)  SELECT "guts_types".* FROM "guts_types"
    Completed 200 OK in 47ms (Views: 44.3ms | ActiveRecord: 0.7ms)
    
    
    Started GET "/guts/trackers" for ::1 at 2016-02-15 12:35:27 -0330
    Processing by Guts::TrackersController#index as HTML
      Guts::User Load (0.1ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.1ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Guts::Tracker Load (0.2ms)  SELECT "guts_trackers".* FROM "guts_trackers"  ORDER BY "guts_trackers"."created_at" DESC
      CACHE (0.0ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.1ms)
      Guts::Category Load (0.1ms)  SELECT  "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1  [["id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (1.5ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (10.2ms)
      Guts::Type Load (0.2ms)  SELECT "guts_types".* FROM "guts_types"
    Completed 200 OK in 53ms (Views: 50.6ms | ActiveRecord: 0.7ms)
    
    
    Started GET "/guts/trackers" for ::1 at 2016-02-15 12:35:39 -0330
    Processing by Guts::TrackersController#index as HTML
      Guts::User Load (0.2ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.3ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Guts::Tracker Load (3.0ms)  SELECT "guts_trackers".* FROM "guts_trackers"  ORDER BY "guts_trackers"."created_at" DESC
      CACHE (0.1ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (3.6ms)
      Guts::Category Load (0.2ms)  SELECT  "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1  [["id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.3ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (6.5ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (33.8ms)
      Guts::Type Load (0.1ms)  SELECT "guts_types".* FROM "guts_types"
    Completed 200 OK in 96ms (Views: 84.8ms | ActiveRecord: 3.9ms)
    
    
    Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:35:39 -0330
    
    
    Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:35:39 -0330
    
    
    Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:35:39 -0330
    
    
    Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:35:39 -0330
    
    
    Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:35:39 -0330
    
    
    Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:35:39 -0330
    
    
    Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:35:39 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:35:39 -0330
    
    
    Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:35:39 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:35:39 -0330
    
    
    Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:35:39 -0330
    
    
    Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:35:39 -0330
    
    
    Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:35:39 -0330
    
    
    Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:35:39 -0330
    
    
    Started GET "/guts/trackers" for ::1 at 2016-02-15 12:36:06 -0330
    Processing by Guts::TrackersController#index as HTML
      Guts::User Load (0.1ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.1ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Guts::Tracker Load (0.2ms)  SELECT "guts_trackers".* FROM "guts_trackers"  ORDER BY "guts_trackers"."created_at" DESC
      CACHE (0.0ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.6ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.3ms)
      Guts::Category Load (0.1ms)  SELECT  "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1  [["id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (1.7ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (11.1ms)
      Guts::Type Load (0.2ms)  SELECT "guts_types".* FROM "guts_types"
    Completed 200 OK in 60ms (Views: 57.3ms | ActiveRecord: 0.7ms)
    
    
    Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:36:06 -0330
    
    
    Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:36:06 -0330
    
    
    Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:36:06 -0330
    
    
    Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:36:06 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:36:06 -0330
    
    
    Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:36:06 -0330
    
    
    Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:36:06 -0330
    
    
    Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:36:06 -0330
    
    
    Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:36:06 -0330
    
    
    Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:36:06 -0330
    
    
    Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:36:06 -0330
    
    
    Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:36:06 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:36:06 -0330
    
    
    Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:36:06 -0330
    
    
    Started GET "/guts/trackers" for ::1 at 2016-02-15 12:36:16 -0330
    Processing by Guts::TrackersController#index as HTML
      Guts::User Load (0.1ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.2ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Guts::Tracker Load (0.2ms)  SELECT "guts_trackers".* FROM "guts_trackers"  ORDER BY "guts_trackers"."created_at" DESC
      CACHE (0.0ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.6ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.6ms)
      Guts::Category Load (0.1ms)  SELECT  "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1  [["id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.7ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (4.2ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (16.1ms)
      Guts::Type Load (0.2ms)  SELECT "guts_types".* FROM "guts_types"
    Completed 200 OK in 81ms (Views: 77.1ms | ActiveRecord: 0.9ms)
    
    
    Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:36:16 -0330
    
    
    Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:36:16 -0330
    
    
    Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:36:16 -0330
    
    
    Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:36:17 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:36:17 -0330
    
    
    Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:36:17 -0330
    
    
    Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:36:17 -0330
    
    
    Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:36:17 -0330
    
    
    Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:36:17 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:36:17 -0330
    
    
    Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:36:17 -0330
    
    
    Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:36:17 -0330
    
    
    Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:36:17 -0330
    
    
    Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:36:17 -0330
    
    
    Started GET "/guts/trackers" for ::1 at 2016-02-15 12:36:32 -0330
    Processing by Guts::TrackersController#index as HTML
      Guts::User Load (0.2ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.1ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Guts::Tracker Load (0.2ms)  SELECT "guts_trackers".* FROM "guts_trackers"  ORDER BY "guts_trackers"."created_at" DESC
      CACHE (0.0ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.8ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.5ms)
      Guts::Category Load (0.1ms)  SELECT  "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1  [["id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (3.3ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (12.2ms)
      Guts::Type Load (0.1ms)  SELECT "guts_types".* FROM "guts_types"
    Completed 200 OK in 55ms (Views: 50.8ms | ActiveRecord: 0.7ms)
    
    
    Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:36:32 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:36:32 -0330
    
    
    Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:36:32 -0330
    
    
    Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:36:32 -0330
    
    
    Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:36:32 -0330
    
    
    Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:36:32 -0330
    
    
    Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:36:32 -0330
    
    
    Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:36:32 -0330
    
    
    Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:36:32 -0330
    
    
    Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:36:32 -0330
    
    
    Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:36:32 -0330
    
    
    Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:36:32 -0330
    
    
    Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:36:32 -0330
    
    
    Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:36:32 -0330
    
    
    Started GET "/guts/types" for ::1 at 2016-02-15 12:36:43 -0330
    Processing by Guts::TypesController#index as HTML
      Guts::User Load (0.1ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.1ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
       (0.2ms)  SELECT COUNT(*) FROM "guts_types"
      Guts::Type Load (0.2ms)  SELECT "guts_types".* FROM "guts_types"
       (0.2ms)  SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ?  [["type_id", 1]]
       (0.2ms)  SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ?  [["type_id", 2]]
      Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (22.6ms)
      CACHE (0.0ms)  SELECT "guts_types".* FROM "guts_types"
    Completed 200 OK in 62ms (Views: 58.4ms | ActiveRecord: 1.2ms)
    
    
    Started GET "/guts/types/new" for ::1 at 2016-02-15 12:36:45 -0330
    Processing by Guts::TypesController#new as HTML
      Guts::User Load (0.1ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.1ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (2.3ms)
      Rendered /Users/tyler/Development/guts/app/views/guts/types/new.html.erb within layouts/guts/application (7.3ms)
      Guts::Type Load (0.1ms)  SELECT "guts_types".* FROM "guts_types"
    Completed 200 OK in 113ms (Views: 109.8ms | ActiveRecord: 0.4ms)
    
    
    Started POST "/guts/types" for ::1 at 2016-02-15 12:36:50 -0330
    Processing by Guts::TypesController#create as HTML
      Parameters: {"utf8"=>"✓", "authenticity_token"=>"ANpKHfirLeUU/2Rd9hTmgITsUBfU7xQlbav7PnFxkp840wwcjovG4my294dMnsQfMWF63CgYum2PKGU1w7eNOA==", "commit"=>"Save", "type"=>{"title"=>"Projects"}}
      Guts::User Load (0.1ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.1ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
       (0.1ms)  begin transaction
      Guts::Type Exists (0.1ms)  SELECT  1 AS one FROM "guts_types" WHERE ("guts_types"."id" IS NOT NULL) AND "guts_types"."slug" = ? LIMIT 1  [["slug", "projects"]]
      SQL (0.3ms)  INSERT INTO "guts_types" ("title", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["title", "Projects"], ["slug", "projects"], ["created_at", "2016-02-15 16:06:50.591973"], ["updated_at", "2016-02-15 16:06:50.591973"]]
      SQL (0.1ms)  INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["action", "create"], ["object_id", 4], ["object_type", "Guts::Type"], ["params", "{}"], ["created_at", "2016-02-15 16:06:50.593832"], ["updated_at", "2016-02-15 16:06:50.593832"]]
       (1.4ms)  commit transaction
    Redirected to http://localhost:3000/guts/types
    Completed 302 Found in 135ms (ActiveRecord: 2.2ms)
    
    
    Started GET "/guts/types" for ::1 at 2016-02-15 12:36:50 -0330
    Processing by Guts::TypesController#index as HTML
      Guts::User Load (0.1ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.1ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
       (0.1ms)  SELECT COUNT(*) FROM "guts_types"
      Guts::Type Load (0.2ms)  SELECT "guts_types".* FROM "guts_types"
       (0.1ms)  SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ?  [["type_id", 1]]
       (0.1ms)  SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ?  [["type_id", 2]]
       (0.2ms)  SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ?  [["type_id", 4]]
      Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (10.6ms)
      CACHE (0.0ms)  SELECT "guts_types".* FROM "guts_types"
    Completed 200 OK in 73ms (Views: 69.6ms | ActiveRecord: 0.9ms)
    
    
    Started DELETE "/guts/types/projects" for ::1 at 2016-02-15 12:36:54 -0330
    Processing by Guts::TypesController#destroy as HTML
      Parameters: {"utf8"=>"✓", "authenticity_token"=>"h0Krp3OkzggYR4kYRTkY9buwGDMK6oktiVggcrUK97u/S+2mBYQlD2AOGsL/szpqDj0y+PYdJ2Vr2755B8zoHA==", "id"=>"projects"}
      Guts::User Load (0.1ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.1ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Guts::Type Load (0.2ms)  SELECT  "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ?  ORDER BY "guts_types"."id" ASC LIMIT 1  [["slug", "projects"]]
       (0.1ms)  begin transaction
      Guts::Medium Load (0.3ms)  SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ?  [["filable_id", 4], ["filable_type", "Guts::Type"]]
      Guts::Metafield Load (0.1ms)  SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ?  [["fieldable_id", 4], ["fieldable_type", "Guts::Type"]]
      SQL (0.2ms)  DELETE FROM "guts_types" WHERE "guts_types"."id" = ?  [["id", 4]]
      SQL (0.3ms)  INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["action", "destroy"], ["object_id", 4], ["object_type", "Guts::Type"], ["params", "{}"], ["created_at", "2016-02-15 16:06:54.161313"], ["updated_at", "2016-02-15 16:06:54.161313"]]
       (0.9ms)  commit transaction
    Redirected to http://localhost:3000/guts/types
    Completed 302 Found in 13ms (ActiveRecord: 2.3ms)
    
    
    Started GET "/guts/types" for ::1 at 2016-02-15 12:36:54 -0330
    Processing by Guts::TypesController#index as HTML
      Guts::User Load (0.7ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.2ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
       (0.1ms)  SELECT COUNT(*) FROM "guts_types"
      Guts::Type Load (0.1ms)  SELECT "guts_types".* FROM "guts_types"
       (0.2ms)  SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ?  [["type_id", 1]]
       (0.1ms)  SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ?  [["type_id", 2]]
      Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (11.8ms)
      CACHE (0.0ms)  SELECT "guts_types".* FROM "guts_types"
    Completed 200 OK in 62ms (Views: 55.2ms | ActiveRecord: 1.5ms)
    
    
    Started GET "/guts/trackers" for ::1 at 2016-02-15 12:36:55 -0330
    Processing by Guts::TrackersController#index as HTML
      Guts::User Load (0.1ms)  SELECT  "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1  [["id", 1]]
      Guts::Group Load (0.1ms)  SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ?  [["user_id", 1]]
      Guts::Tracker Load (0.3ms)  SELECT "guts_trackers".* FROM "guts_trackers"  ORDER BY "guts_trackers"."created_at" DESC
      Guts::Type Load (0.2ms)  SELECT  "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1  [["id", 4]]
      Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (9.6ms)
    Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.7ms)
    
    ActionView::Template::Error (Missing partial guts/trackers/actions/_nilclass_destroy with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
      * "/Users/tyler/Development/guts/test/dummy/app/views"
      * "/Users/tyler/Development/guts/app/views"
    ):
        11:         
    12: <%= track.created_at.strftime("%b #{track.created_at.day.ordinalize}, %Y @ %I:%M%p %Z") %> 13:
    14:
    <%= render_track track %>
    15:
    16: 17: <% end %> actionview (4.2.5.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.5.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.2.5.1) lib/action_view/helpers/rendering_helper.rb:32:in `render' /Users/tyler/Development/guts/app/helpers/guts/trackers_helper.rb:6:in `render_track' /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb:14:in `block in ___sers_tyler__evelopment_guts_app_views_guts_trackers_index_html_erb___1019484309491562490_70278440268760' activerecord (4.2.5.1) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5.1) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_trackers_index_html_erb___1019484309491562490_70278440268760' actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:143:in `render' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5.1) 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.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (19.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (62.9ms) Started GET "/guts/trackers" for ::1 at 2016-02-15 12:37:36 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.2ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (10.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (24.2ms) Completed 500 Internal Server Error in 57ms (ActiveRecord: 1.9ms) ActionView::Template::Error (undefined method `id' for nil:NilClass): 1: Type #<%= track.object.id.to_s %> was deleted /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_trackers_actions__type_destroy_html_erb___2793553779639462759_70278440616140' actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:143:in `render' actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.2.5.1) lib/action_view/helpers/rendering_helper.rb:32:in `render' /Users/tyler/Development/guts/app/helpers/guts/trackers_helper.rb:6:in `render_track' /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb:14:in `block in ___sers_tyler__evelopment_guts_app_views_guts_trackers_index_html_erb___1019484309491562490_70278440268760' activerecord (4.2.5.1) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5.1) lib/active_record/relation/delegation.rb:46:in `each' /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb:8:in `___sers_tyler__evelopment_guts_app_views_guts_trackers_index_html_erb___1019484309491562490_70278440268760' actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:143:in `render' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5.1) 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.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (40.5ms) Started GET "/guts/trackers" for ::1 at 2016-02-15 12:38:19 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.4ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.2ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (1.3ms) CACHE (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (5.6ms) Guts::Category Load (0.4ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (16.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (33.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 71ms (Views: 62.6ms | ActiveRecord: 1.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:38:19 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:38:19 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:38:19 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:38:19 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:38:19 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:38:19 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:38:19 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:38:19 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:38:19 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:38:19 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:38:19 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:38:19 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:38:19 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:38:19 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:40:14 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.5ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (1.5ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (7.2ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (4.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (26.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 59.2ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:40:14 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:40:14 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:40:14 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:40:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:40:14 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:40:14 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:40:14 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:40:15 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:40:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:40:15 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:40:15 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:40:15 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:40:15 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:40:15 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:40:44 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.1ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (0.8ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (3.0ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (2.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (16.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 53.1ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:40:44 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:40:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:40:44 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:40:44 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:40:44 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:40:44 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:40:44 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:40:44 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:40:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:40:44 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:40:44 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:40:44 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:40:44 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:40:44 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:40:50 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.4ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (8.0ms) CACHE (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (12.3ms) Guts::Category Load (0.3ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (5.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (61.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 128ms (Views: 124.3ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:40:51 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:40:51 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:40:51 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:40:51 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:40:51 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:40:51 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:40:51 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:40:51 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:40:51 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:40:51 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:40:51 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:40:51 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:40:51 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:40:51 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:41:00 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.2ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.5ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (5.5ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (1.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (10.5ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (2.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (37.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 80ms (Views: 70.9ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:41:01 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:41:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:41:01 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:41:01 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:41:01 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:41:01 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:41:01 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:41:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:41:01 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:41:01 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:41:01 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:41:01 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:41:01 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:41:01 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:41:05 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.7ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.2ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (7.9ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (15.0ms) Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (6.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (41.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 101ms (Views: 90.7ms | ActiveRecord: 1.5ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:41:05 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:41:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:41:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:41:05 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:41:05 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:41:05 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:41:05 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:41:05 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:41:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:41:05 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:41:05 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:41:05 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:41:05 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:41:05 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:41:14 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.6ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.2ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (3.6ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (4.1ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (4.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (55.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 116ms (Views: 110.1ms | ActiveRecord: 1.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:41:15 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:41:15 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:41:15 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:41:15 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:41:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:41:15 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:41:15 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:41:15 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:41:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:41:15 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:41:15 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:41:15 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:41:15 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:41:15 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:41:16 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.2ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (0.9ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.4ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (3.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (16.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 50.2ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:41:16 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:41:16 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:41:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:41:16 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:41:16 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:41:16 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:41:16 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:41:16 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:41:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:41:16 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:41:16 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:41:16 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:41:16 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:41:16 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:41:20 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.2ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (0.7ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (3.1ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (4.0ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (18.0ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 61.7ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:41:20 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:41:20 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:41:20 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:41:20 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:41:20 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:41:20 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:41:20 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:41:20 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:41:20 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:41:20 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:41:21 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:41:21 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:41:21 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:41:21 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:41:38 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.8ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.5ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.2ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (4.9ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (3.2ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (3.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (33.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 78ms (Views: 66.7ms | ActiveRecord: 2.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:41:38 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:41:38 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:41:38 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:41:38 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:41:38 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:41:38 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:41:38 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:41:39 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:41:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:41:39 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:41:39 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:41:39 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:41:39 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:41:39 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:41:42 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.4ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.3ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.2ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (2.8ms) CACHE (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (8.1ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (4.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (43.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 111ms (Views: 103.9ms | ActiveRecord: 1.6ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:41:42 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:41:42 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:41:42 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:41:42 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:41:42 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:41:42 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:41:42 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:41:42 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:41:42 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:41:42 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:41:42 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:41:42 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:41:42 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:41:42 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:41:52 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.2ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (0.9ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (5.3ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (4.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (22.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 79ms (Views: 71.7ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:41:52 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:41:52 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:41:52 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:41:52 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:41:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:41:53 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:41:53 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:41:53 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:41:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:41:53 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:41:53 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:41:53 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:41:53 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:41:53 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:42:00 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.8ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.2ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (9.3ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (1.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (6.4ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (5.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (49.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 99ms (Views: 92.4ms | ActiveRecord: 1.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:42:01 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:42:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:42:01 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:42:01 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:42:01 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:42:01 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:42:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:42:01 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:42:01 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:42:01 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:42:01 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:42:01 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:42:01 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:42:01 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:42:05 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.7ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (1.4ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (1.2ms) CACHE (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (4.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (17.1ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (8.3ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (51.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 96ms (Views: 85.9ms | ActiveRecord: 3.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:42:05 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:42:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:42:05 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:42:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:42:05 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:42:05 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:42:05 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:42:05 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:42:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:42:05 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:42:05 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:42:05 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:42:05 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:42:05 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:42:09 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.5ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.1ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (2.9ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (1.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (10.4ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (3.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (32.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 73ms (Views: 70.3ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:42:09 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:42:09 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:42:09 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:42:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:42:09 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:42:09 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:42:09 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:42:09 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:42:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:42:09 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:42:09 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:42:09 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:42:09 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:42:09 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:42:14 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.3ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (0.8ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.1ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (2.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (15.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 52.8ms | ActiveRecord: 0.8ms) Started GET "/guts/trackers" for ::1 at 2016-02-15 12:42:20 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.8ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.1ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.1ms) Guts::Type Load (1.5ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (10.7ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.7ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (8.1ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (2.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (48.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 96ms (Views: 83.6ms | ActiveRecord: 2.9ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:42:20 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:42:20 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:42:20 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:42:20 -0330 Started GET "/assets/guts/application.self-d7489d58ba5f42bb6669f01a710973f9ba468a1a8332b939d9adc05c4bd8c65f.css?body=1" for ::1 at 2016-02-15 12:42:20 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:42:20 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:42:20 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:42:20 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:42:20 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:42:20 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:42:20 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:42:20 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:42:20 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:42:20 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:43:13 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.5ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.2ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.1ms) Guts::Type Load (0.7ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (7.6ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (4.0ms) Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (8.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (32.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 169ms (Views: 158.6ms | ActiveRecord: 2.2ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:43:13 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:43:13 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:43:13 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:43:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:43:13 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:43:13 -0330 Started GET "/assets/guts/application.self-197c1b0ebcb03f89f482496c2eb9175c8496e798a12a79ae2bcd8fd36d261869.css?body=1" for ::1 at 2016-02-15 12:43:13 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:43:13 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:43:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:43:13 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:43:13 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:43:13 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:43:13 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:43:13 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:43:25 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.6ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (1.1ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (1.3ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.7ms) Guts::Category Load (0.4ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (12.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (31.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 87ms (Views: 80.9ms | ActiveRecord: 2.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:43:25 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:43:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:43:25 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:43:25 -0330 Started GET "/assets/guts/application.self-197c1b0ebcb03f89f482496c2eb9175c8496e798a12a79ae2bcd8fd36d261869.css?body=1" for ::1 at 2016-02-15 12:43:25 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:43:25 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:43:25 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:43:25 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:43:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:43:25 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:43:25 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:43:25 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:43:25 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:43:25 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:43:36 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (12.6ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (1.2ms) CACHE (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (10.1ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (3.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (58.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 190ms (Views: 172.7ms | ActiveRecord: 13.2ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:43:36 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:43:36 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:43:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:43:36 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:43:36 -0330 Started GET "/assets/guts/application.self-7875030bb251d6d946766d35eabef636fe4ae66d873c3ebf4fe2224b5ea90c6f.css?body=1" for ::1 at 2016-02-15 12:43:36 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:43:36 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:43:36 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:43:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:43:36 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:43:36 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:43:36 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:43:37 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:43:37 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:43:54 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.2ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (0.9ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (3.8ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (2.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (18.0ms) Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 141ms (Views: 137.1ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:43:54 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:43:54 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:43:54 -0330 Started GET "/assets/guts/application.self-47116935b688b6ccd924b8047691395988918e8daad8ac9ab069af015da99d0f.css?body=1" for ::1 at 2016-02-15 12:43:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:43:54 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:43:54 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:43:54 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:43:54 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:43:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:43:54 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:43:54 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:43:54 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:43:54 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:43:54 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:44:05 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (1.8ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.4ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.6ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (1.1ms) Guts::Type Load (1.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (4.4ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (4.6ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (2.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (42.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 189ms (Views: 173.7ms | ActiveRecord: 4.1ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:44:06 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:44:06 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:44:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:44:06 -0330 Started GET "/assets/guts/application.self-d7e148a27f61bbbe67bc5747399d348d3a70086e5cb51594312aca53885a3b8f.css?body=1" for ::1 at 2016-02-15 12:44:06 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:44:06 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:44:06 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:44:06 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:44:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:44:06 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:44:06 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:44:06 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:44:06 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:44:06 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:44:49 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.1ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (0.7ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.4ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (4.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (15.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 131ms (Views: 128.1ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:44:49 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:44:49 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:44:49 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:44:49 -0330 Started GET "/assets/guts/application.self-c2c6434396ba0d7cc47252b1bfe5dea04293a6882bc750856edff49ce9a98434.css?body=1" for ::1 at 2016-02-15 12:44:49 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:44:49 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:44:49 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:44:49 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:44:49 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:44:49 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:44:49 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2016-02-15 12:44:49 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:44:49 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:44:49 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:44:49 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:44:57 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (53.7ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (1.0ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.5ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (5.7ms) Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (5.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (91.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 148ms (Views: 91.3ms | ActiveRecord: 54.5ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:44:57 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:44:57 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:44:57 -0330 Started GET "/assets/guts/application.self-c2c6434396ba0d7cc47252b1bfe5dea04293a6882bc750856edff49ce9a98434.css?body=1" for ::1 at 2016-02-15 12:44:57 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:44:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:44:57 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:44:57 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:44:57 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:44:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:44:57 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:44:57 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:44:57 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:44:57 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:44:57 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:45:01 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.3ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (1.4ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (7.8ms) Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (3.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (46.2ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 134ms (Views: 113.8ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:45:01 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:45:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:45:01 -0330 Started GET "/assets/guts/application.self-c2c6434396ba0d7cc47252b1bfe5dea04293a6882bc750856edff49ce9a98434.css?body=1" for ::1 at 2016-02-15 12:45:01 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:45:01 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:45:01 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:45:01 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:45:01 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:45:01 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:45:01 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:45:01 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:45:01 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:45:01 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:45:01 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:45:04 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (4.1ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.1ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (5.8ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.4ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (9.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (47.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 91ms (Views: 83.6ms | ActiveRecord: 5.1ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:45:04 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:45:04 -0330 Started GET "/assets/guts/application.self-c2c6434396ba0d7cc47252b1bfe5dea04293a6882bc750856edff49ce9a98434.css?body=1" for ::1 at 2016-02-15 12:45:05 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:45:05 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:45:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:45:05 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:45:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:45:05 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:45:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:45:05 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:45:05 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:45:05 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:45:05 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:45:05 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:45:09 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.8ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.6ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.4ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.3ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (3.4ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (3.1ms) Guts::Category Load (0.3ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (9.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (31.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 101ms (Views: 86.7ms | ActiveRecord: 2.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:45:09 -0330 Started GET "/assets/guts/application.self-c2c6434396ba0d7cc47252b1bfe5dea04293a6882bc750856edff49ce9a98434.css?body=1" for ::1 at 2016-02-15 12:45:09 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:45:09 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:45:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:45:09 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:45:09 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:45:09 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:45:09 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:45:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:45:09 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:45:09 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:45:09 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:45:09 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:45:09 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:45:42 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.6ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (1.1ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.1ms) Guts::Type Load (0.9ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (8.3ms) CACHE (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (6.9ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (4.4ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (49.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 124ms (Views: 99.3ms | ActiveRecord: 3.1ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:45:42 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:45:42 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:45:42 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:45:42 -0330 Started GET "/assets/guts/application.self-c2c6434396ba0d7cc47252b1bfe5dea04293a6882bc750856edff49ce9a98434.css?body=1" for ::1 at 2016-02-15 12:45:43 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:45:43 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:45:43 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:45:43 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:45:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:45:43 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:45:43 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:45:43 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:45:43 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:45:43 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:46:26 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.5ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (1.0ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.9ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (3.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (22.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 164ms (Views: 152.7ms | ActiveRecord: 1.5ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:46:26 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:46:26 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:46:26 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:46:26 -0330 Started GET "/assets/guts/application.self-a307a88affe68d9c5f104e9a15fe603810d0cd88d794f5d0fa35dd7b81677e38.css?body=1" for ::1 at 2016-02-15 12:46:26 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:46:26 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:46:27 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:46:27 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:46:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:46:27 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:46:27 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:46:27 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:46:27 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:46:27 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:46:33 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.3ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (1.3ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.4ms) Guts::Category Load (0.4ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (7.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (29.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 150ms (Views: 146.6ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:46:33 -0330 Started GET "/assets/guts/application.self-26f8b14c720e0ceb666f20fa5f4c08ecc5ff5e52e420558e4ab3756682dcd05f.css?body=1" for ::1 at 2016-02-15 12:46:33 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:46:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:46:33 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:46:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:46:33 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:46:33 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:46:33 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:46:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:46:33 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:46:33 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:46:33 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:46:33 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:46:33 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:46:42 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.2ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (1.0ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.7ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (4.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (17.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 152ms (Views: 149.1ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:46:42 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:46:42 -0330 Started GET "/assets/guts/application.self-68e55f4867e6680c56baed0d16f921c966d10b84cdc7f6a4e54e157db1906e21.css?body=1" for ::1 at 2016-02-15 12:46:42 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:46:42 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:46:42 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:46:42 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:46:42 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:46:42 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:46:42 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:46:42 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:46:42 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:46:42 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:46:42 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:46:42 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:46:48 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.8ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.3ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (1.1ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (3.8ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (9.0ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (2.9ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (34.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 73ms (Views: 66.4ms | ActiveRecord: 2.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:46:48 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:46:48 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:46:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:46:48 -0330 Started GET "/assets/guts/application.self-26f8b14c720e0ceb666f20fa5f4c08ecc5ff5e52e420558e4ab3756682dcd05f.css?body=1" for ::1 at 2016-02-15 12:46:48 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:46:48 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:46:48 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:46:48 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:46:48 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:46:48 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:46:48 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:46:48 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:46:48 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:46:48 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:48:07 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (0.7ms) Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.2ms) SyntaxError (/Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb:10: syntax error, unexpected ')', expecting ':' ...pend=( index % 2 == 0 ? 'odd' );@output_buffer.safe_append='... ... ^ /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb:17: syntax error, unexpected keyword_end, expecting ')' '.freeze; end ^ /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb:19: syntax error, unexpected keyword_ensure, expecting ')' /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb:21: syntax error, unexpected keyword_end, expecting ')'): /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb:10: syntax error, unexpected ')', expecting ':' ...pend=( index % 2 == 0 ? 'odd' );@output_buffer.safe_append='... ... ^ /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb:17: syntax error, unexpected keyword_end, expecting ')' '.freeze; end ^ /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb:19: syntax error, unexpected keyword_ensure, expecting ')' /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb:21: syntax error, unexpected keyword_end, expecting ')' actionview (4.2.5.1) lib/action_view/template.rb:296:in `module_eval' actionview (4.2.5.1) lib/action_view/template.rb:296:in `compile' actionview (4.2.5.1) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.5.1) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.5.1) lib/action_view/template.rb:232:in `compile!' actionview (4.2.5.1) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:143:in `render' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5.1) 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.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (46.8ms) Started GET "/guts/trackers" for ::1 at 2016-02-15 12:48:22 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (1.5ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (3.8ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.8ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (2.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (43.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 95ms (Views: 86.7ms | ActiveRecord: 2.2ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:48:22 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:48:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:48:22 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:48:22 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:48:22 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:48:22 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:48:22 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:48:22 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:48:22 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:48:22 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:48:22 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:48:22 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:48:22 -0330 Started GET "/assets/guts/application.self-26f8b14c720e0ceb666f20fa5f4c08ecc5ff5e52e420558e4ab3756682dcd05f.css?body=1" for ::1 at 2016-02-15 12:48:22 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-15 12:48:40 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (1.7ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.6ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_type_create.html.erb (0.8ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.5ms) Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/actions/_category_update.html.erb (5.6ms) Rendered /Users/tyler/Development/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (22.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 176ms (Views: 167.2ms | ActiveRecord: 2.8ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-15 12:48:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-15 12:48:40 -0330 Started GET "/assets/guts/application.self-4683b430bb12784fff11c29cc5b78b6cabac3b345fe24744dc243780a0667edd.css?body=1" for ::1 at 2016-02-15 12:48:40 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-15 12:48:40 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-15 12:48:40 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-15 12:48:40 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-15 12:48:40 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-15 12:48:40 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-15 12:48:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-15 12:48:40 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-15 12:48:40 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-15 12:48:40 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-15 12:48:40 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-15 12:48:40 -0330 Started GET "/" for ::1 at 2016-02-23 13:53:50 -0330 Processing by Rails::WelcomeController#index as HTML Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/railties-4.2.5.1/lib/rails/templates/rails/welcome/index.html.erb (1.9ms) Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.0ms) Started GET "/admin" for ::1 at 2016-02-23 13:53:53 -0330 ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (9.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (11.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (176.9ms) Started GET "/guts" for ::1 at 2016-02-23 13:53:56 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (1.8ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Redirected to http://localhost:3000/guts/session/login Filter chain halted as :firewall rendered or redirected Completed 302 Found in 68ms (ActiveRecord: 1.9ms) Started GET "/guts/session/login" for ::1 at 2016-02-23 13:53:56 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (18.8ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 912ms (Views: 911.9ms | ActiveRecord: 0.2ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-23 13:53:57 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-23 13:53:57 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-23 13:53:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-23 13:53:57 -0330 Started GET "/assets/guts/application.self-4683b430bb12784fff11c29cc5b78b6cabac3b345fe24744dc243780a0667edd.css?body=1" for ::1 at 2016-02-23 13:53:57 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-23 13:53:57 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-23 13:53:57 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-23 13:53:57 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-23 13:53:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-23 13:53:58 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-23 13:53:58 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-23 13:53:58 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-23 13:53:58 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-23 13:53:58 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2016-02-23 13:53:58 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-23 13:53:58 -0330 Started GET "/guts/session/forgot" for ::1 at 2016-02-23 13:54:02 -0330 Processing by Guts::SessionsController#forgot as HTML Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/sessions/forgot.html.erb within layouts/guts/application (3.6ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 50ms (Views: 49.9ms | ActiveRecord: 0.2ms) Started POST "/guts/session/forgot_token" for ::1 at 2016-02-23 13:54:04 -0330 Processing by Guts::SessionsController#forgot_token as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"WfsPcaColo5qvHs3rpMf3T0i31hPvWhxIHF5gednUtALFqKTvBnEIS7A91mswnDWvYK2mglWn3KKMCSoleKSGQ==", "commit"=>"Submit", "session"=>{"email"=>"tyler.n.king@outlook.com"}} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]]  (0.1ms) begin transaction Guts::User Exists (0.5ms) SELECT 1 AS one FROM "guts_users" WHERE (LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') AND "guts_users"."id" != 1) LIMIT 1 SQL (1.7ms) UPDATE "guts_users" SET "password_token" = ?, "updated_at" = ? WHERE "guts_users"."id" = ? [["password_token", "85e62802"], ["updated_at", "2016-02-23 17:24:04.792021"], ["id", 1]] SQL (0.3ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::User"], ["params", "{}"], ["created_at", "2016-02-23 17:24:04.819993"], ["updated_at", "2016-02-23 17:24:04.819993"]]  (0.9ms) commit transaction Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/user_mailer/password_reset.html.erb within layouts/guts/mailer (4.3ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/user_mailer/password_reset.text.erb within layouts/guts/mailer (4.3ms) Guts::UserMailer#password_reset: processed outbound mail in 212.9ms Sent mail to tyler.n.king@outlook.com (11.0ms) Date: Tue, 23 Feb 2016 13:54:05 -0330 From: from@example.com To: tyler.n.king@outlook.com Message-ID: <56cc95b5e984_3d1c3fc66426590c929b@Tylers-MacBook-Pro.local.mail> Subject: Reset Password Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_56cc95b5cba0_3d1c3fc66426590c92825"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_56cc95b5cba0_3d1c3fc66426590c92825 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi, Tyler N King You are receiving this email because you've requested a new password. Please click http://localhost:3000/guts/session/reset_password/85e62802 to reset your password. We will automatically generate you a secure password for future use. ----==_mimepart_56cc95b5cba0_3d1c3fc66426590c92825 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

    Hi, Tyler N King

    You are receiving this email because you've requested a new password.

    Please click here to reset your password. We will automatically generate you a secure password for future use.

    ----==_mimepart_56cc95b5cba0_3d1c3fc66426590c92825-- Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 302ms (ActiveRecord: 3.9ms) Started GET "/guts/session/login" for ::1 at 2016-02-23 13:54:05 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (2.8ms) Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 37ms (Views: 36.5ms | ActiveRecord: 0.3ms) Started GET "/guts/session/reset_password/85e62802" for ::1 at 2016-02-23 13:54:15 -0330 Processing by Guts::SessionsController#reset_password as HTML Parameters: {"token"=>"85e62802"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."password_token" = ? LIMIT 1 [["password_token", "85e62802"]]  (0.1ms) begin transaction Guts::User Exists (0.2ms) SELECT 1 AS one FROM "guts_users" WHERE (LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') AND "guts_users"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "guts_users" SET "password_token" = ?, "password_digest" = ?, "updated_at" = ? WHERE "guts_users"."id" = ? [["password_token", nil], ["password_digest", "$2a$10$LUL7jaNChCo8u8B5YirOjOwSY8bJ0UoTJLwTMo.z7cPbUa6YLveq."], ["updated_at", "2016-02-23 17:24:16.022951"], ["id", 1]] SQL (0.2ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::User"], ["params", "{}"], ["created_at", "2016-02-23 17:24:16.025387"], ["updated_at", "2016-02-23 17:24:16.025387"]]  (1.4ms) commit transaction Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 86ms (ActiveRecord: 2.2ms) Started GET "/guts/session/login" for ::1 at 2016-02-23 13:54:16 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.3ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.2ms) Started POST "/guts/session/login" for ::1 at 2016-02-23 13:54:20 -0330 Processing by Guts::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"7MJHVdG3cSODrM2ZQ7MpbhOtucZ23LVuKIsg1fIar+O+L+q3zQYjjMfQQfdB4kZlkw3QBDA3Qm2Cyn38gJ9vKg==", "commit"=>"Login", "session"=>{"email"=>"tyler.n.king@outlook.com", "password"=>"[FILTERED]"}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]] Redirected to http://localhost:3000/guts/users Completed 302 Found in 79ms (ActiveRecord: 0.1ms) Started GET "/guts/users" for ::1 at 2016-02-23 13:54:20 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/users/index.html.erb within layouts/guts/application (6.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 114ms (Views: 65.1ms | ActiveRecord: 1.7ms) Started GET "/guts/types" for ::1 at 2016-02-23 13:54:31 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.5ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/types/index.html.erb within layouts/guts/application (18.5ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 55.6ms | ActiveRecord: 1.3ms) Started GET "/guts/types/page/edit" for ::1 at 2016-02-23 13:55:01 -0330 Processing by Guts::TypesController#edit as HTML Parameters: {"id"=>"page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.7ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Type"]]  (0.6ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Type"]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/types/_form.html.erb (26.1ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (32.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 77ms (Views: 70.4ms | ActiveRecord: 2.8ms) Started PATCH "/guts/types/page" for ::1 at 2016-02-23 13:55:05 -0330 Processing by Guts::TypesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"H1FYA3pJ7WvvtROPPfTml+qOGjeitKSaet/mjHoOOPdNvPXhZvi/xKvJn+E/pYmcai5z9eRfU5nQnrulCIv4Pg==", "commit"=>"Save", "type"=>{"title"=>"Page", "slug"=>"page"}, "id"=>"page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::Type"], ["params", "{}"], ["created_at", "2016-02-23 17:25:05.687194"], ["updated_at", "2016-02-23 17:25:05.687194"]]  (0.8ms) commit transaction Redirected to http://localhost:3000/guts/types Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Started GET "/guts/types" for ::1 at 2016-02-23 13:55:05 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.4ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/types/index.html.erb within layouts/guts/application (15.1ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 104ms (Views: 96.8ms | ActiveRecord: 1.4ms) Started GET "/guts/types/page/edit" for ::1 at 2016-02-23 13:55:07 -0330 Processing by Guts::TypesController#edit as HTML Parameters: {"id"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Type"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Type"]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/types/_form.html.erb (7.3ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (9.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 51.4ms | ActiveRecord: 0.9ms) Started GET "/guts/types/page/metafields" for ::1 at 2016-02-23 13:55:09 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Type", "type_id"=>"page"} Guts::User Load (0.6ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.5ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Type"]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (6.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 53.5ms | ActiveRecord: 1.5ms) Started GET "/guts/types/page/metafields/new" for ::1 at 2016-02-23 13:55:14 -0330 Processing by Guts::MetafieldsController#new as HTML Parameters: {"fieldable_type"=>"Guts::Type", "type_id"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/metafields/_form.html.erb (8.8ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/metafields/new.html.erb within layouts/guts/application (14.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 93ms (Views: 78.3ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-23 13:55:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-23 13:55:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-23 13:55:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-23 13:55:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-23 13:55:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-23 13:55:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-23 13:55:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-23 13:55:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-23 13:55:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-23 13:55:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-23 13:55:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-23 13:55:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-23 13:55:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-23 13:55:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-23 13:55:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-23 13:55:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-23 13:55:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-23 13:55:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-23 13:55:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-23 13:55:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-23 13:55:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-23 13:55:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-23 13:55:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-23 13:55:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-23 13:55:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-23 13:55:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-23 13:55:16 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-23 13:55:16 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-23 13:55:16 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-23 13:55:16 -0330 Started POST "/guts/types/page/metafields" for ::1 at 2016-02-23 13:55:23 -0330 Processing by Guts::MetafieldsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9aLGPkunqrEWKyOAwEB7VEuv8nan3UmMtGmAWSxVUWenT2vcVxb4HlJXr+7CERRfyw+btOE2vo8eKN1wXtCRrg==", "commit"=>"Save", "metafield"=>{"key"=>"Coolaide", "value"=>"

    Yup!

    ", "fieldable_id"=>"1", "fieldable_type"=>"Guts::Type"}, "fieldable_type"=>"Guts::Type", "type_id"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "guts_metafields" ("key", "value", "fieldable_id", "fieldable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["key", "Coolaide"], ["value", "

    Yup!

    "], ["fieldable_id", 1], ["fieldable_type", "Guts::Type"], ["created_at", "2016-02-23 17:25:23.513880"], ["updated_at", "2016-02-23 17:25:23.513880"]]  (1.6ms) commit transaction Redirected to http://localhost:3000/guts/types/page/metafields Completed 302 Found in 14ms (ActiveRecord: 3.2ms) Started GET "/guts/types/page/metafields" for ::1 at 2016-02-23 13:55:23 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Type", "type_id"=>"page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Type"]] Guts::Metafield Load (0.3ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Type"]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (19.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 97ms (Views: 90.8ms | ActiveRecord: 1.2ms) Started GET "/guts/types/page/metafields/4/edit" for ::1 at 2016-02-23 13:55:27 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Type", "type_id"=>"page", "id"=>"4"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/metafields/_form.html.erb (4.0ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (8.5ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 75ms (Views: 65.0ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-23 13:55:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-23 13:55:27 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-23 13:55:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-23 13:55:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-23 13:55:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-23 13:55:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-23 13:55:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-23 13:55:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-23 13:55:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-23 13:55:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-23 13:55:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-23 13:55:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-23 13:55:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-23 13:55:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-23 13:55:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-23 13:55:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-23 13:55:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-23 13:55:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-23 13:55:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-23 13:55:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-23 13:55:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-23 13:55:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-23 13:55:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-23 13:55:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-23 13:55:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-23 13:55:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-23 13:55:28 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-23 13:55:28 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-23 13:55:28 -0330 Started GET "/guts/categories" for ::1 at 2016-02-23 13:55:30 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (1.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.8ms) SELECT "guts_categories".* FROM "guts_categories"  (1.0ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (21.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 87ms (Views: 70.4ms | ActiveRecord: 4.0ms) Started GET "/guts/categories/demo-categodd/edit" for ::1 at 2016-02-23 13:55:32 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-categodd"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-categodd"]]  (0.5ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/categories/_form.html.erb (20.6ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (24.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 123ms (Views: 112.9ms | ActiveRecord: 1.5ms) Started PATCH "/guts/categories/demo-categodd" for ::1 at 2016-02-23 13:55:41 -0330 Processing by Guts::CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"OmWv0qTDqmvkFD5+lsTVUKjFGbFXmBKztQuMtCyAq/FoiAIwuHL4xKBoshCUlbpbKGVwcxFz5bAfStGdXgVrOA==", "commit"=>"Save", "category"=>{"title"=>"Demo Category", "slug"=>"demo-category"}, "id"=>"demo-categodd"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-categodd"]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "guts_categories" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "guts_categories"."id" = ? [["title", "Demo Category"], ["slug", "demo-category"], ["updated_at", "2016-02-23 17:25:41.748889"], ["id", 1]] SQL (0.2ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::Category"], ["params", "{\"title\":[\"Demo Categodd\",\"Demo Category\"],\"slug\":[\"demo-categodd\",\"demo-category\"]}"], ["created_at", "2016-02-23 17:25:41.752492"], ["updated_at", "2016-02-23 17:25:41.752492"]]  (1.4ms) commit transaction Redirected to http://localhost:3000/guts/categories Completed 302 Found in 14ms (ActiveRecord: 2.5ms) Started GET "/guts/categories" for ::1 at 2016-02-23 13:55:41 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories"  (0.2ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (4.4ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 66ms (Views: 62.1ms | ActiveRecord: 1.1ms) Started GET "/guts/navigations" for ::1 at 2016-02-23 13:55:43 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.5ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.6ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.4ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (1.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (3.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (52.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 127ms (Views: 103.6ms | ActiveRecord: 7.3ms) Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2016-02-23 13:55:47 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigation_items/_form.html.erb (13.0ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (15.8ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 136ms (Views: 78.1ms | ActiveRecord: 0.7ms) Started GET "/guts/navigation_items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2016-02-23 13:55:54 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 17ms (Views: 0.2ms | ActiveRecord: 0.6ms) Started POST "/guts/navigations/test-menu/items" for ::1 at 2016-02-23 13:55:56 -0330 Processing by Guts::NavigationItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"m2w9KitKUbitP+PYz2zH+2Dbvr+m44e57bhi4w4+oMLJgZDIN/sDF+lDb7bNPajw4HvXfeAIcLpH+T/KfLtgCw==", "commit"=>"Save", "navigation_item"=>{"title"=>"Test Link", "navigatable_type"=>"Guts::Content", "navigatable_id"=>"1", "custom"=>"", "navigation_id"=>"1"}, "navigation_id"=>"test-menu"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "guts_navigation_items" ("title", "custom", "navigation_id", "navigatable_type", "navigatable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "Test Link"], ["custom", ""], ["navigation_id", 1], ["navigatable_type", "Guts::Content"], ["navigatable_id", 1], ["created_at", "2016-02-23 17:25:56.784671"], ["updated_at", "2016-02-23 17:25:56.784671"]]  (1.0ms) commit transaction Redirected to http://localhost:3000/guts/navigations/test-menu/items Completed 302 Found in 24ms (ActiveRecord: 2.3ms) Started GET "/guts/navigations/test-menu/items" for ::1 at 2016-02-23 13:55:56 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.9ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" Guts::NavigationItem Load (0.6ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (37.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 92ms (Views: 74.9ms | ActiveRecord: 3.0ms) Started GET "/guts/navigations" for ::1 at 2016-02-23 13:55:59 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.3ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (19.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 57.5ms | ActiveRecord: 2.1ms) Started GET "/guts/media" for ::1 at 2016-02-23 13:56:03 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.5ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (26.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 74ms (Views: 70.2ms | ActiveRecord: 1.4ms) Started GET "/guts/media/5" for ::1 at 2016-02-23 13:56:13 -0330 Processing by Guts::MediaController#show as HTML Parameters: {"id"=>"5"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 5]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/show.html.erb within layouts/guts/application (4.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 48.1ms | ActiveRecord: 0.7ms) Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2016-02-23 13:56:14 -0330 Started GET "/guts/media" for ::1 at 2016-02-23 13:56:16 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.5ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (11.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 49.8ms | ActiveRecord: 1.4ms) Started GET "/guts/media/7" for ::1 at 2016-02-23 13:56:21 -0330 Processing by Guts::MediaController#show as HTML Parameters: {"id"=>"7"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 7]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/show.html.erb within layouts/guts/application (1.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 40.2ms | ActiveRecord: 0.9ms) Started GET "/guts/media" for ::1 at 2016-02-23 13:56:25 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.6ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (11.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 46.7ms | ActiveRecord: 1.4ms) Started GET "/guts/users" for ::1 at 2016-02-23 13:56:27 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/users/index.html.erb within layouts/guts/application (4.5ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 49.1ms | ActiveRecord: 1.0ms) Started GET "/guts/users/1/edit" for ::1 at 2016-02-23 13:56:30 -0330 Processing by Guts::UsersController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.4ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::User"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::User"]]  (0.2ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" CACHE (0.1ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/users/_form.html.erb (21.9ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/users/edit.html.erb within layouts/guts/application (25.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 79ms (Views: 71.2ms | ActiveRecord: 1.8ms) Started GET "/guts/groups" for ::1 at 2016-02-23 13:56:34 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.5ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups"  (0.2ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (11.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 59.0ms | ActiveRecord: 1.5ms) Started GET "/guts/groups/1/edit" for ::1 at 2016-02-23 13:56:37 -0330 Processing by Guts::GroupsController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.4ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Group"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Group"]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/groups/_form.html.erb (12.4ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/groups/edit.html.erb within layouts/guts/application (16.1ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 55.8ms | ActiveRecord: 1.9ms) Started GET "/guts/contents?type=page" for ::1 at 2016-02-23 13:56:39 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (4.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 48.0ms | ActiveRecord: 0.9ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-23 13:56:42 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (1.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.5ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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]] Guts::Category Load (0.5ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/Bitbucket/guts/app/views/guts/contents/_form.html.erb (30.7ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (34.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 79ms (Views: 68.5ms | ActiveRecord: 3.4ms) Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-23 13:56:43 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (11.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (187.8ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-23 13:56:43 -0330 Started GET "/guts/media?insert=1" for ::1 at 2016-02-23 13:56:49 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.5ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (8.1ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 78ms (Views: 71.7ms | ActiveRecord: 1.3ms) Started GET "/guts/media?insert=1" for ::1 at 2016-02-23 13:56:59 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (0.5ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (9.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 49.9ms | ActiveRecord: 1.4ms) Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-23 13:57:06 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (10.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (161.0ms) Started GET "/guts/contents?type=post" for ::1 at 2016-02-23 13:57:10 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"post"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "post"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 48.6ms | ActiveRecord: 0.7ms) Started GET "/guts/trackers" for ::1 at 2016-02-23 13:57:12 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.5ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (1.7ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_category_update.html.erb (6.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_type_update.html.erb (6.1ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_user_update.html.erb (5.1ms) CACHE (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_user_update.html.erb (4.8ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_type_create.html.erb (3.3ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_user_update.html.erb (4.6ms) CACHE (0.0ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_category_update.html.erb (2.9ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (60.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 114ms (Views: 107.5ms | ActiveRecord: 1.6ms) Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2016-02-23 13:57:12 -0330 Started GET "/guts/session/logout" for ::1 at 2016-02-23 13:57:22 -0330 Processing by Guts::SessionsController#destroy as HTML Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/guts/session/login" for ::1 at 2016-02-23 13:57:22 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (2.0ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 46ms (Views: 44.9ms | ActiveRecord: 0.2ms) Started GET "/guts/session/forgot" for ::1 at 2016-02-23 13:57:23 -0330 Processing by Guts::SessionsController#forgot as HTML Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/sessions/forgot.html.erb within layouts/guts/application (3.1ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 51ms (Views: 50.7ms | ActiveRecord: 0.2ms) Started POST "/guts/session/forgot_token" for ::1 at 2016-02-23 13:57:26 -0330 Processing by Guts::SessionsController#forgot_token as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"J3IKd/mh8WQhJdTskTXhqUxq8YqE9qqV+ZbvBDg8ScF1n6eV5RCjy2VZWIKTZI6izMqYSMIdXZZT17ItSrmJCA==", "commit"=>"Submit", "session"=>{"email"=>"tyler.n.king@outlook.com"}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]]  (0.4ms) begin transaction Guts::User Exists (0.2ms) SELECT 1 AS one FROM "guts_users" WHERE (LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') AND "guts_users"."id" != 1) LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "guts_users" WHERE (LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') AND "guts_users"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "guts_users" SET "password_token" = ?, "updated_at" = ? WHERE "guts_users"."id" = ? [["password_token", "1d95e506"], ["updated_at", "2016-02-23 17:27:26.819911"], ["id", 1]] SQL (0.2ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::User"], ["params", "{}"], ["created_at", "2016-02-23 17:27:26.823277"], ["updated_at", "2016-02-23 17:27:26.823277"]] SQL (0.1ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::User"], ["params", "{}"], ["created_at", "2016-02-23 17:27:26.825281"], ["updated_at", "2016-02-23 17:27:26.825281"]]  (0.7ms) commit transaction Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/user_mailer/password_reset.html.erb within layouts/guts/mailer (3.5ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/user_mailer/password_reset.text.erb within layouts/guts/mailer (2.6ms) Guts::UserMailer#password_reset: processed outbound mail in 36.7ms Sent mail to tyler.n.king@outlook.com (11.8ms) Date: Tue, 23 Feb 2016 13:57:26 -0330 From: from@example.com To: tyler.n.king@outlook.com Message-ID: <56cc967ed4958_3d1c3fc66426590c931a6@Tylers-MacBook-Pro.local.mail> Subject: Reset Password Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_56cc967ed2d3f_3d1c3fc66426590c930b0"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_56cc967ed2d3f_3d1c3fc66426590c930b0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi, Tyler N King You are receiving this email because you've requested a new password. Please click http://localhost:3000/guts/session/reset_password/1d95e506 to reset your password. We will automatically generate you a secure password for future use. ----==_mimepart_56cc967ed2d3f_3d1c3fc66426590c930b0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

    Hi, Tyler N King

    You are receiving this email because you've requested a new password.

    Please click here to reset your password. We will automatically generate you a secure password for future use.

    ----==_mimepart_56cc967ed2d3f_3d1c3fc66426590c930b0-- Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 65ms (ActiveRecord: 2.0ms) Started GET "/guts/session/login" for ::1 at 2016-02-23 13:57:26 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.4ms) Guts::User Load (1.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 60ms (Views: 57.9ms | ActiveRecord: 1.4ms) ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGutsOptions (20160224042507)  (0.1ms) begin transaction  (0.8ms) CREATE TABLE "guts_options" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar, "value" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160224042507"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_guts_groups_on_slug' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_groups_on_slug' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_guts_media_on_filable_type_and_filable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_media_on_filable_type_and_filable_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_guts_metafields_on_fieldable_type_and_fieldable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_metafields_on_fieldable_type_and_fieldable_id' AND type='index'  (0.1ms)  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'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index'  (0.1ms)  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'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_guts_trackers_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_trackers_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_guts_trackers_on_object_type_and_object_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_trackers_on_object_type_and_object_id' AND type='index'   (0.1ms) 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 "/" for ::1 at 2016-02-24 01:18:26 -0330 Processing by Rails::WelcomeController#index as HTML Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/railties-4.2.5.1/lib/rails/templates/rails/welcome/index.html.erb (3.2ms) Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms) Started GET "/guts" for ::1 at 2016-02-24 01:18:34 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (1.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Redirected to http://localhost:3000/guts/session/login Filter chain halted as :firewall rendered or redirected Completed 302 Found in 56ms (ActiveRecord: 1.5ms) Started GET "/guts/session/login" for ::1 at 2016-02-24 01:18:34 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (18.1ms) Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 573ms (Views: 572.5ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-24 01:18:35 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-24 01:18:35 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-24 01:18:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-24 01:18:35 -0330 Started GET "/assets/guts/application.self-4683b430bb12784fff11c29cc5b78b6cabac3b345fe24744dc243780a0667edd.css?body=1" for ::1 at 2016-02-24 01:18:35 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-24 01:18:35 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-24 01:18:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-24 01:18:35 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-24 01:18:35 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-24 01:18:35 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-24 01:18:35 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-24 01:18:35 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2016-02-24 01:18:35 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-24 01:18:35 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-24 01:18:35 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-24 01:18:35 -0330 Started GET "/guts/session/forgot" for ::1 at 2016-02-24 01:18:36 -0330 Processing by Guts::SessionsController#forgot as HTML Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/sessions/forgot.html.erb within layouts/guts/application (1.5ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 48ms (Views: 47.6ms | ActiveRecord: 0.2ms) Started POST "/guts/session/forgot_token" for ::1 at 2016-02-24 01:18:38 -0330 Processing by Guts::SessionsController#forgot_token as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"U7Zo90Q1SWCNfMKxfsirkyaUemclx9kQpPvckJi1oNgcXnB6cTn+vH1u2cpROXz8NPJtXeLccJgnoHIvlOna/w==", "commit"=>"Submit", "session"=>{"email"=>"tyler.n.king@outlook.com"}} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]]  (0.1ms) begin transaction Guts::User Exists (0.2ms) SELECT 1 AS one FROM "guts_users" WHERE (LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') AND "guts_users"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "guts_users" SET "password_token" = ?, "updated_at" = ? WHERE "guts_users"."id" = ? [["password_token", "9560bf1a"], ["updated_at", "2016-02-24 04:48:38.672313"], ["id", 1]] SQL (0.3ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::User"], ["params", "{}"], ["created_at", "2016-02-24 04:48:38.698402"], ["updated_at", "2016-02-24 04:48:38.698402"]]  (3.3ms) commit transaction Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/user_mailer/password_reset.html.erb within layouts/guts/mailer (4.6ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/user_mailer/password_reset.text.erb within layouts/guts/mailer (6.9ms) Guts::UserMailer#password_reset: processed outbound mail in 180.7ms Sent mail to tyler.n.king@outlook.com (5.6ms) Date: Wed, 24 Feb 2016 01:18:38 -0330 From: from@example.com To: tyler.n.king@outlook.com Message-ID: <56cd3626dd571_65223ff2eea3635094865@Tylers-MacBook-Pro.local.mail> Subject: Reset Password Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_56cd3626dc53b_65223ff2eea36350947c8"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_56cd3626dc53b_65223ff2eea36350947c8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi, Tyler N King You are receiving this email because you've requested a new password. Please click http://localhost:3000/guts/session/reset_password/9560bf1a to reset your password. We will automatically generate you a secure password for future use. ----==_mimepart_56cd3626dc53b_65223ff2eea36350947c8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

    Hi, Tyler N King

    You are receiving this email because you've requested a new password.

    Please click here to reset your password. We will automatically generate you a secure password for future use.

    ----==_mimepart_56cd3626dc53b_65223ff2eea36350947c8-- Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 260ms (ActiveRecord: 4.8ms) Started GET "/guts/session/login" for ::1 at 2016-02-24 01:18:38 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.3ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 45ms (Views: 44.4ms | ActiveRecord: 0.2ms) Started GET "/guts/session/reset_password/9560bf1a" for ::1 at 2016-02-24 01:18:47 -0330 Processing by Guts::SessionsController#reset_password as HTML Parameters: {"token"=>"9560bf1a"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."password_token" = ? LIMIT 1 [["password_token", "9560bf1a"]]  (0.1ms) begin transaction Guts::User Exists (0.2ms) SELECT 1 AS one FROM "guts_users" WHERE (LOWER("guts_users"."email") = LOWER('tyler.n.king@outlook.com') AND "guts_users"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "guts_users" SET "password_token" = ?, "password_digest" = ?, "updated_at" = ? WHERE "guts_users"."id" = ? [["password_token", nil], ["password_digest", "$2a$10$g7wEuY/8EBCT0kvpphX0T.Xw0ACb3SelFpDF1i8MnSm.vdyHxgeeu"], ["updated_at", "2016-02-24 04:48:47.956285"], ["id", 1]] SQL (0.1ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::User"], ["params", "{}"], ["created_at", "2016-02-24 04:48:47.958397"], ["updated_at", "2016-02-24 04:48:47.958397"]]  (1.4ms) commit transaction Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 92ms (ActiveRecord: 2.2ms) Started GET "/guts/session/login" for ::1 at 2016-02-24 01:18:47 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.3ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 40ms (Views: 39.4ms | ActiveRecord: 0.2ms) Started POST "/guts/session/login" for ::1 at 2016-02-24 01:18:52 -0330 Processing by Guts::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5ePdgZtecBXGrv7VA0aI//JDx71uaVIliHywiCaWGmmqC8UMrlLHyTa85a4st1+Q4CXQh6ly+60LJx43KspgTg==", "commit"=>"Login", "session"=>{"email"=>"tyler.n.king@outlook.com", "password"=>"[FILTERED]"}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]] Redirected to http://localhost:3000/guts/users Completed 302 Found in 87ms (ActiveRecord: 0.1ms) Started GET "/guts/users" for ::1 at 2016-02-24 01:18:52 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/users/index.html.erb within layouts/guts/application (8.4ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 159ms (Views: 94.9ms | ActiveRecord: 2.0ms) Started GET "/guts/options" for ::1 at 2016-02-24 01:19:01 -0330 Processing by Guts::OptionsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_options" Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/index.html.erb within layouts/guts/application (1.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 48.0ms | ActiveRecord: 0.6ms) Started GET "/guts/options/new" for ::1 at 2016-02-24 01:19:03 -0330 Processing by Guts::OptionsController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/_form.html.erb (4.9ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/new.html.erb within layouts/guts/application (8.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 46.1ms | ActiveRecord: 0.5ms) Started POST "/guts/options" for ::1 at 2016-02-24 01:19:17 -0330 Processing by Guts::OptionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"uFpkN4K4le+o9GQEZm45dhGnOUP2ScnD5T/ZrJYUJML3sny6t7QiM1jmf39Jn+4ZA8EueTFSYEtmZHcTmkhe5Q==", "commit"=>"Save", "option"=>{"key"=>"facebook_url", "value"=>"http://cool.com/"}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "guts_options" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "facebook_url"], ["value", "http://cool.com/"], ["created_at", "2016-02-24 04:49:17.077869"], ["updated_at", "2016-02-24 04:49:17.077869"]]  (0.8ms) commit transaction Redirected to http://localhost:3000/guts/options Completed 302 Found in 7ms (ActiveRecord: 1.4ms) Started GET "/guts/options" for ::1 at 2016-02-24 01:19:17 -0330 Processing by Guts::OptionsController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_options" Guts::Option Load (0.2ms) SELECT "guts_options".* FROM "guts_options" Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/index.html.erb within layouts/guts/application (2.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 64ms (Views: 60.0ms | ActiveRecord: 0.7ms) Started GET "/guts/options/1/edit" for ::1 at 2016-02-24 01:19:19 -0330 Processing by Guts::OptionsController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Option Load (0.2ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/_form.html.erb (1.6ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/edit.html.erb within layouts/guts/application (3.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 71ms (Views: 67.8ms | ActiveRecord: 0.5ms) Started PATCH "/guts/options/1" for ::1 at 2016-02-24 01:19:26 -0330 Processing by Guts::OptionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"0yu/0d43fdazf6ZswQqjidFkpUKaxRrzquubZqLHvy+cw6dc6zvKCkNtvRfu+3TmwwKyeF3es3spsDXZrpvFCA==", "commit"=>"Save", "option"=>{"key"=>"facebook_url", "value"=>"http://cool.com"}, "id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Option Load (0.1ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "guts_options" SET "value" = ?, "updated_at" = ? WHERE "guts_options"."id" = ? [["value", "http://cool.com"], ["updated_at", "2016-02-24 04:49:26.246705"], ["id", 1]]  (1.1ms) commit transaction Redirected to http://localhost:3000/guts/options Completed 302 Found in 8ms (ActiveRecord: 1.9ms) Started GET "/guts/options" for ::1 at 2016-02-24 01:19:26 -0330 Processing by Guts::OptionsController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.5ms) SELECT COUNT(*) FROM "guts_options" Guts::Option Load (0.2ms) SELECT "guts_options".* FROM "guts_options" Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/index.html.erb within layouts/guts/application (7.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 86ms (Views: 82.5ms | ActiveRecord: 1.1ms) Started GET "/guts/options" for ::1 at 2016-02-24 01:22:50 -0330 Processing by Guts::OptionsController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_options" Guts::Option Load (0.1ms) SELECT "guts_options".* FROM "guts_options" Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/index.html.erb within layouts/guts/application (8.1ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 99ms (Views: 58.3ms | ActiveRecord: 2.8ms) Started GET "/rails/info/routes" for 127.0.0.1 at 2016-02-24 17:22:51 -0330 Processing by Rails::InfoController#routes as HTML Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (12.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (31.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/railties-4.2.5.1/lib/rails/templates/rails/info/routes.html.erb within layouts/application (103.7ms) Completed 200 OK in 127ms (Views: 126.2ms | ActiveRecord: 0.0ms) Started GET "/" for ::1 at 2016-02-24 17:22:52 -0330 Processing by Rails::WelcomeController#index as HTML Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/railties-4.2.5.1/lib/rails/templates/rails/welcome/index.html.erb (0.8ms) Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms) Started GET "/guts" for ::1 at 2016-02-24 17:22:55 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.6ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.7ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/users/index.html.erb within layouts/guts/application (11.6ms) Guts::Type Load (0.7ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 989ms (Views: 841.9ms | ActiveRecord: 6.1ms) Started GET "/guts/options" for ::1 at 2016-02-24 17:22:59 -0330 Processing by Guts::OptionsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "guts_options" Guts::Option Load (0.2ms) SELECT "guts_options".* FROM "guts_options" Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/index.html.erb within layouts/guts/application (10.1ms) Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 69ms (Views: 59.2ms | ActiveRecord: 1.6ms) Started GET "/guts/trackers" for ::1 at 2016-02-24 17:23:00 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.7ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.6ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_user_update.html.erb (10.2ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.5ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_user_update.html.erb (4.3ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_user_update.html.erb (3.5ms) Guts::Category Load (1.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_category_update.html.erb (18.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_type_update.html.erb (5.2ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.0ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.3ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_user_update.html.erb (3.0ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_type_create.html.erb (1.4ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.6ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_user_update.html.erb (4.0ms) CACHE (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_category_update.html.erb (3.6ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (103.1ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 161ms (Views: 145.9ms | ActiveRecord: 3.9ms) Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2016-02-24 17:23:01 -0330 Started GET "/guts/options" for ::1 at 2016-02-24 17:23:08 -0330 Processing by Guts::OptionsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_options" Guts::Option Load (0.3ms) SELECT "guts_options".* FROM "guts_options" Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/index.html.erb within layouts/guts/application (2.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 39ms (Views: 35.8ms | ActiveRecord: 0.9ms) Started GET "/guts/options/new" for ::1 at 2016-02-24 17:23:10 -0330 Processing by Guts::OptionsController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/_form.html.erb (24.8ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/new.html.erb within layouts/guts/application (28.6ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 83ms (Views: 79.3ms | ActiveRecord: 0.7ms) Started GET "/guts/options" for ::1 at 2016-02-24 17:23:11 -0330 Processing by Guts::OptionsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_options" Guts::Option Load (1.0ms) SELECT "guts_options".* FROM "guts_options" Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/index.html.erb within layouts/guts/application (5.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 47.6ms | ActiveRecord: 1.6ms) Started GET "/guts/options/1/edit" for ::1 at 2016-02-24 17:23:12 -0330 Processing by Guts::OptionsController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Option Load (0.1ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/_form.html.erb (2.6ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/edit.html.erb within layouts/guts/application (6.1ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 52.3ms | ActiveRecord: 0.6ms) Started PATCH "/guts/options/1" for ::1 at 2016-02-24 17:23:26 -0330 Processing by Guts::OptionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"048OhBTFfCkI4vTYzzZ0AJ1w/ztepjvE6x60kk8560icZxYJIcnL9fjw76Pgx6NvjxboAZm9kkxoRRotQ2WRbw==", "commit"=>"Save", "option"=>{"key"=>"facebook_url", "value"=>"http://cool.com/"}, "id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Option Load (0.1ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "guts_options" SET "key" = ?, "value" = ?, "updated_at" = ? WHERE "guts_options"."id" = ? [["key", "facebookurl"], ["value", "http://cool.com/"], ["updated_at", "2016-02-24 20:53:26.653983"], ["id", 1]] SQL (1.8ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::Option"], ["params", "{\"value\":[\"http://cool.com\",\"http://cool.com/\"]}"], ["created_at", "2016-02-24 20:53:26.656786"], ["updated_at", "2016-02-24 20:53:26.656786"]]  (0.8ms) commit transaction Redirected to http://localhost:3000/guts/options Completed 302 Found in 13ms (ActiveRecord: 3.4ms) Started GET "/guts/options" for ::1 at 2016-02-24 17:23:26 -0330 Processing by Guts::OptionsController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.4ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_options" Guts::Option Load (0.1ms) SELECT "guts_options".* FROM "guts_options" Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/index.html.erb within layouts/guts/application (2.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 59.5ms | ActiveRecord: 1.0ms) Started GET "/guts/options/1/edit" for ::1 at 2016-02-24 17:25:33 -0330 Processing by Guts::OptionsController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Option Load (0.1ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/_form.html.erb (25.1ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/edit.html.erb within layouts/guts/application (31.3ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 758ms (Views: 643.0ms | ActiveRecord: 3.2ms) Started PATCH "/guts/options/1" for ::1 at 2016-02-24 17:26:09 -0330 Processing by Guts::OptionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"hU5qLm8Gg4ZUPB+pJURHjFid9GK1LTcSFKmRp86r1P3KpnKjWgo0WqQuBNIKtZDjSvvjWHI2npqX8j8Ywveu2g==", "commit"=>"Save", "option"=>{"key"=>"facebook_url", "value"=>"http://cool.com/"}, "id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Option Load (0.1ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "guts_options" SET "key" = ?, "updated_at" = ? WHERE "guts_options"."id" = ? [["key", "facebook_url"], ["updated_at", "2016-02-24 20:56:09.961693"], ["id", 1]] SQL (0.3ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::Option"], ["params", "{}"], ["created_at", "2016-02-24 20:56:09.979217"], ["updated_at", "2016-02-24 20:56:09.979217"]]  (0.6ms) commit transaction Redirected to http://localhost:3000/guts/options Completed 302 Found in 25ms (ActiveRecord: 1.8ms) Started GET "/guts/options" for ::1 at 2016-02-24 17:26:09 -0330 Processing by Guts::OptionsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_options" Guts::Option Load (0.1ms) SELECT "guts_options".* FROM "guts_options" Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/index.html.erb within layouts/guts/application (3.6ms) Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 39.3ms | ActiveRecord: 1.1ms) Started GET "/guts/options/1/edit" for ::1 at 2016-02-24 17:26:12 -0330 Processing by Guts::OptionsController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Option Load (0.1ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/_form.html.erb (1.4ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/edit.html.erb within layouts/guts/application (2.9ms) Guts::Type Load (1.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 48.3ms | ActiveRecord: 1.4ms) Started PATCH "/guts/options/1" for ::1 at 2016-02-24 17:26:18 -0330 Processing by Guts::OptionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"eI4Nk250kVYiEFlOUU293hyTzG0QwqjwmK7DbtLLK+E3ZhUeW3gmitICQjV+vGqxDvXbV9fZAXgb9W3R3pdRxg==", "commit"=>"Save", "option"=>{"key"=>"facebook_url", "value"=>"http://yu.com/"}, "id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Option Load (0.1ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "guts_options" SET "value" = ?, "updated_at" = ? WHERE "guts_options"."id" = ? [["value", "http://yu.com/"], ["updated_at", "2016-02-24 20:56:18.618070"], ["id", 1]] SQL (0.2ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::Option"], ["params", "{\"value\":[\"http://cool.com/\",\"http://yu.com/\"]}"], ["created_at", "2016-02-24 20:56:18.620150"], ["updated_at", "2016-02-24 20:56:18.620150"]]  (0.6ms) commit transaction Redirected to http://localhost:3000/guts/options Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/guts/options" for ::1 at 2016-02-24 17:26:18 -0330 Processing by Guts::OptionsController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "guts_options" Guts::Option Load (0.2ms) SELECT "guts_options".* FROM "guts_options" Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/index.html.erb within layouts/guts/application (3.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 53.5ms | ActiveRecord: 1.1ms) Started GET "/guts/trackers" for ::1 at 2016-02-24 17:26:20 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.3ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Option Load (0.1ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_option_update.html.erb (10.1ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (23.4ms) Completed 500 Internal Server Error in 33ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined method `title' for #): 1: <% if track.object.nil? %> 2: Option that no longer exists (#<%= track.object_id.to_s %>), was updated 3: <% else %> 4: Option <%= track.object.title %> was updated 5: <%= render partial: "guts/trackers/actions/params", locals: {track: track} %> 6: <% end %> activemodel (4.2.5.1) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_option_update.html.erb:4:in `___sers_tyler__evelopment__itbucket_guts_app_views_guts_trackers_actions__option_update_html_erb__3809641808735537877_70116150367460' actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:143:in `render' actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.2.5.1) lib/action_view/helpers/rendering_helper.rb:32:in `render' /Users/tyler/Development/Bitbucket/guts/app/helpers/guts/trackers_helper.rb:11:in `render_track' /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/index.html.erb:14:in `block in ___sers_tyler__evelopment__itbucket_guts_app_views_guts_trackers_index_html_erb__3418269455978390454_70116150399960' activerecord (4.2.5.1) lib/active_record/relation/delegation.rb:132:in `each' activerecord (4.2.5.1) lib/active_record/relation/delegation.rb:132:in `each_with_index' activerecord (4.2.5.1) lib/active_record/relation/delegation.rb:132:in `public_send' activerecord (4.2.5.1) lib/active_record/relation/delegation.rb:132:in `method_missing' activerecord (4.2.5.1) lib/active_record/relation/delegation.rb:99:in `method_missing' /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/index.html.erb:8:in `___sers_tyler__evelopment__itbucket_guts_app_views_guts_trackers_index_html_erb__3418269455978390454_70116150399960' actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:143:in `render' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5.1) 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.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (50.5ms) Started GET "/guts/trackers" for ::1 at 2016-02-24 17:26:56 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.3ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Option Load (0.1ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.6ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_option_update.html.erb (4.0ms) CACHE (0.0ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_option_update.html.erb (2.4ms) CACHE (0.0ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_option_update.html.erb (4.7ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_user_update.html.erb (4.6ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_user_update.html.erb (13.2ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.5ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.7ms) Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.5ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_category_update.html.erb (17.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_type_update.html.erb (3.5ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.5ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.6ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_type_create.html.erb (1.4ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.4ms) CACHE (0.0ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/actions/_category_update.html.erb (2.4ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (105.3ms) Guts::Type Load (0.8ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 144ms (Views: 139.9ms | ActiveRecord: 2.1ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-24 17:26:56 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-24 17:26:56 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-24 17:26:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-24 17:26:56 -0330 Started GET "/assets/guts/application.self-4683b430bb12784fff11c29cc5b78b6cabac3b345fe24744dc243780a0667edd.css?body=1" for ::1 at 2016-02-24 17:26:56 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-24 17:26:56 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-24 17:26:56 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-24 17:26:56 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-24 17:26:56 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-24 17:26:56 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-24 17:26:56 -0330 Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2016-02-24 17:26:56 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-24 17:26:56 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-24 17:26:56 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-24 17:26:56 -0330 Started GET "/guts/media" for ::1 at 2016-02-24 17:42:21 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.5ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.5ms) SELECT "guts_media".* FROM "guts_media" Guts::Content Load (4.7ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (81.1ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 169ms (Views: 142.3ms | ActiveRecord: 7.5ms) Started GET "/guts/media" for ::1 at 2016-02-24 17:45:59 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Completed 500 Internal Server Error in 138ms (ActiveRecord: 2.9ms) NoMethodError (undefined method `paginate' for #): activerecord (4.2.5.1) lib/active_record/dynamic_matchers.rb:26:in `method_missing' /Users/tyler/Development/Bitbucket/guts/app/controllers/guts/media_controller.rb:12:in `index' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (52.6ms) Started GET "/guts/media" for ::1 at 2016-02-24 17:47:03 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" LIMIT 30 OFFSET 0 Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (62.5ms) Guts::Type Load (0.7ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 908ms (Views: 815.7ms | ActiveRecord: 4.5ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-24 17:47:04 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-24 17:47:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-24 17:47:04 -0330 Started GET "/assets/guts/application.self-4683b430bb12784fff11c29cc5b78b6cabac3b345fe24744dc243780a0667edd.css?body=1" for ::1 at 2016-02-24 17:47:04 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-24 17:47:04 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-24 17:47:04 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-24 17:47:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-24 17:47:04 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-24 17:47:04 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-24 17:47:04 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-24 17:47:04 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-24 17:47:04 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-24 17:47:04 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-24 17:47:04 -0330 Started GET "/guts/media" for ::1 at 2016-02-24 17:47:14 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.3ms) SELECT "guts_media".* FROM "guts_media" LIMIT 2 OFFSET 0 CACHE (0.0ms) SELECT COUNT(*) FROM "guts_media" Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (16.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 100ms (Views: 68.5ms | ActiveRecord: 3.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-24 17:47:14 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-24 17:47:14 -0330 Started GET "/assets/guts/application.self-4683b430bb12784fff11c29cc5b78b6cabac3b345fe24744dc243780a0667edd.css?body=1" for ::1 at 2016-02-24 17:47:14 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-24 17:47:14 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-24 17:47:14 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-24 17:47:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-24 17:47:14 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-24 17:47:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-24 17:47:14 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-24 17:47:14 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-24 17:47:14 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-24 17:47:14 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-24 17:47:14 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-24 17:47:14 -0330 Started GET "/guts/media" for ::1 at 2016-02-24 17:47:29 -0330 ArgumentError (Invalid route name, already in use: 'guts_types_explode' You may have defined two routes with the same name using the `:as` option, or you may be overriding a route already defined by a resource with the same naming. For the latter, you can restrict the routes created with `resources` as explained here: http://guides.rubyonrails.org/routing.html#restricting-the-routes-created): config/routes.rb:2:in `block in ' Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (43.0ms) Started GET "/guts/media" for ::1 at 2016-02-24 17:47:32 -0330 ActionController::RoutingError (No route matches [GET] "/guts/media"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (9.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (81.5ms) Started GET "/guts/media" for ::1 at 2016-02-24 17:47:33 -0330 ActionController::RoutingError (No route matches [GET] "/guts/media"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (67.8ms) Started GET "/guts/media" for ::1 at 2016-02-24 17:49:07 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" LIMIT 2 OFFSET 0 CACHE (0.0ms) SELECT COUNT(*) FROM "guts_media" Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (49.1ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 798ms (Views: 690.6ms | ActiveRecord: 4.3ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-24 17:49:08 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-24 17:49:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-24 17:49:09 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-24 17:49:09 -0330 Started GET "/assets/guts/application.self-4683b430bb12784fff11c29cc5b78b6cabac3b345fe24744dc243780a0667edd.css?body=1" for ::1 at 2016-02-24 17:49:09 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-24 17:49:09 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-24 17:49:09 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-24 17:49:09 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-24 17:49:09 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-24 17:49:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-24 17:49:09 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-24 17:49:09 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-24 17:49:09 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-24 17:49:09 -0330 Started GET "/guts/media" for ::1 at 2016-02-24 17:49:17 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" LIMIT 2 OFFSET 0 CACHE (0.0ms) SELECT COUNT(*) FROM "guts_media" Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (57.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 818ms (Views: 725.4ms | ActiveRecord: 3.9ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-24 17:49:18 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-24 17:49:18 -0330 Started GET "/assets/guts/application.self-4683b430bb12784fff11c29cc5b78b6cabac3b345fe24744dc243780a0667edd.css?body=1" for ::1 at 2016-02-24 17:49:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-24 17:49:18 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-24 17:49:18 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-24 17:49:18 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-24 17:49:18 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-24 17:49:18 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-24 17:49:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-24 17:49:18 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-24 17:49:18 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-24 17:49:18 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-24 17:49:18 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-24 17:49:18 -0330 Started GET "/guts/media" for ::1 at 2016-02-24 18:08:13 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" LIMIT 2 OFFSET 0 CACHE (0.0ms) SELECT COUNT(*) FROM "guts_media" Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (10.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 50.8ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-24 18:08:13 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-24 18:08:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-24 18:08:13 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-24 18:08:13 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-24 18:08:13 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-24 18:08:13 -0330 Started GET "/assets/guts/application.self-4683b430bb12784fff11c29cc5b78b6cabac3b345fe24744dc243780a0667edd.css?body=1" for ::1 at 2016-02-24 18:08:13 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-24 18:08:13 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-24 18:08:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-24 18:08:13 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-24 18:08:13 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-24 18:08:13 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-24 18:08:13 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-24 18:08:13 -0330 Started GET "/guts/media" for ::1 at 2016-02-24 18:08:15 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" LIMIT 2 OFFSET 0 CACHE (0.0ms) SELECT COUNT(*) FROM "guts_media" Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (4.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 46.9ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-24 18:08:15 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-24 18:08:15 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-24 18:08:15 -0330 Started GET "/assets/guts/application.self-4683b430bb12784fff11c29cc5b78b6cabac3b345fe24744dc243780a0667edd.css?body=1" for ::1 at 2016-02-24 18:08:15 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-24 18:08:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-24 18:08:15 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-24 18:08:15 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-24 18:08:15 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-24 18:08:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-24 18:08:15 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-24 18:08:15 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-24 18:08:15 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-24 18:08:15 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-24 18:08:15 -0330 Started GET "/guts/media" for ::1 at 2016-02-24 18:09:44 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" LIMIT 2 OFFSET 0 CACHE (0.0ms) SELECT COUNT(*) FROM "guts_media" Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (5.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 149ms (Views: 145.3ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-24 18:09:44 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-24 18:09:44 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-24 18:09:44 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-24 18:09:44 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-24 18:09:44 -0330 Started GET "/assets/guts/application.self-d20a30e4cbf423c9d4435b1515b467dc329284d31faa375b07a3b4fd273efbf7.css?body=1" for ::1 at 2016-02-24 18:09:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-24 18:09:44 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-24 18:09:44 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-24 18:09:44 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-24 18:09:44 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-24 18:09:44 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-24 18:09:44 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-24 18:09:44 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-24 18:09:44 -0330 Started GET "/guts/media" for ::1 at 2016-02-24 18:11:03 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" LIMIT 2 OFFSET 0 CACHE (0.0ms) SELECT COUNT(*) FROM "guts_media" Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (5.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 132ms (Views: 128.2ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-24 18:11:03 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-24 18:11:03 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-24 18:11:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-24 18:11:03 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-24 18:11:03 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-24 18:11:03 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-24 18:11:03 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-24 18:11:03 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-24 18:11:03 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-24 18:11:03 -0330 Started GET "/assets/guts/application.self-c24c085be2fee8eea88dab4148230ffc5519983a60b23e92329e90374cea717e.css?body=1" for ::1 at 2016-02-24 18:11:03 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-24 18:11:03 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-24 18:11:03 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-24 18:11:03 -0330 Started GET "/guts/media" for ::1 at 2016-02-24 18:11:08 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" LIMIT 2 OFFSET 0 CACHE (0.0ms) SELECT COUNT(*) FROM "guts_media" Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (5.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 163ms (Views: 159.2ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-24 18:11:09 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-24 18:11:09 -0330 Started GET "/assets/guts/application.self-bdf3b678cc71e6b519891a87f8e4596bd2060375f5706c9df90856009c933073.css?body=1" for ::1 at 2016-02-24 18:11:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-24 18:11:09 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-24 18:11:09 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-24 18:11:09 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-24 18:11:09 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-24 18:11:09 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-24 18:11:09 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-24 18:11:09 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-24 18:11:09 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-24 18:11:09 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-24 18:11:09 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-24 18:11:09 -0330 Started GET "/guts/media" for ::1 at 2016-02-24 18:11:16 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.5ms) SELECT "guts_media".* FROM "guts_media" LIMIT 2 OFFSET 0 CACHE (0.0ms) SELECT COUNT(*) FROM "guts_media" Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 129ms (Views: 126.4ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-24 18:11:16 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-24 18:11:16 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-24 18:11:16 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-24 18:11:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-24 18:11:16 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-24 18:11:16 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-24 18:11:16 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-24 18:11:16 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-24 18:11:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-24 18:11:16 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-24 18:11:16 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-24 18:11:16 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-24 18:11:16 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-24 18:11:16 -0330 Started GET "/guts/media" for ::1 at 2016-02-24 18:11:57 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.3ms) SELECT "guts_media".* FROM "guts_media" LIMIT 30 OFFSET 0 Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (33.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 126ms (Views: 85.0ms | ActiveRecord: 3.3ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-24 18:11:58 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-24 18:11:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-24 18:11:58 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-24 18:11:58 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-24 18:11:58 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-24 18:11:58 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-24 18:11:58 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-24 18:11:58 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-24 18:11:58 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-24 18:11:58 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-24 18:11:58 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-24 18:11:58 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-24 18:11:58 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-24 18:11:58 -0330 Started GET "/guts/media" for ::1 at 2016-02-24 18:12:10 -0330 ArgumentError (Invalid route name, already in use: 'guts_types_explode' You may have defined two routes with the same name using the `:as` option, or you may be overriding a route already defined by a resource with the same naming. For the latter, you can restrict the routes created with `resources` as explained here: http://guides.rubyonrails.org/routing.html#restricting-the-routes-created): config/routes.rb:2:in `block in ' Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (43.1ms) Started GET "/guts/media" for ::1 at 2016-02-24 18:12:11 -0330 ActionController::RoutingError (No route matches [GET] "/guts/media"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (73.9ms) Started GET "/guts/media" for ::1 at 2016-02-24 18:12:12 -0330 ActionController::RoutingError (No route matches [GET] "/guts/media"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (71.3ms) Started GET "/guts/media" for ::1 at 2016-02-24 18:12:20 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.4ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" LIMIT 2 OFFSET 0 CACHE (0.0ms) SELECT COUNT(*) FROM "guts_media" Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (64.4ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 963ms (Views: 860.9ms | ActiveRecord: 5.3ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-24 18:12:21 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-24 18:12:21 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-24 18:12:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-24 18:12:21 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-24 18:12:21 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-24 18:12:21 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-24 18:12:21 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-24 18:12:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-24 18:12:21 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-24 18:12:21 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-24 18:12:21 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-24 18:12:21 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-24 18:12:21 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-24 18:12:21 -0330 Started GET "/guts/media?page=2" for ::1 at 2016-02-24 18:12:23 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"page"=>"2"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.3ms) SELECT "guts_media".* FROM "guts_media" LIMIT 2 OFFSET 2 Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (34.7ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 101ms (Views: 96.4ms | ActiveRecord: 1.6ms) Started GET "/guts/media?page=1" for ::1 at 2016-02-24 18:12:25 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"page"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" LIMIT 2 OFFSET 0 CACHE (0.0ms) SELECT COUNT(*) FROM "guts_media" Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (11.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 47.4ms | ActiveRecord: 0.8ms) Started GET "/guts/options" for ::1 at 2016-02-24 18:13:01 -0330 Processing by Guts::OptionsController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_options" Guts::Option Load (0.1ms) SELECT "guts_options".* FROM "guts_options" LIMIT 30 OFFSET 0 Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/index.html.erb within layouts/guts/application (6.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 102ms (Views: 51.8ms | ActiveRecord: 2.6ms) Started GET "/guts/options" for ::1 at 2016-02-24 18:13:26 -0330 Processing by Guts::OptionsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_options" Guts::Option Load (0.1ms) SELECT "guts_options".* FROM "guts_options" LIMIT 30 OFFSET 0 Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/index.html.erb within layouts/guts/application (3.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 42.5ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-24 18:13:26 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-24 18:13:26 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-24 18:13:26 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-24 18:13:26 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-24 18:13:26 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-24 18:13:26 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-24 18:13:26 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-24 18:13:26 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-24 18:13:26 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-24 18:13:26 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-24 18:13:26 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-24 18:13:26 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-24 18:13:26 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-24 18:13:26 -0330 Started GET "/guts/options" for ::1 at 2016-02-24 18:13:27 -0330 Processing by Guts::OptionsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_options" Guts::Option Load (0.2ms) SELECT "guts_options".* FROM "guts_options" LIMIT 30 OFFSET 0 Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/index.html.erb within layouts/guts/application (2.4ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 43ms (Views: 40.1ms | ActiveRecord: 0.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-24 18:13:27 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-24 18:13:27 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-24 18:13:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-24 18:13:27 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-24 18:13:27 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-24 18:13:27 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-24 18:13:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-24 18:13:27 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-24 18:13:27 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-24 18:13:27 -0330 Started GET "/assets/guts/media.self-86509e74aec93766d836d0f781fa71f88e820ec413dccda2d9e50c7b22c90707.js?body=1" for ::1 at 2016-02-24 18:13:27 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-24 18:13:27 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-24 18:13:27 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-24 18:13:27 -0330 Started GET "/" for ::1 at 2016-02-24 23:36:27 -0330 Processing by Rails::WelcomeController#index as HTML Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/railties-4.2.5.1/lib/rails/templates/rails/welcome/index.html.erb (1.9ms) Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.0ms) Started GET "/guts" for ::1 at 2016-02-24 23:36:33 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.9ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/users/index.html.erb within layouts/guts/application (14.9ms) Guts::Type Load (0.8ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 791ms (Views: 677.8ms | ActiveRecord: 7.6ms) Started GET "/guts/options" for ::1 at 2016-02-24 23:36:58 -0330 Processing by Guts::OptionsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.5ms) SELECT COUNT(*) FROM "guts_options" Guts::Option Load (0.1ms) SELECT "guts_options".* FROM "guts_options" LIMIT 30 OFFSET 0 Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/options/index.html.erb within layouts/guts/application (13.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 58ms (Views: 52.4ms | ActiveRecord: 1.2ms) Started GET "/guts/users" for ::1 at 2016-02-24 23:37:00 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.2ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 44.8ms | ActiveRecord: 0.8ms) Started GET "/guts/media" for ::1 at 2016-02-24 23:37:01 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (1.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.6ms) SELECT "guts_media".* FROM "guts_media" LIMIT 30 OFFSET 0 Guts::Content Load (4.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (48.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 121ms (Views: 106.5ms | ActiveRecord: 7.1ms) Started GET "/guts/contents?type=page" for ::1 at 2016-02-24 23:37:43 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.6ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 LIMIT 30 OFFSET 0 Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (3.6ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 38.4ms | ActiveRecord: 1.9ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-24 23:37:45 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (1.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.9ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.8ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.5ms) 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]] Guts::Category Load (0.4ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/Bitbucket/guts/app/views/guts/contents/_form.html.erb (78.9ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (84.9ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 130ms (Views: 117.9ms | ActiveRecord: 5.5ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-24 23:37:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-24 23:37:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-24 23:37:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-24 23:37:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-24 23:37:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-24 23:37:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-24 23:37:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-24 23:37:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-24 23:37:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-24 23:37:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-24 23:37:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-24 23:37:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-24 23:37:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-24 23:37:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-24 23:37:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-24 23:37:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-24 23:37:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-24 23:37:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-24 23:37:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-24 23:37:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-24 23:37:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-24 23:37:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-24 23:37:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-24 23:37:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-24 23:37:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-24 23:37:46 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-24 23:37:46 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-24 23:37:46 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-24 23:37:46 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-24 23:37:46 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (12.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (187.9ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-24 23:37:46 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-24 23:37:49 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (9.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (152.6ms) Started GET "/guts/media?insert=1" for ::1 at 2016-02-24 23:37:51 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" LIMIT 30 OFFSET 0 Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (8.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 57.9ms | ActiveRecord: 0.9ms) Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2016-02-24 23:37:51 -0330 Started GET "/guts/media?insert=1" for ::1 at 2016-02-24 23:38:05 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" LIMIT 30 OFFSET 0 Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (8.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 43.4ms | ActiveRecord: 0.9ms) Started GET "/guts/media?insert=1" for ::1 at 2016-02-24 23:38:25 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" LIMIT 30 OFFSET 0 Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (6.9ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 53.4ms | ActiveRecord: 1.0ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-24 23:39:51 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/Bitbucket/guts/app/views/guts/contents/_form.html.erb (12.2ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (14.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 247ms (Views: 241.8ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/media.self-41adc0f82eee46c865aa7c403f14515afc47d93cdeaff9c55c76760955cbc5c0.js?body=1" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-24 23:39:52 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-24 23:39:53 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-24 23:39:53 -0330 Started GET "/guts/media?insert=1" for ::1 at 2016-02-24 23:39:57 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" LIMIT 30 OFFSET 0 Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (14.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 91ms (Views: 87.5ms | ActiveRecord: 0.8ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-24 23:40:09 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/Bitbucket/guts/app/views/guts/contents/_form.html.erb (15.4ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (18.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 303ms (Views: 298.3ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/media.self-fd2d7256238a8d3a901e7c266c24a6636bbc3663128c4a9433cacf196a82fc0d.js?body=1" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-24 23:40:10 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-24 23:40:11 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-24 23:40:11 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-24 23:40:11 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-24 23:40:11 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-24 23:40:11 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-24 23:40:11 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-24 23:40:11 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-24 23:40:11 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-24 23:40:11 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-24 23:40:11 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-24 23:40:11 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-24 23:40:11 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-24 23:40:11 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-24 23:40:11 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-24 23:40:11 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-24 23:40:11 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-24 23:40:11 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-24 23:40:11 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-24 23:40:15 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/Bitbucket/guts/app/views/guts/contents/_form.html.erb (12.2ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (13.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 56.3ms | ActiveRecord: 1.2ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-24 23:40:16 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-24 23:40:17 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-24 23:40:17 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-24 23:40:17 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (12.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (163.7ms) Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-24 23:40:18 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (18.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (161.3ms) Started GET "/guts/media?insert=1" for ::1 at 2016-02-24 23:40:26 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" LIMIT 30 OFFSET 0 Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (8.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 44.8ms | ActiveRecord: 1.0ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-24 23:40:53 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/Bitbucket/guts/app/views/guts/contents/_form.html.erb (14.4ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (16.3ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 263ms (Views: 258.4ms | ActiveRecord: 1.1ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-24 23:40:53 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-24 23:40:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-24 23:40:53 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-24 23:40:53 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-24 23:40:53 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-24 23:40:53 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-24 23:40:53 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-24 23:40:53 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-24 23:40:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-24 23:40:53 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-24 23:40:53 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-24 23:40:53 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-24 23:40:53 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-24 23:40:53 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-24 23:40:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-24 23:40:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-24 23:40:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-24 23:40:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-24 23:40:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-24 23:40:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-24 23:40:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-24 23:40:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-24 23:40:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-24 23:40:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-24 23:40:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-24 23:40:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-24 23:40:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-24 23:40:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-24 23:40:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-24 23:40:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-24 23:40:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-24 23:40:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-24 23:40:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-24 23:40:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-24 23:40:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-24 23:40:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-24 23:40:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-24 23:40:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-24 23:40:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-24 23:40:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-24 23:40:55 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-24 23:40:55 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-24 23:40:55 -0330 Started GET "/guts/media?insert=1" for ::1 at 2016-02-24 23:40:56 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" LIMIT 30 OFFSET 0 Guts::Content Load (0.6ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (10.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 72ms (Views: 67.8ms | ActiveRecord: 1.3ms) Started GET "/guts/media/5/editor_insert" for ::1 at 2016-02-24 23:40:57 -0330 Processing by Guts::MediaController#editor_insert as */* Parameters: {"id"=>"5"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 5]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/editor_insert.html.erb (1.7ms) Completed 200 OK in 27ms (Views: 23.4ms | ActiveRecord: 0.4ms) Started GET "/guts" for ::1 at 2016-02-25 11:21:17 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (2.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Redirected to http://localhost:3000/guts/session/login Filter chain halted as :firewall rendered or redirected Completed 302 Found in 41ms (ActiveRecord: 2.7ms) Started GET "/guts/session/login" for ::1 at 2016-02-25 11:21:17 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (21.3ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 595ms (Views: 594.7ms | ActiveRecord: 0.2ms) Started POST "/guts/session/login" for ::1 at 2016-02-25 11:21:25 -0330 Processing by Guts::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"dqmllcSPfkJ3D5Ckyw9rI3d5NBurFBj0lG9hla33G8keorNko0m2JCViWTN7tGe/5z5FlkyP3XDuwAq9TCoygQ==", "commit"=>"Login", "session"=>{"email"=>"tyler.n.king@outlook.com", "password"=>"[FILTERED]"}} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.2ms) Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 131ms (Views: 33.4ms | ActiveRecord: 0.8ms) Started POST "/guts/session/login" for ::1 at 2016-02-25 11:21:29 -0330 Processing by Guts::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"dGr9ql3Pmyk5UlJAlnwHx0fxHC0Tsw+glPTTAv/9mgwcYetbOglTT2s/m9cmxwtb17ZtoPQoyiTuW7gqHiCzRA==", "commit"=>"Login", "session"=>{"email"=>"tyler.n.king@outlook.com", "password"=>"[FILTERED]"}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]] Redirected to http://localhost:3000/guts/users Completed 302 Found in 85ms (ActiveRecord: 0.1ms) Started GET "/guts/users" for ::1 at 2016-02-25 11:21:29 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.8ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/users/index.html.erb within layouts/guts/application (8.4ms) Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 122ms (Views: 67.4ms | ActiveRecord: 5.7ms) Started GET "/guts/media" for ::1 at 2016-02-25 11:21:31 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.5ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.5ms) SELECT "guts_media".* FROM "guts_media" LIMIT 30 OFFSET 0 Guts::Content Load (2.9ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (51.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 113ms (Views: 98.7ms | ActiveRecord: 4.9ms) Started GET "/guts/navigations" for ::1 at 2016-02-25 11:21:32 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.9ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.4ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.4ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.4ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (34.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 93ms (Views: 80.9ms | ActiveRecord: 3.7ms) Started GET "/guts/categories" for ::1 at 2016-02-25 11:21:33 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (1.6ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.5ms) SELECT "guts_categories".* FROM "guts_categories"  (0.4ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (21.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 86ms (Views: 72.4ms | ActiveRecord: 3.3ms) Started GET "/guts/groups" for ::1 at 2016-02-25 11:21:34 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (1.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups"  (0.2ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (8.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 46.8ms | ActiveRecord: 2.1ms) Started GET "/guts/groups/1/edit" for ::1 at 2016-02-25 11:21:36 -0330 Processing by Guts::GroupsController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (1.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Group"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Group"]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/groups/_form.html.erb (14.8ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/groups/edit.html.erb within layouts/guts/application (21.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 73ms (Views: 67.5ms | ActiveRecord: 2.2ms) Started GET "/guts/contents?type=page" for ::1 at 2016-02-25 11:21:47 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.6ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 LIMIT 30 OFFSET 0 Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (4.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 40ms (Views: 35.8ms | ActiveRecord: 1.3ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-25 11:21:50 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.5ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/Bitbucket/guts/app/views/guts/contents/_form.html.erb (23.6ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (27.0ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 62.0ms | ActiveRecord: 1.4ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-25 11:21:51 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (10.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (188.6ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-25 11:21:51 -0330 Started GET "/guts/navigations" for ::1 at 2016-02-25 11:21:56 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (13.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 49.7ms | ActiveRecord: 1.0ms) Started GET "/guts/groups" for ::1 at 2016-02-25 11:22:02 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups"  (0.2ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (6.1ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 47ms (Views: 42.0ms | ActiveRecord: 1.1ms) Started GET "/guts/contents?type=post" for ::1 at 2016-02-25 11:22:06 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"post"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "post"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 LIMIT 30 OFFSET 0 Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 39ms (Views: 34.6ms | ActiveRecord: 0.6ms) Started GET "/guts/contents?type=page" for ::1 at 2016-02-25 11:22:08 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 LIMIT 30 OFFSET 0 Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 44.4ms | ActiveRecord: 0.7ms) Started GET "/guts/groups" for ::1 at 2016-02-25 11:22:11 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (4.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 45ms (Views: 41.5ms | ActiveRecord: 0.8ms) Started GET "/guts/groups/1/edit" for ::1 at 2016-02-25 11:24:42 -0330 Processing by Guts::GroupsController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Group"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Group"]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/groups/_form.html.erb (6.4ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/groups/edit.html.erb within layouts/guts/application (10.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 50.5ms | ActiveRecord: 0.7ms) Started GET "/guts/users?group=1" for ::1 at 2016-02-25 11:24:44 -0330 Processing by Guts::UsersController#index as HTML Parameters: {"group"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) SELECT COUNT(DISTINCT "guts_users"."id") FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 1 SQL (0.2ms) SELECT "guts_users"."id" AS t0_r0, "guts_users"."name" AS t0_r1, "guts_users"."email" AS t0_r2, "guts_users"."password_digest" AS t0_r3, "guts_users"."created_at" AS t0_r4, "guts_users"."updated_at" AS t0_r5, "guts_users"."role" AS t0_r6, "guts_users"."password_token" AS t0_r7, "guts_groups"."id" AS t1_r0, "guts_groups"."title" AS t1_r1, "guts_groups"."slug" AS t1_r2, "guts_groups"."created_at" AS t1_r3, "guts_groups"."updated_at" AS t1_r4 FROM "guts_users" LEFT OUTER JOIN "guts_user_groups" ON "guts_user_groups"."user_id" = "guts_users"."id" LEFT OUTER JOIN "guts_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_groups"."id" = 1 Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/users/index.html.erb within layouts/guts/application (10.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 55.4ms | ActiveRecord: 1.0ms) Started PATCH "/guts/groups/1" for ::1 at 2016-02-25 11:24:49 -0330 Processing by Guts::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EkYOljfxMO4UxYaR6rvGdT77i5Z/HTJIQf7pGF5L4wR6TRhnUDf4iEaoTwZaAMrprrz6G5iG98w7UYIwv5bKTA==", "commit"=>"Save", "group"=>{"title"=>"Admins", "slug"=>"admins"}, "id"=>"1"} Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "1"]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "guts_groups" SET "slug" = ?, "updated_at" = ? WHERE "guts_groups"."id" = ? [["slug", "admins"], ["updated_at", "2016-02-25 14:54:49.505523"], ["id", 1]] SQL (1.3ms) INSERT INTO "guts_trackers" ("action", "object_id", "object_type", "params", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["action", "update"], ["object_id", 1], ["object_type", "Guts::Group"], ["params", "{}"], ["created_at", "2016-02-25 14:54:49.521590"], ["updated_at", "2016-02-25 14:54:49.521590"]]  (1.1ms) commit transaction Redirected to http://localhost:3000/guts/groups Completed 302 Found in 28ms (ActiveRecord: 3.5ms) Started GET "/guts/groups" for ::1 at 2016-02-25 11:24:49 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (4.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 55ms (Views: 52.2ms | ActiveRecord: 0.6ms) Started GET "/guts/groups/admins/edit" for ::1 at 2016-02-25 11:24:52 -0330 Processing by Guts::GroupsController#edit as HTML Parameters: {"id"=>"admins"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "admins"]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Group"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Group"]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/groups/_form.html.erb (8.5ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/groups/edit.html.erb within layouts/guts/application (9.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 41.5ms | ActiveRecord: 0.7ms) Started GET "/guts/groups/admins/metafields" for ::1 at 2016-02-25 11:24:53 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"admins"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "admins"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Group"]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (2.8ms) Guts::Type Load (1.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 48.3ms | ActiveRecord: 1.4ms) Started GET "/guts/groups/admins/metafields" for ::1 at 2016-02-25 11:25:49 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"admins"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "admins"]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Group"]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.0ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 42ms (Views: 38.0ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-25 11:25:49 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-25 11:25:49 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-25 11:25:49 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-25 11:25:49 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-25 11:25:49 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-25 11:25:49 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-25 11:25:49 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-25 11:25:49 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-25 11:25:49 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-25 11:25:49 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-25 11:25:49 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-25 11:25:49 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-25 11:25:49 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-25 11:25:49 -0330 Started GET "/guts/groups/admins/metafields" for ::1 at 2016-02-25 11:25:50 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"admins"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "admins"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Group"]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (1.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 43ms (Views: 38.7ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-25 11:25:50 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-25 11:25:50 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-25 11:25:50 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-25 11:25:50 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-25 11:25:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-25 11:25:50 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-25 11:25:50 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-25 11:25:50 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-25 11:25:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-25 11:25:50 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-25 11:25:50 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-25 11:25:50 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-25 11:25:50 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-25 11:25:50 -0330 Started GET "/guts/groups/admins/metafields" for ::1 at 2016-02-25 11:26:03 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Group", "group_id"=>"admins"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "admins"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Group"]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (2.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 45.5ms | ActiveRecord: 0.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-25 11:26:04 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-25 11:26:04 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-25 11:26:04 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-25 11:26:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-25 11:26:04 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-25 11:26:04 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-25 11:26:04 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-25 11:26:04 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-25 11:26:04 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-25 11:26:04 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-25 11:26:04 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-25 11:26:04 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-25 11:26:04 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-25 11:26:04 -0330 Started GET "/guts/users" for ::1 at 2016-02-25 11:26:20 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 44.7ms | ActiveRecord: 0.6ms) Started GET "/guts/users/1/edit" for ::1 at 2016-02-25 11:26:21 -0330 Processing by Guts::UsersController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::User"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::User"]]  (0.2ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" CACHE (0.0ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/users/_form.html.erb (13.0ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/users/edit.html.erb within layouts/guts/application (15.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 82ms (Views: 75.8ms | ActiveRecord: 1.1ms) Started GET "/guts/users/1/metafields" for ::1 at 2016-02-25 11:26:22 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::User", "user_id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::User"]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (3.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 47.8ms | ActiveRecord: 0.7ms) Started GET "/guts/navigations" for ::1 at 2016-02-25 11:27:47 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (73.1ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 804ms (Views: 715.4ms | ActiveRecord: 4.8ms) Started GET "/guts/navigations/new" for ::1 at 2016-02-25 11:27:49 -0330 Processing by Guts::NavigationsController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigations/_form.html.erb (35.3ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigations/new.html.erb within layouts/guts/application (40.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 120ms (Views: 116.3ms | ActiveRecord: 0.4ms) Started GET "/guts/navigations" for ::1 at 2016-02-25 11:27:50 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (22.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 82ms (Views: 77.0ms | ActiveRecord: 1.3ms) Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2016-02-25 11:27:51 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigation_items/_form.html.erb (7.5ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (9.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 111ms (Views: 54.1ms | ActiveRecord: 0.5ms) Started GET "/guts/navigation_items/navigatable_objects?model=Guts%3A%3AType" for ::1 at 2016-02-25 11:27:53 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Type"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Completed 200 OK in 8ms (Views: 0.1ms | ActiveRecord: 0.2ms) Started GET "/guts/navigation_items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2016-02-25 11:27:58 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 0.2ms) Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2016-02-25 11:28:28 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigation_items/_form.html.erb (4.1ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (6.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 101ms (Views: 46.9ms | ActiveRecord: 2.3ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-25 11:28:28 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-25 11:28:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-25 11:28:28 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-25 11:28:28 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-25 11:28:28 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-25 11:28:28 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-25 11:28:28 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-25 11:28:28 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-25 11:28:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-25 11:28:28 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-25 11:28:28 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-25 11:28:28 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-25 11:28:28 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-25 11:28:28 -0330 Started GET "/guts/navigation_items/navigatable_objects?model=Guts%3A%3ACategory" for ::1 at 2016-02-25 11:28:30 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Completed 200 OK in 10ms (Views: 0.2ms | ActiveRecord: 0.5ms) Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2016-02-25 11:28:41 -0330 ArgumentError (Invalid route name, already in use: 'guts_types_explode' You may have defined two routes with the same name using the `:as` option, or you may be overriding a route already defined by a resource with the same naming. For the latter, you can restrict the routes created with `resources` as explained here: http://guides.rubyonrails.org/routing.html#restricting-the-routes-created): config/routes.rb:2:in `block in ' Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (44.8ms) Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2016-02-25 11:28:43 -0330 ActionController::RoutingError (No route matches [GET] "/guts/navigations/test-menu/items/new"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (69.6ms) Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2016-02-25 11:28:43 -0330 ActionController::RoutingError (No route matches [GET] "/guts/navigations/test-menu/items/new"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (62.0ms) Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2016-02-25 11:28:49 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.5ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigation_items/_form.html.erb (31.0ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (35.4ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 815ms (Views: 646.3ms | ActiveRecord: 4.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-25 11:28:50 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-25 11:28:50 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-25 11:28:50 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-25 11:28:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-25 11:28:50 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-25 11:28:50 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-25 11:28:50 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-25 11:28:50 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-25 11:28:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-25 11:28:50 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-25 11:28:50 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-25 11:28:50 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-25 11:28:50 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-25 11:28:50 -0330 Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2016-02-25 11:30:05 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigation_items/_form.html.erb (3.5ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (6.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 94ms (Views: 36.3ms | ActiveRecord: 2.2ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-25 11:30:06 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-25 11:30:06 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-25 11:30:06 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-25 11:30:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-25 11:30:06 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-25 11:30:06 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-25 11:30:06 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-25 11:30:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-25 11:30:06 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-25 11:30:06 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-25 11:30:06 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-25 11:30:06 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-25 11:30:06 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-25 11:30:06 -0330 Started GET "/guts/navigation_items/navigatable_objects?model=Guts%3A%3ACategory" for ::1 at 2016-02-25 11:30:08 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Completed 200 OK in 10ms (Views: 0.2ms | ActiveRecord: 0.5ms) Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2016-02-25 11:30:22 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.6ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigation_items/_form.html.erb (27.2ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (33.3ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 819ms (Views: 645.8ms | ActiveRecord: 4.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-25 11:30:23 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-25 11:30:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-25 11:30:23 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-25 11:30:23 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-25 11:30:23 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-25 11:30:23 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-25 11:30:23 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-25 11:30:23 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-25 11:30:23 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-25 11:30:23 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-25 11:30:23 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-25 11:30:23 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-25 11:30:23 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-25 11:30:23 -0330 Started GET "/guts/navigation_items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2016-02-25 11:30:27 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 19ms (Views: 0.2ms | ActiveRecord: 1.0ms) Started GET "/guts/navigations/test-menu/items/new" for ::1 at 2016-02-25 11:31:12 -0330 Processing by Guts::NavigationItemsController#new as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (1.9ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigation_items/_form.html.erb (26.2ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigation_items/new.html.erb within layouts/guts/application (30.6ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 806ms (Views: 633.7ms | ActiveRecord: 5.3ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-25 11:31:13 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-25 11:31:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-25 11:31:13 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-25 11:31:13 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-25 11:31:13 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-25 11:31:13 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-25 11:31:13 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-25 11:31:13 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-25 11:31:13 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-25 11:31:13 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-25 11:31:13 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-25 11:31:13 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-25 11:31:13 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-25 11:31:13 -0330 Started GET "/guts/navigation_items/navigatable_objects?model=Guts%3A%3AType" for ::1 at 2016-02-25 11:31:15 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Type"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 10ms (Views: 0.2ms | ActiveRecord: 0.3ms) Started GET "/guts/navigation_items/navigatable_objects?model=Guts%3A%3ACategory" for ::1 at 2016-02-25 11:31:16 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Completed 200 OK in 10ms (Views: 0.2ms | ActiveRecord: 0.5ms) Started GET "/guts/navigation_items/navigatable_objects?model=Guts%3A%3AType" for ::1 at 2016-02-25 11:31:17 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Type"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 0.4ms) Started GET "/guts/navigation_items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2016-02-25 11:31:19 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.6ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 15ms (Views: 0.2ms | ActiveRecord: 1.2ms) Started GET "/guts/navigation_items/navigatable_objects?model=Guts%3A%3ACategory" for ::1 at 2016-02-25 11:31:26 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 0.4ms) Started GET "/guts/navigation_items/navigatable_objects?model=Guts%3A%3ACatf" for ::1 at 2016-02-25 11:31:35 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as HTML Parameters: {"model"=>"Guts::Catf"} Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.5ms) NameError (uninitialized constant Guts::Catf): activesupport (4.2.5.1) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.5.1) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.5.1) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.5.1) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.5.1) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.5.1) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' /Users/tyler/Development/Bitbucket/guts/app/controllers/guts/navigation_items_controller.rb:61:in `navigatable_objects' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (41.1ms) Started GET "/guts/navigation_items/navigatable_objects?model=Guts%3A%3AUser" for ::1 at 2016-02-25 11:31:39 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as HTML Parameters: {"model"=>"Guts::User"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Completed 200 OK in 8ms (Views: 0.1ms | ActiveRecord: 0.2ms) Started GET "/guts/navigation_items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2016-02-25 11:31:43 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as HTML Parameters: {"model"=>"Guts::Content"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 11ms (Views: 0.2ms | ActiveRecord: 0.6ms) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddUserRefToGutsContent (20160226122213)  (0.1ms) begin transaction  (0.6ms) ALTER TABLE "guts_contents" ADD "user_id" integer  (0.1ms) select sqlite_version(*)  (0.1ms)  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'   (0.1ms) 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'  (0.2ms) CREATE INDEX "index_guts_contents_on_user_id" ON "guts_contents" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226122213"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  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'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_guts_contents_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_contents_on_user_id' AND type='index'  (0.1ms)  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'   (0.1ms) 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'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_guts_groups_on_slug' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_groups_on_slug' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_guts_media_on_filable_type_and_filable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_media_on_filable_type_and_filable_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_guts_metafields_on_fieldable_type_and_fieldable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_metafields_on_fieldable_type_and_fieldable_id' AND type='index'   (0.1ms) 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'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_nav_items_on_nav_with_type_and_id' AND type='index'   (0.1ms) 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'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_guts_trackers_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_trackers_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_guts_trackers_on_object_type_and_object_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_guts_trackers_on_object_type_and_object_id' AND type='index'  (0.1ms)  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" for ::1 at 2016-02-26 10:11:34 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (1.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Redirected to http://localhost:3000/guts/session/login Filter chain halted as :firewall rendered or redirected Completed 302 Found in 44ms (ActiveRecord: 1.5ms) Started GET "/guts/session/login" for ::1 at 2016-02-26 10:11:34 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (18.6ms) Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 603ms (Views: 602.5ms | ActiveRecord: 0.4ms) Started POST "/guts/session/login" for ::1 at 2016-02-26 10:12:19 -0330 Processing by Guts::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"4CGA25puC5Wkk7CP3bZ9rb5tIermrVhnpS1us/XLGlehUGDcifONWC4zEzStRODilLr39kcJiXLmM3+Qhbi88Q==", "commit"=>"Login", "session"=>{"email"=>"tyler.n.king@outlook.com", "password"=>"[FILTERED]"}} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]] Redirected to http://localhost:3000/guts/users Completed 302 Found in 94ms (ActiveRecord: 0.5ms) Started GET "/guts/users" for ::1 at 2016-02-26 10:12:19 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.5ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/users/index.html.erb within layouts/guts/application (6.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 110ms (Views: 59.8ms | ActiveRecord: 1.6ms) Started GET "/guts/groups" for ::1 at 2016-02-26 10:12:22 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.2ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (9.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 49.7ms | ActiveRecord: 0.9ms) Started GET "/guts/navigations" for ::1 at 2016-02-26 10:12:22 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.6ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (64.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 117ms (Views: 106.7ms | ActiveRecord: 2.5ms) Started GET "/guts/navigations/test-menu/items/3/edit" for ::1 at 2016-02-26 10:12:25 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-menu", "id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::NavigationItem"]]  (0.5ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::NavigationItem"]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigation_items/_form.html.erb (25.8ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (31.2ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 131ms (Views: 68.6ms | ActiveRecord: 2.2ms) Started GET "/guts/navigation_items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2016-02-26 10:12:25 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 13ms (Views: 0.2ms | ActiveRecord: 0.9ms) Started GET "/guts/contents?type=page" for ::1 at 2016-02-26 10:12:26 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.7ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 LIMIT 30 OFFSET 0 Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (7.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 46.1ms | ActiveRecord: 1.3ms) Started GET "/guts/users" for ::1 at 2016-02-26 10:12:28 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 42ms (Views: 39.8ms | ActiveRecord: 0.6ms) Started GET "/guts/media" for ::1 at 2016-02-26 10:13:18 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" LIMIT 30 OFFSET 0 Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/media/index.html.erb within layouts/guts/application (31.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 74ms (Views: 70.4ms | ActiveRecord: 0.9ms) Started GET "/guts/contents?type=page" for ::1 at 2016-02-26 10:13:21 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 LIMIT 30 OFFSET 0 Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 43ms (Views: 39.0ms | ActiveRecord: 0.6ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-26 10:13:23 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/Bitbucket/guts/app/views/guts/contents/_form.html.erb (31.4ms) Rendered /Users/tyler/Development/Bitbucket/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (34.8ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 73ms (Views: 68.3ms | ActiveRecord: 1.5ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-26 10:13:24 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (20.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (245.2ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-26 10:13:24 -0330 Started GET "/guts" for ::1 at 2016-02-28 23:57:51 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (1.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Redirected to http://localhost:3000/guts/session/login Filter chain halted as :firewall rendered or redirected Completed 302 Found in 39ms (ActiveRecord: 1.5ms) Started GET "/guts/session/login" for ::1 at 2016-02-28 23:57:51 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (18.1ms) Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.0ms) SyntaxError (/Users/tyler/Development/GitHub/guts/app/views/layouts/guts/application.html.erb:89: syntax error, unexpected keyword_ensure, expecting keyword_end /Users/tyler/Development/GitHub/guts/app/views/layouts/guts/application.html.erb:91: syntax error, unexpected end-of-input, expecting keyword_end): /Users/tyler/Development/GitHub/guts/app/views/layouts/guts/application.html.erb:89: syntax error, unexpected keyword_ensure, expecting keyword_end /Users/tyler/Development/GitHub/guts/app/views/layouts/guts/application.html.erb:91: syntax error, unexpected end-of-input, expecting keyword_end actionview (4.2.5.1) lib/action_view/template.rb:296:in `module_eval' actionview (4.2.5.1) lib/action_view/template.rb:296:in `compile' actionview (4.2.5.1) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.5.1) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.5.1) lib/action_view/template.rb:232:in `compile!' actionview (4.2.5.1) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:143:in `render' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5.1) 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.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (59.6ms) Started GET "/guts/session/login" for ::1 at 2016-02-28 23:57:58 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.2ms) Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 860ms (Views: 859.7ms | ActiveRecord: 0.3ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-28 23:57:59 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-28 23:57:59 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-28 23:57:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-28 23:57:59 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-28 23:57:59 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-28 23:57:59 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-28 23:57:59 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-28 23:57:59 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-28 23:57:59 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-28 23:57:59 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-28 23:58:00 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-28 23:58:00 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-28 23:58:00 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2016-02-28 23:58:00 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-28 23:58:00 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-28 23:58:00 -0330 Started POST "/guts/session/login" for ::1 at 2016-02-28 23:58:04 -0330 Processing by Guts::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"7J4wo5Yu+x4vYNBXPGLlmXFTwYVx6useFDVS3GiilJAzan3UmYfwMS1eQZTjkfB6aSi4UnJwWE79Z1gcIAteKQ==", "commit"=>"Login", "session"=>{"email"=>"tyler.n.king@outlook.com", "password"=>"[FILTERED]"}} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]] Redirected to http://localhost:3000/guts/users Completed 302 Found in 110ms (ActiveRecord: 0.4ms) Started GET "/guts/users" for ::1 at 2016-02-28 23:58:04 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.8ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.6ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (28.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 219ms (Views: 113.6ms | ActiveRecord: 3.5ms) Started GET "/guts/users" for ::1 at 2016-02-28 23:59:27 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 35.6ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-28 23:59:27 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-28 23:59:27 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-28 23:59:27 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-28 23:59:27 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-28 23:59:27 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-28 23:59:28 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-28 23:59:28 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-28 23:59:28 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-28 23:59:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-28 23:59:28 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-28 23:59:28 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-28 23:59:28 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-28 23:59:28 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-28 23:59:28 -0330 Started GET "/guts/users" for ::1 at 2016-02-28 23:59:29 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 35ms (Views: 33.0ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-28 23:59:29 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-28 23:59:29 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-28 23:59:29 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-28 23:59:29 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-28 23:59:29 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-28 23:59:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-28 23:59:29 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-28 23:59:29 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-28 23:59:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-28 23:59:29 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-28 23:59:29 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-28 23:59:29 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-28 23:59:29 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-28 23:59:29 -0330 Started GET "/guts/users" for ::1 at 2016-02-28 23:59:46 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 36.1ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-28 23:59:46 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-28 23:59:46 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-28 23:59:46 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-28 23:59:46 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-28 23:59:46 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-28 23:59:46 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-28 23:59:46 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-28 23:59:46 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-28 23:59:46 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-28 23:59:46 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-28 23:59:46 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-28 23:59:46 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-28 23:59:46 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-28 23:59:46 -0330 Started GET "/guts/users" for ::1 at 2016-02-28 23:59:47 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 35.7ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-28 23:59:47 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-28 23:59:47 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-28 23:59:47 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-28 23:59:47 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-28 23:59:47 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-28 23:59:47 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-28 23:59:47 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-28 23:59:47 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-28 23:59:47 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-28 23:59:47 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-28 23:59:47 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-28 23:59:47 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-28 23:59:47 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-28 23:59:47 -0330 Started GET "/guts/users" for ::1 at 2016-02-28 23:59:54 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (13.6ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 832ms (Views: 734.8ms | ActiveRecord: 4.3ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-28 23:59:55 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-28 23:59:55 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-28 23:59:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-28 23:59:55 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-28 23:59:55 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-28 23:59:55 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-28 23:59:55 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-28 23:59:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-28 23:59:55 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-28 23:59:55 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-28 23:59:55 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-28 23:59:55 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-28 23:59:55 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-28 23:59:55 -0330 Started GET "/guts/users" for ::1 at 2016-02-29 00:00:10 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 61.8ms | ActiveRecord: 0.6ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:00:12 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 68ms (Views: 65.2ms | ActiveRecord: 0.7ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:00:28 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (12.0ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 814ms (Views: 717.2ms | ActiveRecord: 3.0ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:02:00 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.4ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.6ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (16.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 500 Internal Server Error in 144ms (ActiveRecord: 1.7ms) ActionView::Template::Error (undefined local variable or method `lookup_content' for #<#:0x007f894d2958c8>): 79: 80: <%= javascript_include_tag "guts/application" %> 81: <%= yield :body_after %> 82: <%= lookup_content.view_paths %> 83: <%= lookup_context.exists?("layout_hook", [], true) %> 84: <% if lookup_context.exists?("layout_hook", [], true) %> 85: ioio /Users/tyler/Development/GitHub/guts/app/views/layouts/guts/application.html.erb:82:in `___sers_tyler__evelopment__it_ub_guts_app_views_layouts_guts_application_html_erb__3493971048937936219_70113868464720' actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:143:in `render' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5.1) 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.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (50.7ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:02:07 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 48.1ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 00:02:07 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-29 00:02:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 00:02:07 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-29 00:02:07 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 00:02:07 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-29 00:02:07 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 00:02:07 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 00:02:07 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 00:02:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-29 00:02:07 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 00:02:07 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 00:02:07 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 00:02:07 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-29 00:02:07 -0330 Started GET "/guts/users" for ::1 at 2016-02-29 00:04:04 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (9.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 44.3ms | ActiveRecord: 1.5ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 00:04:05 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-29 00:04:05 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-29 00:04:05 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 00:04:05 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 00:04:05 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-29 00:04:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-29 00:04:05 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 00:04:05 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 00:04:05 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 00:04:05 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 00:04:05 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 00:04:05 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 00:04:05 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-29 00:04:05 -0330 Started GET "/guts/users" for ::1 at 2016-02-29 00:04:44 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.7ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 51.1ms | ActiveRecord: 0.8ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:04:46 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 39ms (Views: 36.6ms | ActiveRecord: 0.5ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:05:04 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (6.9ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 48.0ms | ActiveRecord: 1.4ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:05:19 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (6.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 49ms (Views: 46.1ms | ActiveRecord: 0.8ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:05:22 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 37ms (Views: 34.7ms | ActiveRecord: 0.5ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:05:40 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (8.9ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 816ms (Views: 720.0ms | ActiveRecord: 3.9ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:08:00 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.9ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 35ms (Views: 33.1ms | ActiveRecord: 0.6ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:08:01 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 41ms (Views: 39.0ms | ActiveRecord: 0.6ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:08:44 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.3ms) Completed 200 OK in 9ms (Views: 6.4ms | ActiveRecord: 0.4ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:08:45 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.5ms) Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.4ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:09:10 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (6.6ms) Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 50ms (Views: 47.4ms | ActiveRecord: 1.1ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:10:03 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (4.5ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 500 Internal Server Error in 54ms (ActiveRecord: 0.8ms) ActionView::Template::Error (Missing partial guts/users/_layout_hooks, guts/application/_layout_hooks with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/tyler/Development/GitHub/guts/test/dummy/app/views" * "/Users/tyler/Development/GitHub/guts/app/views" ): 80: <%= javascript_include_tag "guts/application" %> 81: <%= yield :body_after %> 82: 83: <%= render "layout_hooks" %> 84: 85: actionview (4.2.5.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.5.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5.1) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/tyler/Development/GitHub/guts/app/views/layouts/guts/application.html.erb:83:in `___sers_tyler__evelopment__it_ub_guts_app_views_layouts_guts_application_html_erb__305397128438368730_70333166124100' actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:143:in `render' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5.1) 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.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (45.3ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:10:06 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 500 Internal Server Error in 35ms (ActiveRecord: 0.5ms) ActionView::Template::Error (Missing partial guts/users/_layout_hooks, guts/application/_layout_hooks with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/tyler/Development/GitHub/guts/test/dummy/app/views" * "/Users/tyler/Development/GitHub/guts/app/views" ): 80: <%= javascript_include_tag "guts/application" %> 81: <%= yield :body_after %> 82: 83: <%= render "layout_hooks" %> 84: 85: actionview (4.2.5.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.5.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5.1) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/tyler/Development/GitHub/guts/app/views/layouts/guts/application.html.erb:83:in `___sers_tyler__evelopment__it_ub_guts_app_views_layouts_guts_application_html_erb__305397128438368730_70333166124100' actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:143:in `render' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5.1) 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.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (46.9ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:11:06 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.7ms) ActionView::Template::Error (Missing partial guts/users/_layout_hooks, guts/application/_layout_hooks with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/tyler/Development/GitHub/guts/test/dummy/app/views" * "/Users/tyler/Development/GitHub/guts/app/views" ): 80: <%= javascript_include_tag "guts/application" %> 81: <%= yield :body_after %> 82: 83: <%= render "layout_hooks" %> 84: 85: actionview (4.2.5.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.5.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5.1) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/tyler/Development/GitHub/guts/app/views/layouts/guts/application.html.erb:83:in `___sers_tyler__evelopment__it_ub_guts_app_views_layouts_guts_application_html_erb__305397128438368730_70333166124100' actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:143:in `render' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5.1) 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.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (43.4ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:11:07 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.9ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 500 Internal Server Error in 40ms (ActiveRecord: 0.6ms) ActionView::Template::Error (Missing partial guts/users/_layout_hooks, guts/application/_layout_hooks with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/tyler/Development/GitHub/guts/test/dummy/app/views" * "/Users/tyler/Development/GitHub/guts/app/views" ): 80: <%= javascript_include_tag "guts/application" %> 81: <%= yield :body_after %> 82: 83: <%= render "layout_hooks" %> 84: 85: actionview (4.2.5.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.5.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.5.1) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5.1) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/tyler/Development/GitHub/guts/app/views/layouts/guts/application.html.erb:83:in `___sers_tyler__evelopment__it_ub_guts_app_views_layouts_guts_application_html_erb__305397128438368730_70333166124100' actionview (4.2.5.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5.1) lib/action_view/template.rb:143:in `render' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5.1) 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.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815: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.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5.1) 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.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (46.0ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:11:14 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Rendered guts/application/_layout_hook.html.erb (0.8ms) Completed 500 Internal Server Error in 39ms (ActiveRecord: 0.5ms) SyntaxError (/Users/tyler/Development/GitHub/guts/test/dummy/app/views/guts/application/_layout_hook.html.erb:4: syntax error, unexpected keyword_ensure, expecting end-of-input): app/views/guts/application/_layout_hook.html.erb:4: syntax error, unexpected keyword_ensure, expecting end-of-input Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (45.0ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:11:27 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.7ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 38ms (Views: 35.2ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 00:11:28 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-29 00:11:28 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-29 00:11:28 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 00:11:28 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 00:11:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 00:11:28 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-29 00:11:28 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 00:11:28 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 00:11:28 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-29 00:11:28 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 00:11:28 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 00:11:28 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 00:11:28 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-29 00:11:28 -0330 Started GET "/guts/users" for ::1 at 2016-02-29 00:11:30 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (1.0ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (7.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 66ms (Views: 62.3ms | ActiveRecord: 1.7ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:11:42 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (6.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 61ms (Views: 58.9ms | ActiveRecord: 0.6ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:11:49 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 46ms (Views: 43.4ms | ActiveRecord: 0.5ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:12:04 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 51.5ms | ActiveRecord: 0.6ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:12:11 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.1ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 66ms (Views: 63.3ms | ActiveRecord: 0.9ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:12:23 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 52.0ms | ActiveRecord: 0.5ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:12:42 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (6.5ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Rendered guts/application/_layout_hook.html.erb (0.6ms) Completed 500 Internal Server Error in 67ms (ActiveRecord: 0.8ms) SyntaxError (/Users/tyler/Development/GitHub/guts/test/dummy/app/views/guts/application/_layout_hook.html.erb:4: syntax error, unexpected keyword_ensure, expecting end-of-input): app/views/guts/application/_layout_hook.html.erb:4: syntax error, unexpected keyword_ensure, expecting end-of-input Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (41.2ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:12:48 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.5ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.6ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (7.0ms) Guts::Type Load (0.7ms) SELECT "guts_types".* FROM "guts_types" Rendered guts/application/_layout_hook.html.erb (0.4ms) Completed 500 Internal Server Error in 59ms (ActiveRecord: 2.0ms) SyntaxError (/Users/tyler/Development/GitHub/guts/test/dummy/app/views/guts/application/_layout_hook.html.erb:4: syntax error, unexpected keyword_ensure, expecting end-of-input): app/views/guts/application/_layout_hook.html.erb:4: syntax error, unexpected keyword_ensure, expecting end-of-input Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (39.3ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:13:02 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.9ms) Guts::Type Load (1.1ms) SELECT "guts_types".* FROM "guts_types" Rendered guts/application/_layout_hook.html.erb (0.5ms) Completed 200 OK in 48ms (Views: 44.6ms | ActiveRecord: 1.5ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 00:13:02 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-29 00:13:02 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-29 00:13:02 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-29 00:13:02 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 00:13:02 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 00:13:02 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 00:13:02 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 00:13:02 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 00:13:02 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-29 00:13:02 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 00:13:02 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 00:13:02 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 00:13:02 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-29 00:13:02 -0330 Started GET "/guts/users" for ::1 at 2016-02-29 00:13:31 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.8ms) Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" Rendered guts/application/_layout_hook.html.erb (0.2ms) Completed 200 OK in 57ms (Views: 54.5ms | ActiveRecord: 0.8ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:13:34 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Rendered guts/application/_layout_hook.html.erb (0.1ms) Completed 200 OK in 39ms (Views: 36.8ms | ActiveRecord: 0.5ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:13:58 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (6.7ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Rendered guts/application/_layout_hook.html.erb (0.1ms) Completed 200 OK in 41ms (Views: 37.6ms | ActiveRecord: 0.9ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:15:17 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (7.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 42ms (Views: 39.2ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 00:15:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 00:15:17 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-29 00:15:17 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 00:15:17 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-29 00:15:17 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-29 00:15:17 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 00:15:17 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 00:15:17 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 00:15:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-29 00:15:17 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 00:15:17 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 00:15:17 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 00:15:18 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-29 00:15:18 -0330 Started GET "/guts/users" for ::1 at 2016-02-29 00:15:20 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (9.4ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 74ms (Views: 65.8ms | ActiveRecord: 1.8ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:15:22 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 50.0ms | ActiveRecord: 0.6ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:15:46 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 51ms (Views: 48.8ms | ActiveRecord: 0.7ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:15:53 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (4.5ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 55.3ms | ActiveRecord: 0.6ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:17:53 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 52ms (Views: 49.5ms | ActiveRecord: 0.8ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:17:57 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 30ms (Views: 28.1ms | ActiveRecord: 0.5ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:18:13 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.0ms) Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 43ms (Views: 40.7ms | ActiveRecord: 0.9ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:18:58 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 40ms (Views: 37.4ms | ActiveRecord: 0.7ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:19:00 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.6ms) Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 36ms (Views: 33.5ms | ActiveRecord: 0.8ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:19:11 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 34ms (Views: 31.9ms | ActiveRecord: 0.5ms) Started GET "/guts/users" for ::1 at 2016-02-29 00:19:20 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (4.5ms) Rendered guts/application/_layout_hook.html.erb (0.2ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 50.8ms | ActiveRecord: 0.9ms) Started GET "/guts/users/1/edit" for ::1 at 2016-02-29 10:26:50 -0330 Processing by Guts::UsersController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::User"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::User"]]  (0.2ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.6ms) SELECT "guts_groups".* FROM "guts_groups" CACHE (0.0ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/_form.html.erb (51.4ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/edit.html.erb within layouts/guts/application (53.7ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 87ms (Views: 82.0ms | ActiveRecord: 1.9ms) Started GET "/guts/types" for ::1 at 2016-02-29 10:26:57 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/types/index.html.erb within layouts/guts/application (13.4ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 52.5ms | ActiveRecord: 0.9ms) Started GET "/guts/types/page/edit" for ::1 at 2016-02-29 10:27:02 -0330 Processing by Guts::TypesController#edit as HTML Parameters: {"id"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.9ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Type"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Type"]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/types/_form.html.erb (7.7ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (10.7ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 58.2ms | ActiveRecord: 1.7ms) Started GET "/guts/types/page/metafields" for ::1 at 2016-02-29 10:27:08 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Type", "type_id"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Type"]] Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Type"]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (15.7ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 60.2ms | ActiveRecord: 1.1ms) Started GET "/guts/types/page/metafields/4/edit" for ::1 at 2016-02-29 10:27:14 -0330 Processing by Guts::MetafieldsController#edit as HTML Parameters: {"fieldable_type"=>"Guts::Type", "type_id"=>"page", "id"=>"4"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/metafields/_form.html.erb (3.5ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/metafields/edit.html.erb within layouts/guts/application (6.1ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 54ms (Views: 48.7ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 10:27:15 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 10:27:16 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 10:27:16 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 10:27:16 -0330 Started GET "/guts/categories" for ::1 at 2016-02-29 10:27:40 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.9ms) SELECT "guts_categories".* FROM "guts_categories"  (0.1ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (18.4ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 62ms (Views: 48.9ms | ActiveRecord: 2.5ms) Started GET "/guts/categories/demo-category/edit" for ::1 at 2016-02-29 10:27:46 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/categories/_form.html.erb (7.0ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (9.0ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 49.3ms | ActiveRecord: 1.2ms) Started GET "/guts/navigations" for ::1 at 2016-02-29 10:27:51 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.7ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.4ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.2ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.7ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (63.8ms) Rendered guts/application/_layout_hook.html.erb (0.2ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 138ms (Views: 117.7ms | ActiveRecord: 3.9ms) Started GET "/guts/navigations/test-menu/items/3/edit" for ::1 at 2016-02-29 10:28:02 -0330 Processing by Guts::NavigationItemsController#edit as HTML Parameters: {"navigation_id"=>"test-menu", "id"=>"3"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."id" = ? LIMIT 1 [["id", 3]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 3], ["fieldable_type", "Guts::NavigationItem"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 3], ["filable_type", "Guts::NavigationItem"]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/navigation_items/_form.html.erb (11.8ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/navigation_items/edit.html.erb within layouts/guts/application (13.8ms) Rendered guts/application/_layout_hook.html.erb (0.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 89ms (Views: 45.2ms | ActiveRecord: 0.9ms) Started GET "/guts/navigation_items/navigatable_objects?model=Guts%3A%3AContent" for ::1 at 2016-02-29 10:28:02 -0330 Processing by Guts::NavigationItemsController#navigatable_objects as JSON Parameters: {"model"=>"Guts::Content"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 10ms (Views: 0.2ms | ActiveRecord: 0.7ms) Started GET "/guts/navigations/test-menu/items" for ::1 at 2016-02-29 10:28:21 -0330 Processing by Guts::NavigationItemsController#index as HTML Parameters: {"navigation_id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/navigation_items/index.html.erb within layouts/guts/application (17.4ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 47.4ms | ActiveRecord: 1.4ms) Started GET "/guts/navigations" for ::1 at 2016-02-29 10:28:22 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.1ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.1ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (12.6ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 59ms (Views: 55.5ms | ActiveRecord: 1.1ms) Started GET "/guts/navigations/new" for ::1 at 2016-02-29 10:28:23 -0330 Processing by Guts::NavigationsController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/navigations/_form.html.erb (15.8ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/navigations/new.html.erb within layouts/guts/application (17.8ms) Rendered guts/application/_layout_hook.html.erb (0.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 72ms (Views: 69.5ms | ActiveRecord: 0.4ms) Started GET "/guts/navigations" for ::1 at 2016-02-29 10:28:26 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.5ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.4ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.2ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (31.5ms) Rendered guts/application/_layout_hook.html.erb (0.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 109ms (Views: 100.1ms | ActiveRecord: 2.1ms) Started GET "/guts/navigations/test-menu/edit" for ::1 at 2016-02-29 10:28:27 -0330 Processing by Guts::NavigationsController#edit as HTML Parameters: {"id"=>"test-menu"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Navigation Load (0.1ms) SELECT "guts_navigations".* FROM "guts_navigations" WHERE "guts_navigations"."slug" = ? ORDER BY "guts_navigations"."id" ASC LIMIT 1 [["slug", "test-menu"]]  (0.3ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Navigation"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Navigation"]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/navigations/_form.html.erb (15.6ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/navigations/edit.html.erb within layouts/guts/application (17.7ms) Rendered guts/application/_layout_hook.html.erb (0.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 102ms (Views: 97.2ms | ActiveRecord: 0.9ms) Started GET "/guts/navigations" for ::1 at 2016-02-29 10:28:33 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.5ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.2ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.4ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.3ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (21.0ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 68ms (Views: 63.0ms | ActiveRecord: 2.1ms) Started GET "/guts/media" for ::1 at 2016-02-29 10:28:34 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" LIMIT 30 OFFSET 0 Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/media/index.html.erb within layouts/guts/application (35.3ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 82ms (Views: 76.9ms | ActiveRecord: 1.8ms) Started GET "/guts/media/5/edit" for ::1 at 2016-02-29 10:28:40 -0330 Processing by Guts::MediaController#edit as HTML Parameters: {"id"=>"5"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.4ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Medium Load (0.8ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 5]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/media/_form.html.erb (12.3ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/media/edit.html.erb within layouts/guts/application (17.1ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.9ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 110ms (Views: 93.2ms | ActiveRecord: 2.4ms) Started PATCH "/guts/media/5" for ::1 at 2016-02-29 10:28:54 -0330 Processing by Guts::MediaController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HaOpK+rdS6OprYa2TvwU/KIQ67h4kLWz/yYpOJ8gOazCV+Rc5XRAjKuTF3WRDwEfumuSb3sKBuMWdCP414nzFQ==", "commit"=>"Save", "medium"=>{"title"=>"Pepper!!", "caption"=>"", "tags"=>""}, "id"=>"5"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Medium Load (0.2ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "guts_media" SET "title" = ?, "updated_at" = ? WHERE "guts_media"."id" = ? [["title", "Pepper!!"], ["updated_at", "2016-02-29 13:58:54.892649"], ["id", 5]]  (0.7ms) commit transaction Redirected to http://localhost:3000/guts/media Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/guts/media" for ::1 at 2016-02-29 10:28:54 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" LIMIT 30 OFFSET 0 Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/media/index.html.erb within layouts/guts/application (11.8ms) Rendered guts/application/_layout_hook.html.erb (0.2ms) Guts::Type Load (0.7ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 75ms (Views: 71.1ms | ActiveRecord: 1.3ms) Started GET "/guts/media/5" for ::1 at 2016-02-29 10:29:02 -0330 Processing by Guts::MediaController#show as HTML Parameters: {"id"=>"5"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 5]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/media/show.html.erb within layouts/guts/application (2.1ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 52.1ms | ActiveRecord: 0.5ms) Started GET "/assets/ubuntu-bold-1f023ec3a4feba02773d31a4b4aac363821792ce0aa90bf92c02abfda2a32ce5.woff2" for ::1 at 2016-02-29 10:29:02 -0330 Started GET "/guts/media" for ::1 at 2016-02-29 10:29:09 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.7ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.6ms) SELECT "guts_media".* FROM "guts_media" LIMIT 30 OFFSET 0 Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/media/index.html.erb within layouts/guts/application (17.7ms) Rendered guts/application/_layout_hook.html.erb (0.4ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 96ms (Views: 90.7ms | ActiveRecord: 2.1ms) Started GET "/guts/media/new" for ::1 at 2016-02-29 10:29:10 -0330 Processing by Guts::MediaController#new as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/media/_form.html.erb (2.5ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/media/new.html.erb within layouts/guts/application (4.9ms) Rendered guts/application/_layout_hook.html.erb (0.4ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 53.3ms | ActiveRecord: 0.3ms) Started GET "/guts/groups" for ::1 at 2016-02-29 10:29:14 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.2ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (12.8ms) Rendered guts/application/_layout_hook.html.erb (0.3ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 66ms (Views: 61.9ms | ActiveRecord: 0.8ms) Started GET "/guts/groups/admins/edit" for ::1 at 2016-02-29 10:29:20 -0330 Processing by Guts::GroupsController#edit as HTML Parameters: {"id"=>"admins"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.6ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."slug" = ? ORDER BY "guts_groups"."id" ASC LIMIT 1 [["slug", "admins"]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Group"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Group"]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/groups/_form.html.erb (22.9ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/groups/edit.html.erb within layouts/guts/application (27.7ms) Rendered guts/application/_layout_hook.html.erb (0.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 104ms (Views: 95.6ms | ActiveRecord: 1.4ms) Started GET "/guts/contents?type=page" for ::1 at 2016-02-29 10:29:24 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.9ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 LIMIT 30 OFFSET 0 Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (12.6ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 108ms (Views: 95.6ms | ActiveRecord: 2.0ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 10:29:30 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.5ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (26.4ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (28.6ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 70ms (Views: 64.3ms | ActiveRecord: 1.7ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 10:29:31 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (19.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (228.2ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 10:29:31 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 10:29:37 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (12.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (143.9ms) Started GET "/guts/media?insert=1" for ::1 at 2016-02-29 10:29:53 -0330 Processing by Guts::MediaController#index as HTML Parameters: {"insert"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" LIMIT 30 OFFSET 0 Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/media/index.html.erb within layouts/guts/application (7.5ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 48ms (Views: 44.3ms | ActiveRecord: 0.8ms) Started GET "/guts/media/5/editor_insert" for ::1 at 2016-02-29 10:30:02 -0330 Processing by Guts::MediaController#editor_insert as */* Parameters: {"id"=>"5"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 5]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/media/editor_insert.html.erb (1.2ms) Completed 200 OK in 19ms (Views: 16.3ms | ActiveRecord: 0.2ms) Started GET "/guts/trackers" for ::1 at 2016-02-29 10:30:22 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.3ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.7ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_group_update.html.erb (4.8ms) Guts::Option Load (0.1ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.6ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_option_update.html.erb (9.2ms) CACHE (0.0ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_option_update.html.erb (2.6ms) CACHE (0.0ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_option_update.html.erb (2.4ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (4.5ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.4ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.4ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.0ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.2ms) Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_category_update.html.erb (3.8ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.3ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_type_update.html.erb (5.7ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.5ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (4.4ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_type_create.html.erb (1.2ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.5ms) CACHE (0.0ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_category_update.html.erb (2.5ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (94.6ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 147ms (Views: 137.5ms | ActiveRecord: 2.4ms) Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2016-02-29 10:30:22 -0330 Started GET "/guts/options" for ::1 at 2016-02-29 10:31:01 -0330 Processing by Guts::OptionsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.9ms) SELECT COUNT(*) FROM "guts_options" Guts::Option Load (0.2ms) SELECT "guts_options".* FROM "guts_options" LIMIT 30 OFFSET 0 Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/options/index.html.erb within layouts/guts/application (9.3ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 60ms (Views: 55.5ms | ActiveRecord: 1.5ms) Started GET "/guts/options/1/edit" for ::1 at 2016-02-29 10:31:06 -0330 Processing by Guts::OptionsController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.4ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Option Load (0.3ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/options/_form.html.erb (7.8ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/options/edit.html.erb within layouts/guts/application (10.1ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.7ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 69ms (Views: 60.2ms | ActiveRecord: 1.5ms) Started GET "/guts/session/logout" for ::1 at 2016-02-29 10:31:12 -0330 Processing by Guts::SessionsController#destroy as HTML Redirected to http://localhost:3000/guts/session/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/guts/session/login" for ::1 at 2016-02-29 10:31:12 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (6.1ms) Rendered guts/application/_layout_hook.html.erb (0.2ms) Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 64ms (Views: 63.4ms | ActiveRecord: 0.2ms) Started GET "/guts/session/login" for ::1 at 2016-02-29 10:31:14 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (1.3ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 36ms (Views: 36.0ms | ActiveRecord: 0.1ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-29 10:31:14 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 10:31:14 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 10:31:14 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-29 10:31:14 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 10:31:14 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-29 10:31:14 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 10:31:14 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 10:31:14 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 10:31:14 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 10:31:15 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-29 10:31:15 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 10:31:15 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 10:31:15 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-29 10:31:15 -0330 Started GET "/guts/session/forgot" for ::1 at 2016-02-29 10:31:18 -0330 Processing by Guts::SessionsController#forgot as HTML Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/sessions/forgot.html.erb within layouts/guts/application (1.8ms) Rendered guts/application/_layout_hook.html.erb (0.2ms) Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 67ms (Views: 66.2ms | ActiveRecord: 0.1ms) Started GET "/" for ::1 at 2016-02-29 20:37:49 -0330 Processing by Rails::WelcomeController#index as HTML Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/railties-4.2.5.1/lib/rails/templates/rails/welcome/index.html.erb (1.9ms) Completed 200 OK in 18ms (Views: 17.1ms | ActiveRecord: 0.0ms) Started GET "/guts" for ::1 at 2016-02-29 20:37:52 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (3.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Redirected to http://localhost:3000/guts/session/login Filter chain halted as :firewall rendered or redirected Completed 302 Found in 49ms (ActiveRecord: 3.8ms) Started GET "/guts/session/login" for ::1 at 2016-02-29 20:37:53 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (40.8ms) Rendered guts/application/_layout_hook.html.erb (0.4ms) Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 913ms (Views: 912.0ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-29 20:37:54 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 20:37:54 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-29 20:37:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 20:37:54 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 20:37:54 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-29 20:37:54 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 20:37:54 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 20:37:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-29 20:37:54 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 20:37:54 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 20:37:54 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 20:37:54 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 20:37:54 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-29 20:37:54 -0330 Started GET "/assets/ubuntu-regular-3e0cc31c3524b06e88caf8e1ab985f84c224451c1cc137136ba0402afdf8c67c.woff2" for ::1 at 2016-02-29 20:37:54 -0330 Started GET "/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 20:37:54 -0330 Started GET "/guts/session/login" for ::1 at 2016-02-29 20:38:04 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (2.3ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::User Load (0.7ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 86ms (Views: 84.9ms | ActiveRecord: 0.7ms) Started GET "/guts/session/login" for ::1 at 2016-02-29 20:38:04 -0330 Processing by Guts::SessionsController#new as HTML Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/sessions/new.html.erb within layouts/guts/application (5.7ms) Rendered guts/application/_layout_hook.html.erb (0.4ms) Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" IS NULL LIMIT 1 Completed 200 OK in 110ms (Views: 109.8ms | ActiveRecord: 0.3ms) Started POST "/guts/session/login" for ::1 at 2016-02-29 20:38:05 -0330 Processing by Guts::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"tO5s7ydZwlUWlucN4rkeLWOvqFVFmaipRSSbQLqJscprGiGYKPDJehSods49SgvOe9TRgkYDG/msdpGA8iB7cw==", "commit"=>"Login", "session"=>{"email"=>"tyler.n.king@outlook.com", "password"=>"[FILTERED]"}} Guts::User Load (1.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]] Redirected to http://localhost:3000/guts/users Completed 302 Found in 119ms (ActiveRecord: 1.8ms) Started GET "/guts/users" for ::1 at 2016-02-29 20:38:05 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.8ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (5.3ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.8ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 131ms (Views: 55.8ms | ActiveRecord: 3.1ms) Started POST "/guts/session/login" for ::1 at 2016-02-29 20:38:18 -0330 Processing by Guts::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZXT1kOcVvroY4XXM9wJPDL9RgCRpTsxlok6nDuSlL9UklMm83dRqb7GxTbUDAkfQnhUfhyvnMGtnwtdCu2GjTw==", "commit"=>"Login", "session"=>{"email"=>"tyler.n.king@outlook.com", "password"=>"[FILTERED]"}} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."email" = ? LIMIT 1 [["email", "tyler.n.king@outlook.com"]] Redirected to http://localhost:3000/guts/users Completed 302 Found in 91ms (ActiveRecord: 0.1ms) Started GET "/guts/users" for ::1 at 2016-02-29 20:38:18 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (9.9ms) Rendered guts/application/_layout_hook.html.erb (0.3ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 99ms (Views: 81.8ms | ActiveRecord: 1.0ms) Started GET "/guts/users" for ::1 at 2016-02-29 20:38:32 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (3.0ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 70ms (Views: 67.2ms | ActiveRecord: 0.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 20:38:32 -0330 Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-29 20:38:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 20:38:32 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-29 20:38:32 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-29 20:38:32 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 20:38:32 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 20:38:32 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 20:38:32 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 20:38:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-29 20:38:32 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 20:38:32 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 20:38:32 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 20:38:32 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-29 20:38:32 -0330 Started GET "/guts/users" for ::1 at 2016-02-29 20:38:33 -0330 Processing by Guts::UsersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_users" Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" CACHE (0.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/index.html.erb within layouts/guts/application (2.8ms) Rendered guts/application/_layout_hook.html.erb (0.0ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 67ms (Views: 64.7ms | ActiveRecord: 0.5ms) Started GET "/assets/guts/fonts.self-c8c8c5d29779f82b0a08f4a8bf18a8e57b1694a314940fa2d48ebb25f0fc62b8.css?body=1" for ::1 at 2016-02-29 20:38:33 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 20:38:33 -0330 Started GET "/assets/guts/vendor/font-awesome.self-defe6ebf847c13e955999f6a645cbe6c34291760ce06632ce2212aecf42a52dd.css?body=1" for ::1 at 2016-02-29 20:38:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 20:38:33 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-29 20:38:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 20:38:33 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 20:38:33 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 20:38:33 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 20:38:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-29 20:38:33 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 20:38:33 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 20:38:33 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 20:38:33 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-29 20:38:33 -0330 Started GET "/guts/users/1/edit" for ::1 at 2016-02-29 20:38:37 -0330 Processing by Guts::UsersController#edit as HTML Parameters: {"id"=>"1"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::User"]]  (0.4ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::User"]]  (0.3ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" CACHE (0.0ms) SELECT "guts_groups".id FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/_form.html.erb (37.9ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/users/edit.html.erb within layouts/guts/application (40.8ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 92ms (Views: 87.9ms | ActiveRecord: 2.0ms) Started GET "/guts/media" for ::1 at 2016-02-29 20:38:38 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.5ms) SELECT "guts_media".* FROM "guts_media" LIMIT 30 OFFSET 0 Guts::Content Load (4.5ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/media/index.html.erb within layouts/guts/application (65.3ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 129ms (Views: 120.7ms | ActiveRecord: 5.9ms) Started GET "/guts/navigations" for ::1 at 2016-02-29 20:38:39 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.5ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.4ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.4ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (44.8ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 110ms (Views: 98.5ms | ActiveRecord: 3.4ms) Started GET "/guts/categories" for ::1 at 2016-02-29 20:38:40 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.4ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.4ms) SELECT "guts_categories".* FROM "guts_categories"  (0.4ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (16.1ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 110ms (Views: 69.7ms | ActiveRecord: 2.3ms) Started GET "/guts/types" for ::1 at 2016-02-29 20:38:41 -0330 Processing by Guts::TypesController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.5ms) SELECT COUNT(*) FROM "guts_types" Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.4ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "guts_contents" WHERE "guts_contents"."type_id" = ? [["type_id", 2]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/types/index.html.erb within layouts/guts/application (19.8ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 90ms (Views: 86.3ms | ActiveRecord: 1.5ms) Started GET "/guts/groups" for ::1 at 2016-02-29 20:38:43 -0330 Processing by Guts::GroupsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "guts_groups" Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups"  (0.2ms) SELECT COUNT(*) FROM "guts_users" INNER JOIN "guts_user_groups" ON "guts_users"."id" = "guts_user_groups"."user_id" WHERE "guts_user_groups"."group_id" = ? [["group_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/groups/index.html.erb within layouts/guts/application (8.8ms) Rendered guts/application/_layout_hook.html.erb (0.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 102ms (Views: 97.6ms | ActiveRecord: 1.2ms) Started GET "/guts/contents?type=post" for ::1 at 2016-02-29 20:38:45 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"post"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "post"]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 LIMIT 30 OFFSET 0 Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (2.3ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.7ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 74ms (Views: 69.7ms | ActiveRecord: 1.2ms) Started GET "/guts/contents?type=page" for ::1 at 2016-02-29 20:38:46 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.6ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.7ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 LIMIT 30 OFFSET 0 Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (14.6ms) Rendered guts/application/_layout_hook.html.erb (0.8ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 101ms (Views: 88.2ms | ActiveRecord: 1.9ms) Started GET "/guts/trackers" for ::1 at 2016-02-29 20:38:49 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.9ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.6ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_group_update.html.erb (11.1ms) Guts::Option Load (2.3ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_option_update.html.erb (12.4ms) CACHE (0.0ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_option_update.html.erb (2.5ms) CACHE (0.0ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_option_update.html.erb (2.3ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (8.3ms) CACHE (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (10.6ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (4.6ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (3.9ms) Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_category_update.html.erb (6.5ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.6ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_type_update.html.erb (17.4ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (4.1ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (3.6ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.6ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_type_create.html.erb (1.5ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.7ms) CACHE (0.0ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_category_update.html.erb (5.8ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (170.0ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 221ms (Views: 210.9ms | ActiveRecord: 5.1ms) Started GET "/assets/ubuntu-medium-13067e7b90ec70724682b4c34754f637ceac7b6871ff0eda817bdc12dfff6221.woff2" for ::1 at 2016-02-29 20:38:49 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 20:39:06 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 20:39:06 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 20:39:06 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-29 20:48:18 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.6ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (1.0ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.9ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.4ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_group_update.html.erb (3.9ms) Guts::Option Load (0.3ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.3ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_option_update.html.erb (6.8ms) CACHE (0.0ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_option_update.html.erb (2.2ms) CACHE (0.0ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_option_update.html.erb (2.5ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.8ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.6ms) CACHE (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (7.1ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.3ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_category_update.html.erb (3.2ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_type_update.html.erb (2.9ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.6ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.4ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_type_create.html.erb (0.8ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.3ms) CACHE (0.0ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_category_update.html.erb (5.9ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (94.5ms) Rendered guts/application/_layout_hook.html.erb (0.5ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 970ms (Views: 955.7ms | ActiveRecord: 3.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 20:48:19 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 20:48:19 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 20:48:19 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 20:48:19 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 20:48:19 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-29 20:48:19 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 20:48:19 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 20:48:19 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-29 20:48:19 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 20:48:19 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 20:48:19 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 20:48:19 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 20:48:19 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-29 20:48:19 -0330 Started GET "/assets/ubuntu/ubuntu-medium-1873061e69487db5ffe3cd313bf7915706ef69a7060ead47180cc6cd276455e3.woff" for ::1 at 2016-02-29 20:48:19 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 20:48:19 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 20:48:19 -0330 Started GET "/guts/trackers" for ::1 at 2016-02-29 20:48:28 -0330 Processing by Guts::TrackersController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Tracker Load (0.2ms) SELECT "guts_trackers".* FROM "guts_trackers" ORDER BY "guts_trackers"."created_at" DESC Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" WHERE "guts_groups"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_group_update.html.erb (2.9ms) Guts::Option Load (0.7ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.3ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_option_update.html.erb (9.5ms) CACHE (0.1ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.4ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_option_update.html.erb (8.4ms) CACHE (0.1ms) SELECT "guts_options".* FROM "guts_options" WHERE "guts_options"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.5ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_option_update.html.erb (3.8ms) CACHE (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (5.0ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (3.0ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.8ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.7ms) Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.2ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_category_update.html.erb (4.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_type_update.html.erb (7.7ms) CACHE (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (3.9ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (2.7ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_type_destroy.html.erb (0.1ms) Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 4]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_type_create.html.erb (6.2ms) CACHE (0.0ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.5ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_user_update.html.erb (6.5ms) CACHE (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_params.html.erb (0.3ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/actions/_category_update.html.erb (5.4ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/trackers/index.html.erb within layouts/guts/application (133.0ms) Rendered guts/application/_layout_hook.html.erb (0.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 207ms (Views: 202.2ms | ActiveRecord: 2.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 20:48:28 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 20:48:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 20:48:29 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 20:48:29 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 20:48:29 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 20:48:29 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-29 20:48:29 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 20:48:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-f1de35952d4e269b45e3a6c390445bf2a3b4b643b69a5de4bb63790e7ca1d1b9.js?body=1" for ::1 at 2016-02-29 20:48:29 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 20:48:29 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 20:48:29 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 20:48:29 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 20:48:29 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-29 20:48:29 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 20:48:29 -0330 Started GET "/assets/ubuntu/ubuntu-medium-1873061e69487db5ffe3cd313bf7915706ef69a7060ead47180cc6cd276455e3.woff" for ::1 at 2016-02-29 20:48:29 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 20:48:29 -0330 Started GET "/guts/contents?type=page" for ::1 at 2016-02-29 20:48:41 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.9ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 LIMIT 30 OFFSET 0 Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (6.1ms) Rendered guts/application/_layout_hook.html.erb (0.2ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 65ms (Views: 57.2ms | ActiveRecord: 2.0ms) Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 20:48:43 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (1.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.3ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (27.7ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (30.3ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 86ms (Views: 80.3ms | ActiveRecord: 2.3ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 20:48:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 20:48:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 20:48:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 20:48:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 20:48:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 20:48:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 20:48:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 20:48:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 20:48:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 20:48:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 20:48:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 20:48:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 20:48:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 20:48:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 20:48:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 20:48:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 20:48:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 20:48:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 20:48:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 20:48:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 20:48:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 20:48:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 20:48:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 20:48:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 20:48:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 20:48:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 20:48:45 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 20:48:45 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 20:48:45 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 20:48:45 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (11.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (237.7ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 20:48:45 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 20:51:06 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (1.6ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (1.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (3.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.4ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.4ms) 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]] Guts::Category Load (0.5ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (110.7ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (117.7ms) Rendered guts/application/_layout_hook.html.erb (0.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 1707ms (Views: 1468.9ms | ActiveRecord: 16.1ms) Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 20:51:08 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 20:51:08 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 20:51:08 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 20:51:08 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 20:51:08 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 20:51:08 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 20:51:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 20:51:08 -0330 Started GET "/assets/guts/vendor/foundation.self-d7182f21e5d1fd27bbab42ab635694c9904cf9e2d55735e8ef17ee4a77049371.js?body=1" for ::1 at 2016-02-29 20:51:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 20:51:08 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 20:51:08 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 20:51:08 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-02-29 20:51:08 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 20:51:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 20:51:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 20:51:08 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 20:51:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 20:51:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 20:51:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 20:51:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 20:51:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 20:51:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 20:51:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 20:51:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 20:51:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 20:51:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 20:51:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 20:51:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 20:51:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 20:51:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 20:51:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 20:51:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 20:51:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 20:51:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 20:51:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 20:51:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 20:51:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 20:51:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 20:51:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 20:51:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 20:51:09 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 20:51:09 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 20:51:09 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 20:51:09 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (12.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (342.0ms) Started GET "/guts/contents?type=page" for ::1 at 2016-02-29 20:51:21 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (1.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 LIMIT 30 OFFSET 0 Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (8.0ms) Rendered guts/application/_layout_hook.html.erb (0.4ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 53ms (Views: 47.0ms | ActiveRecord: 2.0ms) Started GET "/guts/contents?type=post" for ::1 at 2016-02-29 20:51:22 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"post"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "post"]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 2 LIMIT 30 OFFSET 0 Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (1.0ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 57ms (Views: 53.3ms | ActiveRecord: 0.6ms) Started GET "/guts/contents?type=page" for ::1 at 2016-02-29 20:51:23 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 LIMIT 30 OFFSET 0 Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (16.1ms) Rendered guts/application/_layout_hook.html.erb (0.4ms) Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 101ms (Views: 87.4ms | ActiveRecord: 1.7ms) Started GET "/guts/contents?type=page" for ::1 at 2016-02-29 20:55:38 -0330 Processing by Guts::ContentsController#index as HTML Parameters: {"type"=>"page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]] Guts::Content Load (0.9ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."type_id" = 1 LIMIT 30 OFFSET 0 Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (5.1ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 366ms (Views: 360.8ms | ActiveRecord: 1.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 20:55:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 20:55:39 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 20:55:39 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 20:55:39 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 20:55:39 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 20:55:39 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 20:55:39 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 20:55:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 20:55:39 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 20:55:39 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 20:55:39 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 20:55:39 -0330 Started GET "/assets/guts/application.self-07f06be7548ec107628213e048263d1a757ec57064e18860c3799d9832b1248a.js?body=1" for ::1 at 2016-02-29 20:55:39 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 20:55:39 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 20:55:40 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.3ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.3ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.1ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (31.8ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (34.2ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 70ms (Views: 65.1ms | ActiveRecord: 1.8ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 20:55:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 20:55:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 20:55:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 20:55:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 20:55:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 20:55:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 20:55:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 20:55:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 20:55:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 20:55:40 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 20:55:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 20:55:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 20:55:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 20:55:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 20:55:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 20:55:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 20:55:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 20:55:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 20:55:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 20:55:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 20:55:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 20:55:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 20:55:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 20:55:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 20:55:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 20:55:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 20:55:41 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 20:55:41 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 20:55:41 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 20:55:41 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (17.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (212.0ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 20:55:41 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 20:55:56 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.4ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (17.3ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (19.6ms) Rendered guts/application/_layout_hook.html.erb (0.3ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 261ms (Views: 254.3ms | ActiveRecord: 1.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 20:55:56 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 20:55:56 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 20:55:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 20:55:57 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 20:55:57 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 20:55:57 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 20:55:57 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 20:55:57 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 20:55:57 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 20:55:57 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 20:55:57 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 20:55:57 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 20:55:57 -0330 Started GET "/assets/guts/application.self-e7b830350bba9c37ee42c5c7830f96461a4048600ea4bbe08f91ee076800cc76.js?body=1" for ::1 at 2016-02-29 20:55:57 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 20:55:57 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 20:55:57 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 20:55:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 20:55:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 20:55:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 20:55:57 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 20:55:58 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (17.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (233.4ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 20:55:58 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 20:59:21 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (1.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (18.3ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (21.2ms) Rendered guts/application/_layout_hook.html.erb (0.9ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 337ms (Views: 320.3ms | ActiveRecord: 2.9ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 20:59:21 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 20:59:21 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 20:59:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 20:59:21 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 20:59:21 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 20:59:21 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 20:59:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 20:59:21 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 20:59:21 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 20:59:21 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 20:59:21 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 20:59:21 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 20:59:21 -0330 Started GET "/assets/guts/application.self-9e3b58a663239e4367fbfe327aac0f37a8ce7046b53f6bddb2661b46d88617f2.js?body=1" for ::1 at 2016-02-29 20:59:21 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 20:59:21 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 20:59:21 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 20:59:22 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 20:59:23 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 20:59:23 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (24.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (273.4ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 20:59:23 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 20:59:50 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.4ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (4.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (25.9ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (30.2ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 325ms (Views: 307.3ms | ActiveRecord: 5.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 20:59:50 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 20:59:50 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 20:59:50 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 20:59:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 20:59:50 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 20:59:50 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 20:59:50 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 20:59:50 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 20:59:50 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 20:59:50 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 20:59:50 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 20:59:50 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 20:59:50 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 20:59:50 -0330 Started GET "/assets/guts/application.self-4d4c043f4c154373c28eb761663fe575f9d90a563d56bbb1db49a273f78ec00b.js?body=1" for ::1 at 2016-02-29 20:59:51 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 20:59:51 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 20:59:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 20:59:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 20:59:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 20:59:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 20:59:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 20:59:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 20:59:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 20:59:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 20:59:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 20:59:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 20:59:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 20:59:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 20:59:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 20:59:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 20:59:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 20:59:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 20:59:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 20:59:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 20:59:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 20:59:51 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 20:59:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 20:59:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 20:59:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 20:59:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 20:59:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 20:59:52 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 20:59:52 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 20:59:52 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 20:59:52 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 20:59:52 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (15.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (250.9ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 20:59:52 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:01:06 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.5ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (10.3ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (12.5ms) Rendered guts/application/_layout_hook.html.erb (1.2ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 272ms (Views: 261.9ms | ActiveRecord: 1.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:01:07 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:01:07 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:01:07 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:01:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:01:07 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:01:07 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:01:07 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:01:07 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:01:07 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:01:07 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:01:07 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:01:07 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:01:07 -0330 Started GET "/assets/guts/application.self-0b9b37321e0c06682b9bb3ae233694ea88aba610f271c9996b2391c5b38199fa.js?body=1" for ::1 at 2016-02-29 21:01:07 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:01:07 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:01:07 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:01:08 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:01:08 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (10.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (249.1ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:01:09 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:05:17 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (19.0ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (21.7ms) Rendered guts/application/_layout_hook.html.erb (0.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 287ms (Views: 280.8ms | ActiveRecord: 1.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:05:17 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:05:17 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:05:17 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:05:17 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:05:17 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:05:17 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:05:17 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:05:18 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:05:18 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:05:18 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:05:18 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:05:18 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:05:18 -0330 Started GET "/assets/guts/application.self-199e4edfd25965309e264e1d17cd99710b0fe5e085de35c522c714df7e372a76.js?body=1" for ::1 at 2016-02-29 21:05:18 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:05:18 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:05:18 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:05:18 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:05:18 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:05:18 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:05:18 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:05:18 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:05:18 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:05:18 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:05:18 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:05:18 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:05:18 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:05:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:05:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:05:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:05:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:05:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:05:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:05:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:05:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:05:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:05:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:05:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:05:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:05:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:05:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:05:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:05:19 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:05:19 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:05:19 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:05:19 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:05:19 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (17.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (25.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (365.9ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:05:20 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:05:34 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.1ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (20.0ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (22.3ms) Rendered guts/application/_layout_hook.html.erb (0.2ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 298ms (Views: 288.4ms | ActiveRecord: 1.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:05:35 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:05:35 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:05:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:05:35 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:05:35 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:05:35 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:05:35 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:05:35 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:05:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:05:35 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:05:35 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:05:35 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:05:35 -0330 Started GET "/assets/guts/application.self-42152985f1f49bfc1e42fa99b0ef90dbbf1db4c43e06801134f7b46bbf2fb17c.js?body=1" for ::1 at 2016-02-29 21:05:35 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:05:35 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:05:35 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:05:36 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:05:36 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (31.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (287.0ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:05:37 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:06:39 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.8ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (24.2ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (28.6ms) Rendered guts/application/_layout_hook.html.erb (0.4ms) CACHE (0.5ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 516ms (Views: 490.8ms | ActiveRecord: 2.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:06:40 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:06:40 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:06:41 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:06:41 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:06:41 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:06:41 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:06:41 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:06:41 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:06:41 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:06:41 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:06:41 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:06:41 -0330 Started GET "/assets/guts/application.self-cc23ef0e9c50cfe29a6adceb277ef0afb9fd4a5d2f13d72463ed17fab03f1c26.js?body=1" for ::1 at 2016-02-29 21:06:41 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:06:41 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:06:41 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:06:41 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:06:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:06:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:06:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:06:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:06:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:06:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:06:41 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:06:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:06:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:06:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:06:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:06:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:06:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:06:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:06:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:06:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:06:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:06:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:06:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:06:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:06:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:06:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:06:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:06:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:06:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:06:42 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:06:42 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:06:42 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:06:42 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:06:42 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (17.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (253.2ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:06:42 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:06:51 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.7ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (1.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (26.7ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (29.7ms) Rendered guts/application/_layout_hook.html.erb (0.3ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 291ms (Views: 279.9ms | ActiveRecord: 3.0ms) Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:06:51 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:06:51 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:06:51 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:06:51 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:06:51 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:06:51 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:06:52 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:06:52 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:06:52 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:06:52 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:06:52 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:06:52 -0330 Started GET "/assets/guts/application.self-41a6984f899d07826483d595b67cceeeeb55187f88b63abcdba83527e0345c89.js?body=1" for ::1 at 2016-02-29 21:06:52 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:06:52 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:06:52 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:06:52 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:06:53 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:06:53 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (30.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (276.6ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:06:54 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:06:55 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (23.0ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (24.7ms) Rendered guts/application/_layout_hook.html.erb (0.2ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 97ms (Views: 89.9ms | ActiveRecord: 1.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:06:55 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:06:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:06:55 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:06:55 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:06:55 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:06:55 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:06:55 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:06:55 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:06:55 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:06:55 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:06:55 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:06:55 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:06:55 -0330 Started GET "/assets/guts/application.self-41a6984f899d07826483d595b67cceeeeb55187f88b63abcdba83527e0345c89.js?body=1" for ::1 at 2016-02-29 21:06:55 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:06:55 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:06:55 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:06:56 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:06:57 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:06:57 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:06:57 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (23.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (263.8ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:06:57 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:07:07 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (17.4ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (19.2ms) Rendered guts/application/_layout_hook.html.erb (0.4ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 266ms (Views: 260.0ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:07:08 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:07:08 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:07:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:07:08 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:07:08 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:07:08 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:07:08 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:07:08 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:07:08 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:07:08 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:07:08 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:07:08 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:07:08 -0330 Started GET "/assets/guts/application.self-fe73fe54d9834a8e6aaa3a6f823cfe3da2c281a5dee7d33de64005e3b59a6836.js?body=1" for ::1 at 2016-02-29 21:07:08 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:07:08 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:07:08 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:07:09 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:07:09 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (17.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (208.6ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:07:10 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:07:11 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (17.7ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (21.5ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 71ms (Views: 64.6ms | ActiveRecord: 1.5ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:07:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:07:11 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:07:11 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:07:11 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:07:11 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:07:11 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:07:11 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:07:11 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:07:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:07:11 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:07:11 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:07:11 -0330 Started GET "/assets/guts/application.self-fe73fe54d9834a8e6aaa3a6f823cfe3da2c281a5dee7d33de64005e3b59a6836.js?body=1" for ::1 at 2016-02-29 21:07:11 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:07:11 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:07:11 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:07:11 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:07:12 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:07:13 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:07:13 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:07:13 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (8.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (269.8ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:07:13 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:07:25 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (14.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (16.9ms) Rendered guts/application/_layout_hook.html.erb (0.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 266ms (Views: 259.7ms | ActiveRecord: 1.3ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:07:25 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:07:25 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:07:25 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:07:25 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:07:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:07:25 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:07:25 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:07:25 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:07:25 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:07:25 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:07:25 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:07:25 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:07:25 -0330 Started GET "/assets/guts/application.self-4501961396e7649ebf5831366b37732089ba93b152250aaae23c27a680adb1ca.js?body=1" for ::1 at 2016-02-29 21:07:25 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:07:26 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:07:26 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:07:27 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:07:27 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (9.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (209.3ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:07:28 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:07:29 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (17.8ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (21.0ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 70ms (Views: 63.4ms | ActiveRecord: 1.5ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:07:29 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:07:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:07:29 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:07:29 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:07:29 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:07:29 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:07:29 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:07:29 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:07:30 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:07:30 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:07:30 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:07:30 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:07:30 -0330 Started GET "/assets/guts/application.self-4501961396e7649ebf5831366b37732089ba93b152250aaae23c27a680adb1ca.js?body=1" for ::1 at 2016-02-29 21:07:30 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:07:30 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:07:30 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:07:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:07:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:07:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:07:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:07:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:07:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:07:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:07:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:07:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:07:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:07:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:07:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:07:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:07:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:07:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:07:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:07:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:07:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:07:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:07:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:07:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:07:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:07:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:07:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:07:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:07:31 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:07:31 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:07:31 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:07:31 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:07:32 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (10.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (175.5ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:07:32 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:08:06 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (11.5ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (14.6ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 294ms (Views: 284.4ms | ActiveRecord: 1.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:08:06 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:08:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:08:06 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:08:06 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:08:06 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:08:06 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:08:06 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:08:06 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:08:06 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:08:06 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:08:06 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:08:06 -0330 Started GET "/assets/guts/application.self-4eb78e5a839b738082810aaf1966d2a94c3a4e41645d7e81c5f59c3f001a2a54.js?body=1" for ::1 at 2016-02-29 21:08:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:08:06 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:08:06 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:08:06 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:08:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:08:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:08:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:08:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:08:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:08:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:08:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:08:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:08:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:08:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:08:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:08:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:08:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:08:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:08:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:08:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:08:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:08:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:08:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:08:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:08:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:08:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:08:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:08:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:08:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:08:08 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:08:08 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:08:08 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:08:08 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:08:08 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (13.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (222.1ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:08:08 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:08:19 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.7ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (19.6ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (23.8ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 82ms (Views: 72.0ms | ActiveRecord: 1.9ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:08:19 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:08:19 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:08:19 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:08:19 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:08:19 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:08:19 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:08:19 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:08:19 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:08:19 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:08:19 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:08:19 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:08:19 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:08:19 -0330 Started GET "/assets/guts/application.self-4501961396e7649ebf5831366b37732089ba93b152250aaae23c27a680adb1ca.js?body=1" for ::1 at 2016-02-29 21:08:19 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:08:19 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:08:19 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:08:20 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:08:20 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (21.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (236.5ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:08:21 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:08:28 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.4ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (2.1ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (15.8ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (18.7ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 84ms (Views: 71.9ms | ActiveRecord: 3.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:08:28 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:08:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:08:29 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:08:29 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:08:29 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:08:29 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:08:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:08:29 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:08:29 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:08:29 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:08:29 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:08:29 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:08:29 -0330 Started GET "/assets/guts/application.self-41a6984f899d07826483d595b67cceeeeb55187f88b63abcdba83527e0345c89.js?body=1" for ::1 at 2016-02-29 21:08:29 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:08:29 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:08:29 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:08:29 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:08:29 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:08:29 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:08:29 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:08:30 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (10.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (238.6ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:08:30 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:17:16 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.9ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.6ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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]] Guts::Category Load (0.4ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (35.6ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (40.6ms) Rendered guts/application/_layout_hook.html.erb (0.8ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 423ms (Views: 382.9ms | ActiveRecord: 3.3ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:17:16 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:17:16 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:17:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:17:16 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:17:16 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:17:16 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:17:16 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:17:16 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:17:16 -0330 Started GET "/assets/guts/application.self-da209fd66a661edb92e4f86fedea171ab6dc8261fb91ac48418374123b1f5a34.js?body=1" for ::1 at 2016-02-29 21:17:16 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:17:16 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:17:16 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:17:16 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:17:16 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:17:16 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:17:17 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:17:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:17:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:17:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:17:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:17:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:17:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:17:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:17:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:17:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:17:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:17:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:17:17 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:17:18 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:17:18 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:17:18 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:17:18 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:17:18 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:17:18 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:17:18 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:17:18 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:17:18 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:17:18 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:17:18 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:17:18 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:17:18 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:17:18 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:17:18 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:17:18 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:17:18 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:17:18 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (11.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (7.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (242.1ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:17:18 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:17:26 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.8ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.7ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (23.0ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (25.1ms) Rendered guts/application/_layout_hook.html.erb (0.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 91ms (Views: 80.1ms | ActiveRecord: 2.9ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:17:26 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:17:26 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:17:26 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:17:26 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:17:26 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:17:26 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:17:26 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:17:26 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:17:26 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:17:26 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:17:26 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:17:26 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:17:26 -0330 Started GET "/assets/guts/application.self-da209fd66a661edb92e4f86fedea171ab6dc8261fb91ac48418374123b1f5a34.js?body=1" for ::1 at 2016-02-29 21:17:26 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:17:26 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:17:26 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:17:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:17:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:17:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:17:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:17:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:17:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:17:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:17:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:17:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:17:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:17:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:17:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:17:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:17:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:17:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:17:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:17:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:17:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:17:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:17:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:17:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:17:27 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:17:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:17:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:17:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:17:28 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:17:28 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:17:28 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:17:28 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:17:28 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (19.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (461.3ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:17:28 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:17:32 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (18.2ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (21.8ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 269ms (Views: 261.4ms | ActiveRecord: 1.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:17:32 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:17:32 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:17:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:17:32 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:17:32 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:17:32 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:17:32 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:17:32 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:17:32 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:17:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:17:32 -0330 Started GET "/assets/guts/application.self-0a0a295a824a274a93779ca1fe03d2e8765fc247e835553a911d9c8aa8fa4508.js?body=1" for ::1 at 2016-02-29 21:17:32 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:17:32 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:17:33 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:17:33 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:17:33 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:17:33 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:17:33 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:17:33 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:17:33 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:17:33 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:17:33 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:17:33 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:17:33 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:17:33 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:17:33 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:17:33 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:17:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:17:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:17:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:17:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:17:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:17:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:17:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:17:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:17:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:17:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:17:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:17:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:17:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:17:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:17:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:17:34 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:17:34 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:17:34 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:17:34 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (21.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (201.4ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:17:34 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:17:35 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (20.2ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (23.1ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 81ms (Views: 73.7ms | ActiveRecord: 1.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:17:35 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:17:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:17:35 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:17:35 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:17:35 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:17:35 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:17:35 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:17:35 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:17:35 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:17:36 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:17:36 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:17:36 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:17:36 -0330 Started GET "/assets/guts/application.self-0a0a295a824a274a93779ca1fe03d2e8765fc247e835553a911d9c8aa8fa4508.js?body=1" for ::1 at 2016-02-29 21:17:36 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:17:36 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:17:36 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:17:37 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:17:38 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (15.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (5.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (227.9ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:17:38 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:17:53 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (1.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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]] Guts::Category Load (0.7ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (17.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (19.5ms) Rendered guts/application/_layout_hook.html.erb (0.7ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 311ms (Views: 295.5ms | ActiveRecord: 3.2ms) Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:17:54 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:17:54 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:17:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:17:54 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:17:54 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:17:54 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:17:54 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:17:54 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:17:54 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:17:54 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:17:54 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:17:54 -0330 Started GET "/assets/guts/application.self-58813d2bfa59f1a4f69de6da0a5f145f45e590e8bc70f0931cb98c3ef8f376ca.js?body=1" for ::1 at 2016-02-29 21:17:54 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:17:54 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:17:54 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:17:55 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:17:56 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:17:56 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:17:56 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (16.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (245.6ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:17:56 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:19:32 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (26.9ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (29.7ms) Rendered guts/application/_layout_hook.html.erb (0.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 317ms (Views: 310.1ms | ActiveRecord: 1.5ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:19:32 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:19:33 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:19:33 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:19:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:19:33 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:19:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:19:33 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:19:33 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:19:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:19:33 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:19:33 -0330 Started GET "/assets/guts/application.self-89f93dee04d6845ca8b9f833664e981299cce54bf76dcb05258350d9cda00e9e.js?body=1" for ::1 at 2016-02-29 21:19:33 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:19:33 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:19:33 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:19:33 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:19:33 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:19:34 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:19:35 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (10.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (234.7ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:19:35 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:20:35 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.9ms) SELECT "guts_types".* FROM "guts_types"  (0.2ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (34.6ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (37.8ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 327ms (Views: 315.1ms | ActiveRecord: 2.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:20:36 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:20:36 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:20:36 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:20:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:20:36 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:20:36 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:20:36 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:20:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:20:36 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:20:36 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:20:36 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:20:36 -0330 Started GET "/assets/guts/application.self-04779147377fe0dca0df276752f254fe46de25a1255d2de24e10b64e45423623.js?body=1" for ::1 at 2016-02-29 21:20:36 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:20:36 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:20:36 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:20:36 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:20:37 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:20:38 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:20:38 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (11.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (245.0ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:20:38 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:21:53 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (18.2ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (22.0ms) Rendered guts/application/_layout_hook.html.erb (0.4ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 365ms (Views: 358.1ms | ActiveRecord: 1.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:21:53 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:21:53 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:21:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:21:53 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:21:53 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:21:53 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:21:53 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:21:53 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:21:53 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:21:53 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:21:53 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:21:53 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:21:53 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:21:53 -0330 Started GET "/assets/guts/application.self-41cae50083a3d3e8bb91b6f710d051d4c98f54629143e1f991154cee16e73509.js?body=1" for ::1 at 2016-02-29 21:21:54 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:21:54 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:21:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:21:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:21:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:21:54 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:21:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:21:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:21:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:21:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:21:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:21:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:21:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:21:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:21:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:21:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:21:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:21:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:21:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:21:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:21:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:21:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:21:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:21:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:21:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:21:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:21:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:21:55 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:21:55 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:21:56 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:21:56 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:21:56 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (18.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (250.2ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:21:56 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:23:11 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.2ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.8ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.3ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (20.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (26.9ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 308ms (Views: 301.0ms | ActiveRecord: 2.1ms) Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:23:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:23:11 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:23:11 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:23:11 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:23:11 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:23:11 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:23:11 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:23:11 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:23:11 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:23:11 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:23:11 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:23:11 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:23:11 -0330 Started GET "/assets/guts/application.self-a6b92d0490e1e3a3d03a43abad54536c70ede1f3725e37d5e563533cb257e8b3.js?body=1" for ::1 at 2016-02-29 21:23:11 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:23:11 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:23:11 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:23:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:23:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:23:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:23:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:23:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:23:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:23:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:23:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:23:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:23:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:23:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:23:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:23:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:23:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:23:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:23:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:23:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:23:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:23:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:23:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:23:12 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:23:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:23:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:23:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:23:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:23:13 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:23:13 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:23:13 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:23:13 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:23:13 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (9.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (280.3ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:23:13 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:24:20 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (1.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.5ms) SELECT "guts_types".* FROM "guts_types"  (0.5ms) 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]] Guts::Category Load (1.9ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (32.5ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (35.1ms) Rendered guts/application/_layout_hook.html.erb (0.2ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 402ms (Views: 379.1ms | ActiveRecord: 4.9ms) Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:24:21 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:24:21 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:24:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:24:21 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:24:21 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:24:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:24:21 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:24:21 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:24:21 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:24:21 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:24:21 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:24:21 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:24:21 -0330 Started GET "/assets/guts/application.self-d74a3bd20957b6123214e5e8b6f5df80bc6944669d72b1997f00ff8baecd2f26.js?body=1" for ::1 at 2016-02-29 21:24:21 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:24:21 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:24:21 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:24:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:24:23 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:24:23 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:24:23 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:24:23 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:24:23 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (23.8ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (283.2ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:24:23 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:26:42 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (1.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.6ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.3ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (14.4ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (18.1ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 311ms (Views: 293.1ms | ActiveRecord: 2.9ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:26:43 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:26:43 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:26:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:26:43 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:26:43 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:26:43 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:26:43 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:26:43 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:26:43 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:26:43 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:26:43 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:26:43 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:26:43 -0330 Started GET "/assets/guts/application.self-d579da325a7d1b8040dcee58287b1630dca14b9c33035b9a4c25e057f987e596.js?body=1" for ::1 at 2016-02-29 21:26:43 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:26:43 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:26:43 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:26:44 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:26:45 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:26:45 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (23.0ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (261.0ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:26:45 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:26:48 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.5ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (11.8ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (14.8ms) Rendered guts/application/_layout_hook.html.erb (0.5ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 79ms (Views: 68.6ms | ActiveRecord: 1.7ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:26:48 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:26:48 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:26:49 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:26:49 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:26:49 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:26:49 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:26:49 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:26:49 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:26:49 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:26:49 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:26:49 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:26:49 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:26:49 -0330 Started GET "/assets/guts/application.self-d579da325a7d1b8040dcee58287b1630dca14b9c33035b9a4c25e057f987e596.js?body=1" for ::1 at 2016-02-29 21:26:49 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:26:49 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:26:49 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:26:50 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:26:51 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:26:51 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:26:51 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (18.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (302.4ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:26:51 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:30:05 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (11.6ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (13.9ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 296ms (Views: 288.7ms | ActiveRecord: 1.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:30:06 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:30:06 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:30:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:30:06 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:30:06 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:30:06 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:30:06 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:30:06 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:30:06 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:30:06 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:30:06 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:30:06 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:30:06 -0330 Started GET "/assets/guts/application.self-3376bdb7416a5d1781bc70cbcf3764c6d82e0018433c880c11dd470950a1418e.js?body=1" for ::1 at 2016-02-29 21:30:06 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:30:06 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:30:06 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:30:07 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:30:08 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:30:08 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:30:08 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (28.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (377.0ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:30:09 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:30:20 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types"  (0.3ms) 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]] Guts::Category Load (0.4ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (26.5ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (30.5ms) Rendered guts/application/_layout_hook.html.erb (0.2ms) CACHE (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 312ms (Views: 304.3ms | ActiveRecord: 2.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:30:20 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:30:20 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:30:20 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:30:20 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:30:20 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:30:20 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:30:20 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:30:21 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:30:21 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:30:21 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:30:21 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:30:21 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:30:21 -0330 Started GET "/assets/guts/application.self-c51014abf8568eb1bb8bf6bc4b7df15fd0173eca7b001d0fbe8ec89b555fd67c.js?body=1" for ::1 at 2016-02-29 21:30:21 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:30:21 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:30:21 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:30:22 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:30:23 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:30:23 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:30:23 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (28.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (231.2ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:30:23 -0330 Started GET "/guts/contents/test-page/edit" for ::1 at 2016-02-29 21:31:23 -0330 Processing by Guts::ContentsController#edit as HTML Parameters: {"id"=>"test-page"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Content Load (0.3ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "test-page"]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Content"]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Content"]] Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types"  (0.1ms) 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]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" CACHE (0.0ms) 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/GitHub/guts/app/views/guts/contents/_form.html.erb (26.1ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (28.8ms) Rendered guts/application/_layout_hook.html.erb (0.3ms) CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 329ms (Views: 322.9ms | ActiveRecord: 1.6ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-02-29 21:31:24 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-02-29 21:31:24 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-02-29 21:31:24 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-02-29 21:31:24 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-02-29 21:31:24 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-02-29 21:31:24 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-02-29 21:31:24 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-02-29 21:31:24 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-02-29 21:31:24 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-02-29 21:31:24 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-02-29 21:31:24 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-02-29 21:31:24 -0330 Started GET "/assets/guts/application.self-884b4edef6db3fc058db58ecf71ec4421dccfa2c3c7705a2bb18d89d134ce52b.js?body=1" for ::1 at 2016-02-29 21:31:24 -0330 Started GET "/assets/guts/metafields.self-ab955d21dbeb6a809e0880d63bbf51b6b575763e2e7445acf85a517597700173.js?body=1" for ::1 at 2016-02-29 21:31:24 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-02-29 21:31:24 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-02-29 21:31:24 -0330 Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-02-29 21:31:25 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-02-29 21:31:26 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-02-29 21:31:26 -0330 Started GET "/system/guts/media/000/000/008/large/cow-07.jpg?1451513993" for ::1 at 2016-02-29 21:31:26 -0330 ActionController::RoutingError (No route matches [GET] "/system/guts/media/000/000/008/large/cow-07.jpg"): actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5.1) 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.1) 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.1) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5.1) lib/rails/engine.rb:518:in `call' railties (4.2.5.1) 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/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (18.2ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.9ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/tyler/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (296.4ms) Started GET "/assets/guts/vendor/tinymce/skins/lightgray/fonts/tinymce.woff" for ::1 at 2016-02-29 21:31:26 -0330 Started GET "/guts/media" for ::1 at 2016-03-01 00:07:29 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (1.3ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.6ms) SELECT "guts_media".* FROM "guts_media" LIMIT 30 OFFSET 0 Guts::Content Load (2.7ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/media/index.html.erb within layouts/guts/application (59.5ms) Rendered guts/application/_layout_hook.html.erb (0.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 380ms (Views: 360.0ms | ActiveRecord: 5.3ms) Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-03-01 00:07:29 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-03-01 00:07:29 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-03-01 00:07:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-03-01 00:07:29 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-03-01 00:07:29 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-03-01 00:07:29 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-03-01 00:07:29 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-03-01 00:07:29 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-03-01 00:07:29 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-03-01 00:07:29 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-03-01 00:07:29 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-03-01 00:07:29 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-03-01 00:07:29 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-03-01 00:07:29 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-03-01 00:07:29 -0330 Started GET "/guts/media/5/edit" for ::1 at 2016-03-01 00:07:31 -0330 Processing by Guts::MediaController#edit as HTML Parameters: {"id"=>"5"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.3ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Medium Load (0.3ms) SELECT "guts_media".* FROM "guts_media" WHERE "guts_media"."id" = ? LIMIT 1 [["id", 5]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/media/_form.html.erb (7.3ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/media/edit.html.erb within layouts/guts/application (11.9ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 66ms (Views: 60.2ms | ActiveRecord: 0.9ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-03-01 00:07:31 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-03-01 00:07:31 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-03-01 00:07:31 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-03-01 00:07:31 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-03-01 00:07:32 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-03-01 00:07:32 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-03-01 00:07:32 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-03-01 00:07:32 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-03-01 00:07:32 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-03-01 00:07:32 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-03-01 00:07:32 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-03-01 00:07:32 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-03-01 00:07:32 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-03-01 00:07:32 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-03-01 00:07:32 -0330 Started GET "/guts/media" for ::1 at 2016-03-01 00:07:33 -0330 Processing by Guts::MediaController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "guts_media" Guts::Medium Load (0.1ms) SELECT "guts_media".* FROM "guts_media" LIMIT 30 OFFSET 0 Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/media/index.html.erb within layouts/guts/application (8.3ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 44ms (Views: 41.2ms | ActiveRecord: 1.0ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-03-01 00:07:33 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-03-01 00:07:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-03-01 00:07:33 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-03-01 00:07:33 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-03-01 00:07:33 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-03-01 00:07:33 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-03-01 00:07:33 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-03-01 00:07:33 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-03-01 00:07:33 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-03-01 00:07:34 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-03-01 00:07:34 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-03-01 00:07:34 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-03-01 00:07:34 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-03-01 00:07:34 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-03-01 00:07:34 -0330 Started GET "/guts/navigations" for ::1 at 2016-03-01 00:07:36 -0330 Processing by Guts::NavigationsController#index as HTML Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "guts_navigations" Guts::Navigation Load (0.9ms) SELECT "guts_navigations".* FROM "guts_navigations"  (0.5ms) SELECT COUNT(*) FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::NavigationItem Load (0.5ms) SELECT "guts_navigation_items".* FROM "guts_navigation_items" WHERE "guts_navigation_items"."navigation_id" = ? [["navigation_id", 1]] Guts::Content Load (0.4ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/navigations/index.html.erb within layouts/guts/application (50.1ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 107ms (Views: 88.0ms | ActiveRecord: 4.4ms) Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-03-01 00:07:36 -0330 Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-03-01 00:07:36 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-03-01 00:07:36 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-03-01 00:07:36 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-03-01 00:07:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-03-01 00:07:36 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-03-01 00:07:36 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-03-01 00:07:36 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-03-01 00:07:36 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-03-01 00:07:36 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-03-01 00:07:36 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-03-01 00:07:36 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-03-01 00:07:36 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-03-01 00:07:36 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-03-01 00:07:36 -0330 Started GET "/guts/categories" for ::1 at 2016-03-01 00:07:36 -0330 Processing by Guts::CategoriesController#index as HTML Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "guts_categories" Guts::Category Load (0.2ms) SELECT "guts_categories".* FROM "guts_categories"  (0.2ms) SELECT COUNT(*) FROM "guts_categorizations" WHERE "guts_categorizations"."category_id" = ? [["category_id", 1]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/categories/index.html.erb within layouts/guts/application (11.5ms) Rendered guts/application/_layout_hook.html.erb (0.2ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 85ms (Views: 79.4ms | ActiveRecord: 1.4ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-03-01 00:07:37 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-03-01 00:07:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-03-01 00:07:37 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-03-01 00:07:37 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-03-01 00:07:37 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-03-01 00:07:37 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-03-01 00:07:37 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-03-01 00:07:37 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-03-01 00:07:37 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-03-01 00:07:37 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-03-01 00:07:37 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-03-01 00:07:37 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-03-01 00:07:37 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-03-01 00:07:37 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-03-01 00:07:37 -0330 Started GET "/guts/categories/demo-category/edit" for ::1 at 2016-03-01 00:07:39 -0330 Processing by Guts::CategoriesController#edit as HTML Parameters: {"id"=>"demo-category"} Guts::User Load (0.7ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.2ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.3ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]]  (0.2ms) SELECT COUNT(*) FROM "guts_media" WHERE "guts_media"."filable_id" = ? AND "guts_media"."filable_type" = ? [["filable_id", 1], ["filable_type", "Guts::Category"]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/categories/_form.html.erb (13.7ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/categories/edit.html.erb within layouts/guts/application (19.3ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.4ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 85ms (Views: 76.9ms | ActiveRecord: 1.8ms) Started GET "/assets/guts/vendor/foundation.self-c32902b7f65cb1bd7707442ee620bf9a0a030130c9867e98df01ef3811f569ff.css?body=1" for ::1 at 2016-03-01 00:07:39 -0330 Started GET "/assets/guts/fonts.self-0da06d35b62d315601e7fb7fedef1f1934927be994475fdca6688624c7c18826.css?body=1" for ::1 at 2016-03-01 00:07:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-93ae81483be2e9705db4cd911fa410bc2cf6c24f355dc5ac899de49fab854e63.css?body=1" for ::1 at 2016-03-01 00:07:39 -0330 Started GET "/assets/guts/vendor/font-awesome.self-a68eb5c14ddaafce1013286885bab40a1ff29285f097cea7b333b34a85b6a4ee.css?body=1" for ::1 at 2016-03-01 00:07:39 -0330 Started GET "/assets/guts/application.self-311e20fe36af94fae9708cfdc549fa709a87997f680fd39c44313fd6cd28a107.css?body=1" for ::1 at 2016-03-01 00:07:39 -0330 Started GET "/assets/guts/vendor/foundation.self-649f426f98e4a6db36a77a6984aac07629daff00d65297af03439ba00e7fb99b.js?body=1" for ::1 at 2016-03-01 00:07:39 -0330 Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2016-03-01 00:07:39 -0330 Started GET "/assets/guts/vendor/handlebars.self-f34dc7344cb4b7ef71749fc1095378a12419c079a2d058bf69e4a6de17d780eb.js?body=1" for ::1 at 2016-03-01 00:07:39 -0330 Started GET "/assets/guts/media.self-ec1dcedb7c34db3d4ef744aa9f84fdef47a0e61b2e93621952dd755397d829e8.js?body=1" for ::1 at 2016-03-01 00:07:39 -0330 Started GET "/assets/guts/vendor/sweetalert.self-07a2b387624bb896641ca2f2f0fcb42793009484b2fff20af03d7ce92a894be8.js?body=1" for ::1 at 2016-03-01 00:07:39 -0330 Started GET "/assets/guts/vendor/tinymce/tinymce.min.self-f718553a07436f98038e46dfca237d2894d0503bb2fb87cf7ba15754d8faee8c.js?body=1" for ::1 at 2016-03-01 00:07:39 -0330 Started GET "/assets/guts/navigation.self-20e8d140f606e082c206885ee2f01d06c0f7d27984697f6175cedee833f3080f.js?body=1" for ::1 at 2016-03-01 00:07:39 -0330 Started GET "/assets/guts/application.self-6658a3b8377d8d18012d3e5811a84e21053be7d19a271242eb9d9093dfe1710c.js?body=1" for ::1 at 2016-03-01 00:07:39 -0330 Started GET "/assets/ubuntu/ubuntu-regular-90543ac04e319b31c4d00aa8929581eb50dfce7e82027b699803d3d3d7d82577.woff" for ::1 at 2016-03-01 00:07:39 -0330 Started GET "/assets/fontawesome/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2" for ::1 at 2016-03-01 00:07:39 -0330 Started GET "/guts/categories/demo-category/metafields" for ::1 at 2016-03-01 00:07:41 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.7ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]] Guts::Metafield Load (0.8ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (32.4ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 87ms (Views: 79.3ms | ActiveRecord: 2.2ms) Started GET "/guts/categories/demo-category/metafields/new" for ::1 at 2016-03-01 00:07:45 -0330 Processing by Guts::MetafieldsController#new as HTML Parameters: {"fieldable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/metafields/_form.html.erb (4.0ms) Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/metafields/new.html.erb within layouts/guts/application (8.7ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 52.3ms | ActiveRecord: 0.4ms) Started GET "/assets/guts/vendor/tinymce/themes/modern/theme.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/lists/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/advlist/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/charmap/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/pagebreak/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/link/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/anchor/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/autolink/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/hr/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualblocks/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/visualchars/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/image/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/searchreplace/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/code/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/fullscreen/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/insertdatetime/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/media/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/nonbreaking/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/save/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/table/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/contextmenu/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/directionality/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/paste/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textcolor/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/colorpicker/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/textpattern/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/plugins/imagetools/plugin.min.js" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/skin.min.css" for ::1 at 2016-03-01 00:07:45 -0330 Started GET "/assets/guts/vendor/tinymce/skins/lightgray/content.min.css" for ::1 at 2016-03-01 00:07:45 -0330 Started POST "/guts/categories/demo-category/metafields" for ::1 at 2016-03-01 00:07:51 -0330 Processing by Guts::MetafieldsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZS7vmLED+LgfDFQBikyloDfwfc0G6TAff/EmnRlbGG8kztO0i8IsbbZcbHh+TK18FrTibkRAzBG6fVbRRp+U9Q==", "commit"=>"Save", "metafield"=>{"key"=>"X", "value"=>"

    EEE

    ", "fieldable_id"=>"1", "fieldable_type"=>"Guts::Category"}, "fieldable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) begin transaction SQL (1.4ms) INSERT INTO "guts_metafields" ("key", "value", "fieldable_id", "fieldable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["key", "X"], ["value", "

    EEE

    "], ["fieldable_id", 1], ["fieldable_type", "Guts::Category"], ["created_at", "2016-03-01 03:37:51.465025"], ["updated_at", "2016-03-01 03:37:51.465025"]]  (0.9ms) commit transaction Redirected to http://localhost:3000/guts/categories/demo-category/metafields Completed 302 Found in 14ms (ActiveRecord: 2.7ms) Started GET "/guts/categories/demo-category/metafields" for ::1 at 2016-03-01 00:07:51 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.6ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (9.1ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.1ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 56ms (Views: 49.2ms | ActiveRecord: 1.2ms) Started DELETE "/guts/categories/demo-category/metafields/5" for ::1 at 2016-03-01 00:07:57 -0330 Processing by Guts::MetafieldsController#destroy as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UtK6Pvk722I2OyhsdJ8aa/fMzkL1odkbiV3g3h/Eox0TMoYSw/oPt59rEBWAnxK31ohR4bcIJRVM0ZCSQAAvhw==", "fieldable_type"=>"Guts::Category", "category_id"=>"demo-category", "id"=>"5"} Guts::User Load (0.1ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]] Guts::Metafield Load (0.2ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."id" = ? LIMIT 1 [["id", 5]]  (0.4ms) begin transaction SQL (0.4ms) DELETE FROM "guts_metafields" WHERE "guts_metafields"."id" = ? [["id", 5]]  (1.3ms) commit transaction Redirected to http://localhost:3000/guts/categories/demo-category/metafields Completed 302 Found in 12ms (ActiveRecord: 2.8ms) Started GET "/guts/categories/demo-category/metafields" for ::1 at 2016-03-01 00:07:57 -0330 Processing by Guts::MetafieldsController#index as HTML Parameters: {"fieldable_type"=>"Guts::Category", "category_id"=>"demo-category"} Guts::User Load (0.2ms) SELECT "guts_users".* FROM "guts_users" WHERE "guts_users"."id" = ? LIMIT 1 [["id", 1]] Guts::Group Load (0.1ms) SELECT "guts_groups".* FROM "guts_groups" INNER JOIN "guts_user_groups" ON "guts_groups"."id" = "guts_user_groups"."group_id" WHERE "guts_user_groups"."user_id" = ? [["user_id", 1]] Guts::Category Load (0.1ms) SELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."slug" = ? ORDER BY "guts_categories"."id" ASC LIMIT 1 [["slug", "demo-category"]]  (0.1ms) SELECT COUNT(*) FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]] Guts::Metafield Load (0.1ms) SELECT "guts_metafields".* FROM "guts_metafields" WHERE "guts_metafields"."fieldable_id" = ? AND "guts_metafields"."fieldable_type" = ? [["fieldable_id", 1], ["fieldable_type", "Guts::Category"]] Rendered /Users/tyler/Development/GitHub/guts/app/views/guts/metafields/index.html.erb within layouts/guts/application (6.2ms) Rendered guts/application/_layout_hook.html.erb (0.1ms) Guts::Type Load (0.2ms) SELECT "guts_types".* FROM "guts_types" Completed 200 OK in 63ms (Views: 56.8ms | ActiveRecord: 0.7ms)